Choosing Your Stack · Market Data · Module 2

IEX Cloud Alternatives — Migration Guide for 2026

IEX Cloud shut down on August 31, 2024. All API keys were deactivated on that date. If your code still references an IEX Cloud endpoint, it is broken. This page is a migration guide: what IEX Cloud offered, which alternatives cover which use cases, and how to choose. No investment advice, no affiliate links — neutral comparisons for researchers choosing their stack.

IEX Cloud is discontinued as of August 31, 2024. There is no legacy access, paid continuation, or degraded mode — the service is fully offline. Any project still pointing at IEX Cloud endpoints must migrate.

Market data comparisons — Module 2 cluster:

What IEX Cloud Offered

IEX Cloud provided US equities market data via a developer-friendly REST API: real-time and historical price quotes (via the IEX exchange feed), company fundamentals, earnings calendars, news, and reference data for stocks and ETFs. Its key selling points were a generous free tier, clean documentation, and a straightforward pricing model. It was widely used in open-source trading projects, educational materials, and lightweight production data pipelines. Its discontinuation in August 2024 was not preceded by a migration window announcement; API keys were deactivated on the shutdown date.

Replacement Options Table

Five providers cover the bulk of IEX Cloud migration use cases. Prices marked [approx] were behind signup walls; re-verify before committing.

Provider Free Tier Granularity Real-Time? Best IEX Replacement For
Tiingo ~50/hr, 500 symbols/mo EOD + intraday (IEX-style) IEX intraday Closest free-tier substitute; IEX-style intraday endpoint
Polygon.io → Massive.com 5 req/min, delayed Tick, minute, EOD Paid only Broadest US equities + options + crypto; production intraday
Databento $125 credits (6-mo) Tick / MBO (L3) → OHLCV Both (RT + history) Tick-level upgrade; IEX's own recommended migration path
Alpha Vantage 25 req/day, 5/min Intraday → monthly Paid Free fundamentals, FX, crypto; low request volume use cases
Finnhub 60/min free, real-time US quotes Tick (WS), candles, EOD Free RT US quotes Free real-time US stock quotes + alt-data (earnings, news)

Five Migration Paths

1. Tiingo — closest IEX Cloud substitute

Tiingo is the most-cited direct IEX Cloud replacement in community discussions. It provides an IEX-style intraday endpoint alongside its own EOD data, fundamentals, and news. The free tier (~50 requests per hour, 500 unique symbols per month) covers lightweight prototyping and small backtests. The Power plan (~$10/month) removes most rate limits. Tiingo's Python library (tiingo-python) follows similar patterns to the iexfinance client, making migration relatively straightforward. If your primary IEX Cloud use was intraday US equities data with fundamentals, Tiingo is the lowest-friction migration target.

2. Polygon/Massive — broadest US equities and real-time coverage

Polygon.io (rebranded Massive.com, October 30, 2025) has the broadest coverage for US equities, options, and crypto in this list. Its free tier (5 requests per minute, delayed data) allows ongoing prototyping. Paid plans split by asset class give access to real-time tick data and full history. The polygon-api-client Python SDK is actively maintained. If your project needed IEX Cloud's real-time or near-real-time US equity data and you want to expand coverage to options or crypto, Polygon/Massive is the broadest choice. Note: api.polygon.io endpoints continue to work post-rebrand; new documentation and pricing live at massive.com.

3. Databento — IEX's recommended path for tick-level data

IEX's own migration documentation pointed to Databento as a recommended migration target. Databento delivers raw exchange feed data — tick-level, Market-By-Order depth, and OHLCV — from 70+ venues including US equities via direct exchange feeds. New accounts receive $125 in data credits valid for 6 months. If your IEX Cloud use involved intraday bar data and you want to upgrade to higher-fidelity tick data, or if you are expanding to futures microstructure research, Databento is the appropriate migration target. It is more complex to consume than Tiingo or Polygon (raw venue schemas vs normalized data) but delivers the highest data quality.

4. Alpha Vantage — for fundamentals, FX, and low request volumes

Alpha Vantage has one of the more generous free tiers for diverse data types: stocks, FX, crypto, commodities, and fundamental data, all accessible with a free API key. The free tier limits are strict (25 requests per day, 5 per minute), which makes it impractical for real-time or large-scale backtesting but useful for low-frequency use cases: fundamental data enrichment, macro indicators, FX rate lookups. If your IEX Cloud usage was primarily fundamentals (earnings, income statements, balance sheets) at low volumes, Alpha Vantage is a cost-effective migration target. Paid tiers (~$50–$250/month approximate) increase rate limits substantially.

5. Finnhub — for free real-time US quotes and alternative data

Finnhub's free tier (60 requests per minute) includes real-time US stock quotes via WebSocket, earnings calendars, company news, and fundamentals — at no cost. This makes it the most capable free-tier alternative for applications that needed IEX Cloud's real-time US equity quotes without a paid subscription. Finnhub also covers international stocks, FX, and crypto on the free tier. Its alternative data (news sentiment, earnings surprises, SEC filings) goes beyond what IEX Cloud offered. The paid tiers add higher rate limits and additional data sources.

Best for Whom

When None Fits

If your IEX Cloud use was equity backtesting requiring a survivorship-bias-free universe (delisted symbols included), none of the five alternatives above fully solves this problem. Norgate Data is the only provider in the retail space explicitly marketed as survivorship-bias-free, but it is EOD only and subscription-priced. For free experimentation on modern price history without IEX, yfinance (unofficial Yahoo Finance scraper, daily prices, no key) is the most widely used starting point — with the caveat that it is unofficial, breaks periodically, and Yahoo's terms of service do not permit commercial use.

Related comparisons: Polygon (Massive) vs Databento (normalized vs raw exchange feed) · All market data providers (full 9-provider table including yfinance, Norgate, EODHD)


Frequently Asked Questions

Is IEX Cloud still available in 2026?
No. IEX Cloud shut down on August 31, 2024. All API keys were deactivated on that date. Any code referencing the IEX Cloud endpoint will return errors. There is no continuity, degraded-mode access, or paid legacy tier — the service is fully discontinued. Migration to an alternative provider is required for any project that was using IEX Cloud data.
What is the best replacement for IEX Cloud?
The best replacement depends on your use case. For US equities intraday data similar to what IEX offered, Tiingo is the most frequently cited substitute — it provides an IEX-compatible intraday endpoint via its own data, with a free tier and a ~$10/month paid plan. For broader coverage including real-time data across multiple asset classes, Polygon/Massive (the rebranded Polygon.io) has a free tier and is the most-used US equities data provider. IEX's own migration documentation pointed to Databento as a recommended migration path, which is the strongest choice if you need tick-level or institutional-quality data.
Are there free IEX Cloud alternatives?
Yes. Several providers offer free tiers. Tiingo: free tier allows ~50 requests per hour and 500 unique symbols per month, with EOD and IEX-style intraday data. Polygon/Massive: free tier allows 5 requests per minute with delayed data. Alpha Vantage: free tier allows 25 requests per day (5 per minute) for stocks, FX, crypto, and fundamentals. Finnhub: free tier allows 60 requests per minute with real-time US stock quotes, earnings calendars, and news. Each has rate limits and data coverage trade-offs; none fully replicates IEX Cloud's feature set at the same price point.
Why did IEX Cloud shut down?
IEX Group did not publish a detailed explanation for the IEX Cloud shutdown. The service was discontinued effective August 31, 2024. The IEX Cloud website (iexcloud.org) now hosts a closure notice. IEX Group continues to operate the IEX stock exchange separately from the now-defunct IEX Cloud data API. Migration resources on the IEX Cloud site pointed to Databento as a recommended data alternative.
What was IEX Cloud used for?
IEX Cloud was a market data API that provided US equities data including real-time and historical price quotes, fundamentals, earnings, news, and reference data for stocks and ETFs. It was known for a developer-friendly REST API, competitive pricing, and a generous free tier. Many open-source trading libraries and educational projects used it as a primary data source. Its discontinuation in August 2024 required projects that depended on it to migrate to an alternative provider.

Drill market data concepts — provider trade-offs, survivorship bias, IEX Cloud migration paths, and data quality for backtesting — with AlgoDrill's spaced-repetition flashcards.

Start Flashcards →   View Reading List →