-
Notifications
You must be signed in to change notification settings - Fork 76
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
getBars doesn't work for equities #366
Comments
I have no issues with your call on
|
I get:
but this:
returns:
I have just begun with Bloomberg Desktop API. Maybe market data for is not enabled. I will check with bloomberg support.
returns:
I will try to contact Bloomberg support. and send feedback here. |
Important update: Seems the function works if I use cusip number. For AAPL:
|
You have to specify the Exchange code as well (US in the case of Apple). Try again with this ticker: |
Works with US. |
I think that is a general feature with equity tickers so we can probably close this. |
I am trying to get historical (bar) data using
getBars
function.The function works for SPX:
but it doesn't work for equities:
The error:
I have tried some other equity symbols but got the same error.
The text was updated successfully, but these errors were encountered: