Rblp / Rblpapi

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

Page Data Service #384

Closed lllnnnlll closed 10 months ago

lllnnnlll commented 10 months ago

Hi I am trying to find out if we are able to retrieve bbg page data using this package. This would be the blp/pagedata service in the api or BPGE() function in excel. I don't currently see any direct reference to page data within the docs but perhaps its a subset of one of the other functions. Thanks!

eddelbuettel commented 10 months ago

You need to examine the documentation of the API we use, namely the C++ API. Not everything available via Excel is mapped.

See numerous closed issues here discussing that.

lllnnnlll commented 10 months ago

Thanks so much for your reply. This functionality is on page 49-50 of the core developer guide per your link. would you be able to tell me if its currently mapped or wrapped under another function

eddelbuettel commented 10 months ago

I am a wee bit removed from the code these days but you should be to able to tell this quickly by searching the code here at GitHub (!!) where search defaults first to wthin the repom and / or via grep if you have the sources unpacked.

We welcome contributions. If you are handy with the C(++) language(s) please consider crafting a pull request.

lllnnnlll commented 10 months ago

ty for the tip, i searched and the exact service is not mapped