Rblp / Rblpapi

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

Add missing US to ticker in one Equity example #368

Closed eddelbuettel closed 2 years ago

eddelbuettel commented 2 years ago

As noted in #366 / #367 discussion. Do we have any other examples showing a (US) stock with the US ticker?

johnlaing commented 2 years ago

There's another one just a few lines below in the same file.

Also potentially here: https://github.com/Rblp/Rblpapi/blob/a576b9f6514b094ada7c53b6f4db4ec68b6e0035/src/beqs.cpp#L142 Though I'm not quite sure what it's doing, so perhaps best to leave alone.

eddelbuettel commented 2 years ago

Line 142 is tricky. Maybe ticker is 'GOOG US'? It is also a conditional use, and the example in beqs.R uses non-ticker values :-/ Probably best to be left alone.

I adjusted the commit to README.md. Thanks for catching that. Not enough early morning coffee.