BLPData.jl icon indicating copy to clipboard operation
BLPData.jl copied to clipboard

Julia language wrapper for the Bloomberg™ API

Results 7 BLPData.jl issues
Sort by recently updated
recently updated
newest added

It was made clear that BLPData is for Bloomberg Professional user. It also said it supports mac. However, there is no native version of Bloomberg Professional. I can see conflicts....

Adding overrides is possible in the R package Rblpapi. Will it be available soon in this Julia package?. Thank you

Seems like an Apple silicon specific issue? On M1 Max Studio: `Precompiling project... ✗ BLPData 1 dependency successfully precompiled in 1 seconds. 289 already precompiled. 1 dependency errored. To see...

[BLPData_issue.zip](https://github.com/felipenoris/BLPData.jl/files/8507244/BLPData_issue.zip) Hi! Thanks for a great package. I got all sample examples to work immediately on my Windows with Bloomberg Terminal. However, when I got a bit more elaborate and...

sDate = Date(2021,5,13) eDate = Date(2024,4,30) eDate = Dates.today() - Dates.Day(1) ticker1 = ["SVOL US Equity"] ticker2 = ["SVOL"] raw_data = BLPData.bdh(session, ticker1, "PX_LAST", sDate, eDate, options = BBG_OPT(1)) #...

Hi, Firstly, thank you for creating this package. Unfortunately, I'm having trouble installing it due to a SHA mismatch: ```julia (@v1.10) pkg> add BLPData Resolving package versions... Downloaded artifact: blpapi...

When running the subscription [example](https://felipenoris.github.io/BLPData.jl/v0.3/#Subscription-1) ``` topic = "//blp/mktdata/ticker/PETR4 BS Equity?fields=BID,ASK" subscription_list = BLPData.subscribe(session, topic) ``` I get the following warning ``` 22AUG2024_15:22:12.749 17900:33112 WARN blpapi_subscriptionmanager.cpp:7476 blpapi.session.{1}.clusterservicehandler.subscriptionmanager SubscriptionLost for unknown...