-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question | getBars #312
Comments
You most likely "simply" want to retrieve a different column of data rather than |
ok... but could you please be more specific: which argument should be changed |
I'm not sure this is possible for Alternatively you could use |
Sorry, my bad. Forget the context of General context holds though. Rblpapi will bring you what is offered. Bloomberg is generally somewhat nebulous about which fields are there. For derived quantities like yield they may not be available at all resolutions, conventions, ... etc. |
Helpdesk said that they don't support programming languages... |
Yeah, that's been the official line last few times I've gone in. Unfortunate, really. |
I would first check out Once you've done that, then go to the helpdesk and ask them to help you construct the correct Excel API call. From there, you should be able to back out from the Excel API code to the correct syntax and options for |
If you get stuck, reply here and I will do my best to help you figure it out. |
also @eddelbuttel / @johnlaing I think it would be good to have some examples of 'non-standard' queries for newcomers to refer to in the docs. I'm happy to do this. |
Always in favor of more extensive documentation via examples. Feel free to open a separate issue if you'd like to take that on. |
If I remember rightly intraday bars will only return yield for yield quoted securities. In BDH there is a QuoteType parameter which accepts price/yield. There will be an equivalent in the v3 signature. Apologies for being vague but it has been a year since I left BBG (where I built some of the API functionality) |
Hi. 1st. thanks very much @eddelbuettel @johnlaing and @armstrtw for developing such a cool package. I'm quite new using it and I'm currently trying to consult intraday fixed-income yields. Is this possible? Please pardon me whether I missed something above. |
Again, if you can construct the query in the Excel API then, typically, you can construct it in Get the helpdesk to solve your query in Excel first. Then try pasting what they give back to you here and someone may try to help you translate it. |
How to instruct
getBars()
to get yields instead of prices for FI instruments?The text was updated successfully, but these errors were encountered: