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

I am trying to get daily price information from Bloomberg for a time series which includes weekends. Within Bloomberg's spreadsheet builder, the optional parameter is Alignment Calendar: 7D-7 BUS DAY...

Does the BSRCH command support options as in Excel? Looking to run the following query: =BSRCH("BI:TPD","BIKEY=WAC_UNIT_BY_NDC11","BIARG0=378395205") in R and pull into data frame object. Please advise - thanks!

I often find myself copy-pasting field definitions to document them in projects using them. Is it possible to get a field definition via the API? Currently, the function `fieldInfo` gives...

Would people like a pull request that lets you pull more than 25 fields at once with bdh? I have made some workarounds (for example two pulls + a merge,...

It seems like B-PIPE has a variety of authentication methods available. Does #288 , only work with just the application name? It seems I am able to "authenticate" with BPIPE...

The installation stops/ freezes after a point mentioned below: Installing package into �\\adl-fp01/My Docs/rahul.jindal/R/win-library/4.0� (as �lib� is unspecified) trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/drat_0.2.0.zip' Content type 'application/zip' length 211289 bytes (206 KB) downloaded...

I can't figure out how to download the exchange code for trades using the getTicks function. Is this possible? Thank you!

We should catch error messages passed back to us by the API. It would be particularly helpful to capture the message and show it to the user. The status quo...

I have a Bloomberg terminal running on the host machine, how can a container with R, Rblpapi, and blpapi from Bloomberg connect to the session on the host so I...