We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Querying bars endpoint with asof date after a ticker name change does not return data including the old ticker name, as documented.
To Reproduce https://data.alpaca.markets/v2/stocks/bars?symbols=METV&timeframe=1D&start=2022-01-01T00%3A00%3A00Z&end=2022-02-02T00%3A00%3A00Z&limit=1000&adjustment=split&asof=2023-01-01&feed=sip&sort=asc
Expected behavior Response data should include data under ticker META from before 2022-01-31
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Querying bars endpoint with asof date after a ticker name change does not return data including the old ticker name, as documented.
To Reproduce
https://data.alpaca.markets/v2/stocks/bars?symbols=METV&timeframe=1D&start=2022-01-01T00%3A00%3A00Z&end=2022-02-02T00%3A00%3A00Z&limit=1000&adjustment=split&asof=2023-01-01&feed=sip&sort=asc
Expected behavior
Response data should include data under ticker META from before 2022-01-31
The text was updated successfully, but these errors were encountered: