John Laing
John Laing
I'm not a user of BPIPE myself so I'm not familiar with the different authentication mechanisms. I'll tag in @alfredkanzler who did the heavy lifting on #288, he might be...
@rharlow86 Thanks for your work on this! I was (finally) able to get tests run and everything works. Merged/closed.
This does not seem to be implemented currently. I actually can't even find documentation for this corner of the API. The function was written by @wmorgan85 , maybe he can...
The code you pasted doesn't quite run as is. But it's close enough that I was able to reproduce the bug. ``` library(Rblpapi) ticker
Update: this appears to be an issue with the response we are getting from Bloomberg. I wrote 2 R scripts that differ only by a single day in the start...
I did some digging to convince myself that this is in fact a BB constraint rather than something we've introduced. And so it is: ``` HistoricalDataResponse = { responseError =...
Yes, something like that should work. We'll need to figure out how to identify/grab the `responseError` to get to it.
The public API download page (https://www.bloomberg.com/professional/support/api-library/) still has 3.8.18.1 as supported release, with 3.11.6.1 referenced as experimental. Are there particular features in the newer version that you're looking for? It...
Ideally, the new version will be backwards compatible and all the existing Rblpapi stuff will just work. But we don't know if that's the case until someone tries it. We...
I just pushed a branch "experimental" which builds with the newer version of the API 3.11.6.1. The package compiles but does not pass checks, so our previous suspicion is confirmed:...