Bloomberg L.P. is a financial news and data service. They provide extensive support for their own products.
0
votes
0answers
11 views
File Not Found BTSAddin.xll Error 48
already copy BTSAddin.xll to following destination
C:\Program Files\Microsoft Office\Office14\ADDINS\BTSAddin.xll
however tick it in addins, got error 48 File not found in window 7
2
votes
0answers
31 views
Is there a list of Bloomberg DDE commands?
I'm trying to interface with Bloomberg Pro using DDEExecute but I'm having trouble finding a list of valid DDE commands.
In particular what I'm hoping to do right now is enter specific non-character ...
1
vote
0answers
22 views
Bloomberg BEQS from RBloomberg or Rbbg
Is there any way to run Bloomberg Equity screening (EQS) from R? There is an Excel function =BEQS() that lets me do it but can't find an R equivalent in RBloomberg/Rbbg.
0
votes
0answers
22 views
Environment passed in from Python is different in release and debug modes
I'm currently building a Python plugin, using Visual Studios
2012, and generating 64 bit code. In addition, we're using the
Bloomberg library blpapi. In the Python module which loads
our plugin, we ...
1
vote
0answers
20 views
Bloomberg weather data
We have a Bloomberg (BBG) Data License Subscription and want to include weather data into our application. However, we just found out that while they have current weather data, no weather data history ...
0
votes
0answers
123 views
video gallery javascript with thumbnail feature
I need a video gallery with thumbnails which supports you tube, vimeo and bloomberg videos. I have tried http://html5box.com/html5gallery/. But it doesn't support bloomberg videos. Is there any other ...
-4
votes
0answers
65 views
Trouble using Bloomberg API [closed]
I have very little idea on how to get started using the bloomberg API. I am hoping that someone can guide me to few helpful examples and tutorials which they might have found helpful ! Thank you in ...
2
votes
0answers
65 views
Extracting a Specific Variable from a Class Module in VBA to a Standard Module
All,
The following code is from Bloomberg. It is designed to extract bulk data from their servers. The code works, but I am trying to extract a specific variable generated in the class module and ...
2
votes
0answers
38 views
How to open a Bloomberg Session using different user credentials
How do I open a session without using the "Trusted Connection" of a windows user?
We have got a terminal which could be accessed by more than one user. To prevent users from using the ...
1
vote
1answer
85 views
Bloomberg data type library in C#
I had been using the old Bloomberg Data Type Libary (blpdatax.dll) successfully in C# for some time, until I switched to a 64-bit machine and started using Visual Studio 2012. Now every attempt to ...
2
votes
1answer
43 views
Find the index of the last opened Bloomberg window
I'm opening a Bloomberg equity page using the standard DDE string
<blp-1><home>MSFT US<EQUITY><GO>DES<GO>
I have a requirement from the trading desk to default the ...
1
vote
0answers
59 views
Error in downloading data from bloomberg via library “rbbg”
I have a R code to download data from Bloomberg regularly. It had worked perfectly fine since 4 months ago untill very recently. The library "rbbg" is still loaded successfully and as I generate ...
0
votes
1answer
102 views
Automate scheduled extraction of Bloomberg data from text files, load into database, and access data from within Excel (similar to BB desktop API)
At present we access Bloomberg data using their Excel Add-in. This has allowed us to embed BB functions (e.g. BDP, BDH) directly into our Excel/VBA-based analyses, and import/refresh data as ...
2
votes
0answers
100 views
how to retrieve any kind of data from Bloomberg profesionnal
I want to download the earning calls for many companies in Bloomberg.
I couldn't find a lot of information about the Bloomberg API on the internet, so before getting deep into it, I would like to ...
0
votes
1answer
103 views
Bloomberg API Option Valuation
In Bloomberg, to value an option I can enter something like IBM US Equity OVME S C180 > OVME - Which loads a page which has valued an option for me. I just want to get this data back via the API. ...
1
vote
1answer
96 views
asynchronous execution of a macro row by row
I am trying to fix a problem that I am having with Bloomberg add-in for Excel. Each day I populate 31 days of historical price data for 500+ stocks.
$A$K3 = "ACE US EQUITY" $AL$3 = ...
0
votes
0answers
161 views
using VBA to show comments of a cell, where comments are active Bloomberg formulae
I am trying to create a 'comment' in excel that will show Bloomberg BDP info of whatever cell is highlighted. For example, let's say active.cell = IBM and I 'hover' over IBM. I would want a comment ...
0
votes
0answers
196 views
weird results using Bloomberg BDH function
$B$2 = any stock symbol
$A$2 = "LAST_PRICE"
$A$3 = "VOLUME"
$D$1 =
=IF($A$1="",TODAY()+TIMEVALUE("08:00"),$A$1+TIMEVALUE("08:00"))
$D$2 =
...
2
votes
2answers
167 views
Google script using newly opened bloomberg data?
Bloomberg is opening its market data for everyone.
http://www.openbloomberg.com/open-api/
I'm using google spreadsheets and I was wondering if and how I can use Google script to link up with their ...
0
votes
1answer
93 views
User selects random excel cell, clicks button, macro executes - Bloomberg DDE
I am rather new to macros and new to this forum. I searched the forums and have not found the answer I am looking for. I am writing a macro to launch Bloomberg DDE so when a button is clicked, a ...
2
votes
1answer
230 views
Java Bloomberg API - how to generate a Request without a Service
I am using the Bloomberg API to grab data. Currently, I have 3 processes which get data in the typical way as per the developers guide. Something like:
Service refDataService = ...
1
vote
1answer
136 views
Bloomberg Open API - how to get a specific number of bars rather than over a date range?
I am playing with the Bloomberg API and to get hourly bars for the two hours, I can simply call a method like this, with start set to the current time minus two hours, and end time set to now:
public ...
2
votes
1answer
227 views
What language is used to develop a Bloomberg App Portal application
What language would a developer use to develop an application for the Bloomberg App Portal as described here: [Bloomberg press room] ...
1
vote
0answers
98 views
How to build a “lite version” of the Bloomberg server framework? [closed]
I like to build something similar,non commercial, to what Bloomberg offers. Now please do not misunderstand I am not looking to implement all functionality nor vast amount of data available from ...
4
votes
2answers
1k views
package 'Rbbg' is not available (for R version 2.15.2)
How do I find out for which versions of R this package is available?
> install.packages("Rbbg", repos = "http://r.findata.org")
Warning: unable to access index for repository ...
1
vote
1answer
135 views
What is the EventDispatcher on a Bloomberglp.Blpapi.Session for?
Bloomberglp.Blpapi.Session has a constructor that looks like this:
public Session(SessionOptions, Bloomberglp.Blpapi.EventHandler, EventDispatcher);
The EventDispatcher class looks like this:
...
4
votes
2answers
450 views
Excel interop loading XLLs and DLLs
I have excel with the Bloomberg API ( which uses simple calls like =BDP("MS equity","ask") ). I also have a C# application that opens an excel file (through interop) that uses the Bloomberg API. I ...
0
votes
2answers
485 views
Any open source back test engine using bloomberg tick-by-tick data?
I have a back test on index futures to do. I've finished the test on 1-minute OHLC data and the result is OK. Further I want to opt our tick-by-tick data downloaded from Bloomberg.
I have browsed ...
0
votes
0answers
192 views
Bloomberg .NET API CAS Permission Set
I am working on an application which uses the Bloomberg API and to be used via its portal. This is a .NET4.0 app. It fails the security validation, throwing an exception like this:
...
0
votes
1answer
228 views
How to use Bloomberg JSON API as JSONP
To create a chart, I found that Bloomberg is providing data in JSON format. Please have a look at this URL: http://www.bloomberg.com/markets/chart/data/1Y/IBM:US This sends data of the chart in JSON ...
1
vote
0answers
158 views
connecting OPEN API from a neutral server
I want to run my application (based on OPEN API) on a server on which Bloomberg Terminal is not installed. But I have to pass by a Bloomberg server.
Look at "Figure 7-2: Server API: Server Mode: ...
2
votes
1answer
275 views
Log on to Bloomberg Anywhere automatically
I've written a JAVA program that accesses some of the Bloomberg API. The data gets stored as a file on my PC. However, I would ideally like to set up a cron job that allows me to run my script every ...
0
votes
0answers
138 views
How can I use the C++ Bloomberg API in my Ruby On Rails application? [closed]
I would like to use the Bloomberg C++ API in a Rails app, what would be the easiest/most efficient way to do this?
Note: I am already aware of the BBerg Gem, but it seem dated and it caused troubles ...
1
vote
2answers
1k views
How to refresh/load RTD Bloomberg function (BDH) in excel in vba
I would like to know if there's a way in VBA code forcing the bloomberg functions (In spreadsheet) to update its value( Any BDH functions)
Targeting Developers have faced similar issue/ have ...
0
votes
0answers
112 views
Bloomberg launchPad Function
I have an Excel vba Macro, which will call the bloomberg function and do some stuff:
BDS("HSI INDEX","INDX_MEMBERS") //this will generate a list of index members
but it only can generate the first ...
0
votes
1answer
376 views
Bloomberg API - using .Net API to get the FUT_CHAIN on an underlying security
I am trying to query the Bloomberg API (.Net) to get the future chain on an underlying security. Preferably, I would be able to get the list of futures for a given date in the past.
The equivalent ...
0
votes
0answers
647 views
Downloading data from Bloomberg with Excel VBA
Can I get a tip for downloading Bloomberg data in Excel VBA while running a sub?
I've been trying to download certain stock trade information in a sub by using call Function.
My code is below:
For ...
1
vote
0answers
71 views
bbcomm.exe doesn't start automatically in Windows 64-bit [duplicate]
Possible Duplicate:
Starting bbcomm in Java v3 Bloomberg API
we have a program in C# (framewrok 4.0) that connects to Bloomberg via APIv3.
All is working fine in our Windows 7 32-bit ...
0
votes
1answer
226 views
Bloomberg real-time data with lot sizes
I am trying to download real-time trading data from Bloomberg using the api.
So far I can get bid / ask / last prices successfully but in some exchanges (like canada) quote sizes are in lots.
I can ...
2
votes
3answers
1k views
Bloomberg .Net API - Response Data for Multiple Securities
Assuming that we are sending Bloomberg Historical data request for multiple securities using .Net API, is there any elegant way to seperate/identify response data of each security.I am aware that ...
2
votes
1answer
435 views
Using Bloomberg to get last trade at specific time in Java
Using the Bloomberg open API. How can I get the PX_LAST value at a specific date and time?
I am able to get the last trade of a specific day (effectively, the close price) using:
Request request = ...
0
votes
2answers
171 views
Bloomberg open API JAVA - how to store user data
I am curious if there is a way to store some user data on my request which will come back to me on the returned data. For example, I am sending several requests for let's say 3 different orders. ...
0
votes
0answers
349 views
Bloomberg open API JAVA - how to get historical quote
I am new to the Bloomberg API and I am trying to write code in JAVA which collects the bid and ask price at the start time of several orders. I have code that gets the bid and ask price for a symbol ...
1
vote
1answer
719 views
Getting VWAP volume over date and time using Bloomberg Java API
I am trying to use the open Bloomberg API to gather the VWAP volume on a specific date for a specific time range. For example, how can I get the VWAP_VOLUME between 11AM and 11:15AM on August 27th?
...
0
votes
1answer
188 views
Java Bloomberg API using authentication by IP
I am trying to write some code to remotely grab some basic reference data from my Bloomberg terminal remotely. Is this possible? I have a setup with two separate PCs. PC-1 has Bloomberg running on ...
0
votes
1answer
370 views
Using Java to get Bloomberg fields over specific dates
I'm trying to pull in specific data fields from the Bloomberg Java API. I see from the developers guide that I can pull in some fields with:
Request request = ...
1
vote
2answers
431 views
bloomberg API Corporate Action
In bloomberg API, using .net, does anyone know how to get the corporate action of an equity?
I tried to get all the fields of an equity by using Subscription but I can't find any related to corporate ...
1
vote
2answers
1k views
Hourly Data using Bloomberg .Net API
I am struggling with the logic to get hourly OPEN, HIGH, LOW and LAST_PRICE snapshot from Bloomberg using .Net API 3.0. I have googled it many times but with no luck! Any help on this will be much ...
2
votes
1answer
1k views
R connection to Bloomberg
I would like to know if there is a way to connect R to Bloomberg in order to get real market data (the RBloomberg package does not work on the latest R version :
install.packages("RBloomberg")
...
0
votes
0answers
683 views
bloomberg API - Field Search Request
How to make use of “category” according to “A.3.4 Field Search Request” of developers guide? The Bloomberglp.Blpapi.dll is from blpapi_dotnet_3.4.8.1., development by C# .net.
I used the following ...