joel23888
joel23888
@scfhath if you want to explore what options are available you can refer to the BLPAPI developer guide at https://data.bloomberglp.com/professional/sites/10/2017/03/BLPAPI-Core-Developer-Guide.pdf. In this case I think you may find what you...
@Derek-Ych-Qi your code works as-is for me: ``` > connector bdh("AAPL US EQUITY", start.date = Sys.Date() - 365, end.date = Sys.Date(), fields = "RK003", con = connector) date RK003 1...
Can you see the data in your terminal? If not check your data permissions. Also try an alternative field name for this as I mentioned above.
This sounds good to me. I will take this approach. Will look at this next week (hopefully).
@joshuaulrich you could try an approach like the regex referred to in https://github.com/Rblp/Rblpapi/issues/215#issuecomment-296929480. You may need to modify to your exact requirements.
I may be able to help. I was talking about this in the comments of cd411371a7729c789bae27a168561f3a14f42cbb. I can probably look at this towards the end of the month. In terms...
Thanks, will adopt that approach. Out of interest, can you give me an example security code where condition codes are generally not required. For the asset classes I focus on...
Thanks, I checked them and they do actually have condition codes that could be returned. Then I thought to check a stock index e.g. `NKY Index` and there are just...
According to the developer guide at p85 (link below), `IntradayTickRequest` apparently supports `BID_YIELD` and `ASK_YIELD` for `eventType`, although on p95 under the `Fields` parameter it does not include these in...
No, this would need to be added to the request at the C++ level but `getTicks` is an R function. You could look at how condition codes support was implemented...