Rblp / Rblpapi

R package interfacing the Bloomberg API from https://www.bloomberglabs.com/api/
Other
166 stars 75 forks source link

Formula BQL? #316

Closed cnordenlow closed 3 years ago

cnordenlow commented 3 years ago

Hi, im trying to recreate a formula using this package that can generate all outstanding bonds from an issuer. In excel, I´,m using the BQL-formula below but I would like to being able to get it in R. If this is possible, I would greatly appreciate your assistance.

Thanks, Chris

=BQL("BONDS('DIS US Equity')","ID_ISIN","NAME")

armstrtw commented 3 years ago

is bql supported in the c++ api?

Ljupch0 commented 3 years ago

I think BQNT is a walled garden and you cannot take out the data from the terminal. The only place currently you can get BQL data freely is Excel.