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 When I run a list_aggs() call to pull daily close prices on 'META' I get what appears to be erroneous data.
To Reproduce https://api.polygon.io/v2/aggs/ticker/META/range/1/day/2010-01-01/2025-02-07?adjusted=true&sort=asc&limit=50000&apiKey=<>
Expected behavior There should not be such a jump
Screenshots Here is the data I am getting back from the API call. Notice the jump.
{"v":1.300741e+06,"vw":12.1695,"o":12.43,"c":11.95,"h":12.45,"l":11.93,"t":1643259600000,"n":12644},{"v":1.571954e+06,"vw":12.047,"o":11.9979,"c":12.31,"h":12.31,"l":11.73,"t":1643346000000,"n":11494},{"v":2.3501579e+07,"vw":190.7486,"o":194.28,"c":184,"h":199.45,"l":183.68,"t":1654747200000,"n":282457},{"v":2.7478354e+07,"vw":177.3336,"o":183.04,"c":175.57,"h":183.1,"l":175.02,"t":1654833600000,"n":366773},{"v":3.1749304e+07,"vw":167.244,"o":170.59,"c":164.26,"h":172.575,"l":164.03,"t":1655092800000,"n":440307},
Additional context We were analyzing daily close to close percent returns and noticed anomalous behavior.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When I run a list_aggs() call to pull daily close prices on 'META' I get what appears to be erroneous data.
To Reproduce
https://api.polygon.io/v2/aggs/ticker/META/range/1/day/2010-01-01/2025-02-07?adjusted=true&sort=asc&limit=50000&apiKey=<>
Expected behavior
There should not be such a jump
Screenshots
Here is the data I am getting back from the API call. Notice the jump.
{"v":1.300741e+06,"vw":12.1695,"o":12.43,"c":11.95,"h":12.45,"l":11.93,"t":1643259600000,"n":12644},{"v":1.571954e+06,"vw":12.047,"o":11.9979,"c":12.31,"h":12.31,"l":11.73,"t":1643346000000,"n":11494},{"v":2.3501579e+07,"vw":190.7486,"o":194.28,"c":184,"h":199.45,"l":183.68,"t":1654747200000,"n":282457},{"v":2.7478354e+07,"vw":177.3336,"o":183.04,"c":175.57,"h":183.1,"l":175.02,"t":1654833600000,"n":366773},{"v":3.1749304e+07,"vw":167.244,"o":170.59,"c":164.26,"h":172.575,"l":164.03,"t":1655092800000,"n":440307},
Additional context
We were analyzing daily close to close percent returns and noticed anomalous behavior.
The text was updated successfully, but these errors were encountered: