Skip to content
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

Return all conditions codes via 1 API call, include aggregation rules. #254

Open
gcatlin opened this issue Jul 2, 2024 · 0 comments
Open

Comments

@gcatlin
Copy link

gcatlin commented Jul 2, 2024

Is your feature request related to a problem? Please describe.
Retrieving all Conditions Codes requires 6 API calls (trade/A, trade/B, trade/C, quote/A, quote/B, quote/C). It's not much data, and I assume it changes rarely or never. Seems like we should be able to get all conditions with a single API call.

Describe the solution you'd like
Return all Condition Codes for trades and quotes and all tapes via a single API call. It would be especially nice if the response included aggregation rules similar to the Polygon API.

Describe alternatives you've considered
Using Polygon's API.

Additional context
There is useful info re: using conditions for aggregation here: Stock Minute Bars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant