Questions tagged [bloomberg]

For programming questions related to the Bloomberg API, which provides financial news and data services.

Bloomberg L.P. is a financial news and data service that provides an API for real time access to financial information.

Bloomberg also provides a computer system that enables financial professionals to access the Bloomberg Professional service, known as Bloomberg Terminal.

Note: Bloomberg provides extensive customer support for their products. They can field any question about their service. Non-programming questions should always be directed to them, and even some programming questions are better asked of a product's support team.

Resources:

771 questions
0
votes
0 answers

connect to Bloomberg from R

I receive the error: Error in .jnew("org/findata/blpwrapper/Connection", java.log.level) : org.findata.blpwrapper.WrapperException: Session not started because: Failed to connect server: localhost/127.0.0.1:8194 when I run the command…
0
votes
1 answer

Bloomberg VBA API: How can I replace a BDS call with VBA and the BLPAPI?

I currently use BDS in the following manner: =BDS("FDS US Equity","TOP_20_HOLDERS_PUBLIC_FILINGS","cols=10;rows=20") I have the BBG VBA class module with the following functions: Public Function ReferenceDataRequest(security As String, fields() As…
user1323670
  • 71
  • 1
  • 2
  • 10
-1
votes
2 answers

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 is preferred)
TMS
  • 363
  • 5
  • 17
-1
votes
1 answer

How to get intra day data using blp.bdh function in python Bloomberg

blp.bdib('NIFTY Index',dt = "2023-02-11", enddate='Today',timezone='Calcutta',interval =14) I want timing start from 9:15AM and its showing 9:16 Tried many thing like ...used all documentation
-1
votes
1 answer

Pulling BB prices from a CSV list of tickers in Python

I am new in Python.. I am trying to pull the latest prices using PX_LAST below, which works perfectly using: from xbbg import blp, pipeline blp.bdp(["AMZN US Equity", "SPY US Equity","KO US Equity"], ["NAME","PX_LAST"]) The issue is, I now wish to…
junorhej
  • 3
  • 2
-1
votes
3 answers

Issue with JSON.parse() from URL

I have this code trying to obtain prices from Bloomberg but I can't make it works. This is the URL: https://www.bloomberg.com/markets2/api/intraday/BACHOCOB:MM?days=1&interval=2&volumeInterval=15 And my failure code: