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

Incompatibility of Quantitative Momentum Strategy Tutorial with Updated IEX Cloud API #60

Open
jason-ezenwa opened this issue Jun 25, 2023 · 0 comments

Comments

@jason-ezenwa
Copy link

The current tutorial for the Quantitative Momentum Strategy project needs to be updated due to the recent changes in the IEX Cloud API. The tutorial assumes the usage of the deprecated IEX cloud sandbox, but since it is no longer available, users are required to create a normal account and access the API for free for a limited time.

However, the problem lies in the fact that the updated documentation, to the best of my knowledge, does not provide a clear method for making batch calls that retrieve both quote values (e.g., 'latestPrice') and stats values (e.g., 'year1ChangePercent'). Batch calls can only be made separately for stats using the '/advanced_stats' endpoint and for quotes using the '/quotes' endpoint. This discrepancy in the API functionality makes it challenging to follow the tutorial as intended.

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