Rblpapi icon indicating copy to clipboard operation
Rblpapi copied to clipboard

R package interfacing the Bloomberg API from https://www.bloomberglabs.com/api/

Results 43 Rblpapi issues
Sort by recently updated
recently updated
newest added

Is there a way to implement the Excel's BChain Function?

forgive me if I miss it. I cannot find an unsubscribe function after I subscribed a security using subscribe().

Error message NOT_APPLICABLE_TO_PORT_DATA appears whenever I try and access portfolio data through bds

I was surprised that the security names returned by `lookupSecurity()` could not be passed directly to another Rblpapi function, like `bdh()`. I haven't looked at the code to understand where...

I'm using `getTicks` to get executed trade data from Bloomberg, for example as follows: `getTicks("3137G0EZ8@TRAC MTGE", eventType = "TRADE", startTime = as.POSIXct(as.Date("20151201", "%Y%m%d")), endTime = as.POSIXct(as.Date("20151231", "%Y%m%d")), tz = Sys.timezone())`...

Hello, I have been working with your excellent package, Rblpapi. I have a couple of questions: • I primarily work with economic data and find that for some series the...

Hi, snippet below, seems like it should work and return valid condition codes along with price and quantity, but nothing is returned. require(Rblpapi) blpConnect() symbol

When downloading more then 12 fields at once for one ticker with bdh, always the second, thrid and fourth field will not retrieve any data, no matter which fields they...

[not urgent] To date we have relied on the default `data.frame` behavior of `stringsAsFactors=TRUE`. Sometimes this is appropriate, other times not. We should review all the relevant functions and attempt...

This is related to the closed issue #82, I suppose, but as it is now a standard feature as per comments on that page, I am trying to get it...