Tagged Questions

Bloomberg L.P. is a financial news and data service founded by Michael Bloomberg in 1981

learn more… | top users | synonyms

6
votes
3answers
5k views

Asynchronous data through Bloomberg's new data API (COM v3) with Python?

Does anyone know how to get asynchronous data through Bloomberg's new data API (COM v3) with Python? I found this code below on wilmott.com and it works just fine, but it's for the old API version. ...
3
votes
4answers
257 views

Modern Command-Line Programming a la Bloomberg Terminal [closed]

I want build a financial analysis tool that will feature screen after screen of diverse, dynamic options. The screens will change based on the input from the previous screens. Any single screen can ...
3
votes
3answers
631 views

Bloomberg APIv3 returning Slow Consumer Warnings!

I made a program in c# based on the example "SubscriptionWithEventHandlerExample" of API 3.2.9.0. After subscribing to about 500 securities for realtime data, I receive some ADMIN event warnings ...
2
votes
1answer
50 views

Bloomberg API request limit

Is there anyway to determine how many requests or how much data you have in your remaining request limit amount for Bloomberg API?
2
votes
1answer
151 views

Bloomberg data doesn't populate until Excel VBA macro finishes

I'm running a macro in a blank Excel 2007 workbook on a PC with a Bloomberg license. The macro inserts Bloomberg functions into sheet1 that pull yield curve data. Some additional functions' results ...
2
votes
1answer
241 views

How do i extract a specific, recurring time from 1 minute tick data in R?

For instance, let's say I want to extract the price at 09:04:00 everyday from a timeseries that is formatted as: DateTime | Price 2011-04-09 09:01:00 | 100.00 2011-04-09 09:02:00 | 100.10 ...
2
votes
2answers
893 views

How to open a specific bloomberg terminal page programmatically?

Is there a reliable way to open a specific bloomberg terminal page programmatically (e.g. "MSFT Equity")? I am open to any suggestions and code samples: Start process with path to bloomberg ...
2
votes
1answer
600 views

In Bloomberg API how do you specify to get FX forwards as a spread rather than absolute values?

How do you explicitly request fx forwards as outrights using the bloomberg API? In the Bloomberg terminal you can choose whether to get FX Forwards as absolute rates (outrights) or as offsets from ...
2
votes
7answers
2k views

Bloomberg API request timing out

Having set up a ReferenceDataRequest I send it along to an EventQueue Service refdata = _session.GetService("//blp/refdata"); Request request = refdata.CreateRequest("ReferenceDataRequest"); /* ...
1
vote
1answer
39 views

Why does the Bloomberg API occasionally hang on certain commands?

I'm subscribing to live data with the Bloomberg API. Occasionally, it hangs on the call to session.Cancel(correlationID) Anyone know why? Where can I find documentation on the API?
1
vote
1answer
164 views

Access Bloomberg API from python

What's the best way to access Bloomberg server API from Python? I need something that'll work on both Windows and Linux (the posts I've seen so far on SO are all for windows specific solutions). And I ...
1
vote
1answer
133 views

How do I get trading holidays from the Bloomberg API

I'm using Bloomberg Java api to download trading data. I need somebody to tell me if there exists a function which can return a list of trading holidays. I looked through the manual but couldn't find ...
1
vote
4answers
433 views

How to get a live price snapshot in bloomberg?

I am looking to get a live price snapshot from Bloomberg .Net API 3 with C#. I can see from the samples how to get historical prices or subscribe to data, but I cannot find the correct request to get ...
1
vote
1answer
564 views

Bloomberg C# API - How to Call BDP with different options/Fields

I am trying to migrate from Excel add-in to Bloomberg C# Desktop API. For simple calls like BDP("AB IB Equity","best_analyst_rating") I am able to do without issues using something like this: ...
1
vote
1answer
2k views

VBA: Waiting for Bloomberg BDP calls to finish

I have a script that imports some external data into the worksheet, which in turn affects some =BDP(...) formulas. Optimally, I'd like to do some checks on the BDP results immidiately after copying ...
1
vote
0answers
586 views

How to get CUSIP-Description data using Bloomberg API?

I had a look at Asynchronous data through Bloomberg's new data API (COM v3) with Python? before posting which has some pretty awesome info, but what I need is a way to create a CUSIP-Description table ...
1
vote
1answer
1k views

Bloomberg Server API and Ruby/Python

Im looking to write a new application in ruby/python which uses a feed from bloomberg and am stuck trying to find any documentation for using (or even setting up) Bloomberg Server API with either of ...
1
vote
2answers
547 views

why can't I see voting buttons in a bloomberg email?

I'm sending an email from Outlook 2003 (soon to be 2007) to a colleague's Bloomberg email address. I added voting buttons to it. Outlook users can all see the buttons, but the colleague who's ...
1
vote
1answer
304 views

Bloomberg Session timeout?

As informed by the example in the Bloomberg APIv3, i need to start a Bloomberg session to open a service, then i need to use the service to create a request. My question is, if my program sent a ...
1
vote
0answers
613 views

Python win32com opening Excel with Bloomberg plugin

I'm trying to automate construction of an Excel 2007 spreadsheet that uses the Bloomberg plugin to pull down live prices. The problem is that when I open Excel through win32com the Bloomberg plugin ...
0
votes
1answer
18 views

How to implement excel BDP() function with Bloomberg API?

I'm not familiar with either BDP() or api. I'm just wondering if there is any easy and elegant way to implement this excel function with Bloomberg API? Thanks! (any language is fine although python ...
0
votes
1answer
44 views

Retrieving IOI Data From Bloomberg

I'm trying to pull real time indication of interest data out of bloomberg and into excel. I cannot find a way to do it via the Excel API so I am considering two options: Some messy VBA API calls to ...
0
votes
1answer
73 views

How to retrieve end of day security price from bloomberg using Java on a Unix machine?

I need to retrieve market close price of securities from bloomberg using Java on a Unix machine. How can I do that? I browsed http://www.bloomberg.com/professional/software_support/ and have no idea ...
0
votes
0answers
91 views

Using the Bloomberg API in vba

I am trying to load data with the bloomberg API using this function- ' Make certain you have a Reference to C:\blp\API\ActiveX\blpdatax.dll Sub FindBloombergData() On Error GoTo Handler: Dim oBlp As ...
0
votes
1answer
52 views

Implementing Multithreading in MFC to update an internal dictionary accessible by outside functions

I'm working with C++ and MFC to create an application that will pull information from Bloomberg in real time. Bloomberg API has a subscription class that will "subscribe" to updates from Bloomberg and ...
0
votes
3answers
300 views

Click RefreshWorkbook on Bloomberg Ribbon

I am working on an Excel Spreadsheet with VBA. I have a Bloomberg BDH function that I want to refresh from VBA. I tried recording a macro and clicking the Bloomberg->Refresh Workbooks button but the ...
0
votes
1answer
286 views

Bloomberg API: How to get the list of Pricing Sources?

It's possible to get current pricing source for a security (PRICING_SOURCE field). Is there any field that returns the list of all available pricing sources for defined security? Thank you.
0
votes
0answers
357 views

Bloomberg Java API (blpapi3.jar) what it can do and what it can't do? [closed]

I've received a change request to implement some integration with Bloomberg Professional, there are a lot of specs on what our app should do, but no specs on how it should do it. Currently I'm in the ...
0
votes
3answers
514 views

Missing XLCALL32.DLL in blpConnect() call (R)

I just installed RBloomberg and when I call blpConnect() it returns an error saying "This application has failed to start because XLCall32.dll was not found. Re-installing the application may fix this ...
0
votes
1answer
449 views

Live price updates in R-Bloomberg price subcriptions

I am using the RBloomberg library for live and historical price data, but I would like to know if it is possible for a variable to update its live pricing continuously. Right now: > ...
0
votes
2answers
111 views

Serialize an external object

I am programming towards the Bloomberg Desktop Java API where I subscribe to and recieve market data in Message objects, containing different fields and corresponding values of different types, ...
0
votes
1answer
697 views

How to get overrides in historical bloomberg api via python

In the Excel API, Bloomberg allows for overrides and allows you to specific periodicity: BDH("IBM EQUITY","BEST SALES","1/1/2011","2/1/2011","BEST FPERIOD OVERRIDE","BF",, "DAYS=W","FILL=C","SORT=D") ...
0
votes
0answers
250 views

BDP function not found: RBloomberg setup problem

I am trying to install RBloomberg into my Windows 7 environment, strictly following the instructions in the instruction manual. Here is its recommended code and outputs: >> library(RBloomberg) ...
0
votes
1answer
113 views

Pywin - Initialize pvarResult by calling the VariantInit()

I'm using Pywin32 to communicate with Bloomberg through its COM-library. This works rather good! However, I have stumbeled upona a problem which I consider pretty complex. If I set the property ...
0
votes
2answers
602 views

error message using RBloomberg

I am testing RBloomberg to access the Bloomberg API. Upon creating a connection using > conn <- blpConnect() I receive a pop-up error message stating that "The program can't start because ...
0
votes
2answers
743 views

Bloomberg chat API?

Is there any API to send Bloomberg chat messages?
0
votes
3answers
1k views

Loading Bloomberg Api Data Using VBA Access Program

we have subscription to Bloomberg data, we use excel to load data from bloomberg using bdp function. but its pain,so we decided to find easy way to do this . Is there any way to program and calculate ...
0
votes
2answers
1k views

Starting bbcomm in Java v3 Bloomberg API

When I use the Java Bloomber V3 API it usually works. However, sometimes, especially after a reboot, bbcomm.exe is not running in the background. I can start it manually by running blp.exe, but I ...
-1
votes
1answer
570 views

Using the Bloomberg API, how do I request the price information for the HTUSMOML and GSTHHVIP indexes

Using the Bloomberg API, how do I request the price information for the HTUSMOML and GSTHHVIP indexes. Part of the basic code which I am using is listed below: session.OpenService("//blp/refdata"); ...
-3
votes
0answers
54 views

Regarding bloomberg and R [closed]

I saw that you had been trying to connect R with bloomberg. I tried searching through many forums but still not sure how to subscribe to tick data using R. As u mentioned in onr of your questions, ...