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

IEX Cloud Has Changed their Pricing Structure #70

Open
jhunter-iex opened this issue Aug 29, 2023 · 4 comments
Open

IEX Cloud Has Changed their Pricing Structure #70

jhunter-iex opened this issue Aug 29, 2023 · 4 comments

Comments

@jhunter-iex
Copy link

IEX Cloud has moved away from a B2C model and now targets B2B clients. We now price data in bundles (https://iexcloud.io/pricing) which for the most part are out of reach of retail consumers. This is especially so for the stock_quote endpoint used in this code; that now costs $1500/month to access.

If you just need prices, I would suggest refactoring this code to point to the IEX Bid, Ask, and Last Trade Bundle (https://iexcloud.io/documentation/financial-data/data-bundles/market-data/iex-bid-ask-and-last-trade.html) which has prices and quotes that take place on IEX Exchange, and is priced at $20/month. It does not however include extended hours prices, prices and trades from exchanges other than IEX, or other calculated fields included in the more expensive stock_quote endpoint.

Best,
Justin Hunter
Senior Product Manager - IEX Cloud

@tyrauber
Copy link
Owner

@jhunter-iex, $1500/month? $20/month for basic quotes? So no free, rate limited access anymore?

@jhunter-iex
Copy link
Author

@tyrauber Correct, we no longer offer those plans to new customers.

@tyrauber
Copy link
Owner

@jhunter-iex, So anyone who signed up for an API key to use this library, and provided you with a credit card, will now be charged $1500/month if they continue to use this library? Is that correct?

@jhunter-iex
Copy link
Author

@tyrauber No; legacy plans have had some pricing changes, but we did not force a migration to the new pricing.

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

2 participants