IEX Cloud
Financial data platform with real-time stock prices, fundamentals, forex, and economic indicators.
Status
🔴 Offline · 875 ms
🔴 Offline · 875 ms
30-day uptime
0%
0%
Free tier
50,000 credits/month (Starter plan), free key, no CC
50,000 credits/month (Starter plan), free key, no CC
Auth
API key
API key
Free alternatives (live ranking)
- European Central Bank Rates — 🟢 Online · Unlimited, no key, no credit card
- Twelve Data — 🟢 Online · 800 calls/day, free key, no credit card
- Fixer.io — 🟢 Online · 100 calls/month, EUR base only, free key, no CC
Compare IEX Cloud with…
- IEX Cloud vs European Central Bank Rates — Unlimited, no key, no credit card
- IEX Cloud vs Twelve Data — 800 calls/day, free key, no credit card
- IEX Cloud vs Fixer.io — 100 calls/month, EUR base only, free key, no CC
Paid alternatives
- IEX Cloud Launch — from $19/mo
Frequently Asked Questions
Does IEX Cloud require an API key?
Yes, IEX Cloud requires a free API key. You can sign up via https://iexcloud.io/docs/api/.
What is IEX Cloud's free tier?
50,000 credits/month (Starter plan), free key, no CC
Is IEX Cloud currently online?
We check IEX Cloud every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.
Implementation notes
When to use IEX Cloud
IEX Cloud is a solid free choice for US equity data when you need real-time quotes (IEX is a registered exchange, so its prices are official), plus fundamentals, news, and options data. The Starter plan gives 50,000 credits/month — enough for a personal dashboard polling ~20 stocks every few hours.
Common pitfalls
- IEX Cloud uses a credit system, not a simple call count. A single quote call costs 1 credit; a bulk quote for 100 symbols costs 100 credits. Fetching historical OHLCV for one symbol over 1 year costs 252 credits (one per trading day). Always calculate credit costs before implementing a feature.
- Real-time price data from IEX reflects only trades executed on the IEX exchange, not the consolidated tape. IEX has about 2-3% of total US equity volume. For NBBO (national best bid/offer) or last-sale prices, IEX data can deviate from consolidated market data.
- The `pk_demo` token works only for AAPL on the `/stable/stock/{symbol}/quote` endpoint. Other endpoints or symbols return 403. Register for a real key — free tier activates immediately.
- IEX Cloud went through ownership changes and restructuring in 2023-2024. Some documentation pages reference endpoints from earlier versions (v1) that have been renamed or moved under `/stable/`. Always use the `/stable/` path prefix rather than versioned paths.
Quick start (bash)
curl "https://cloud.iexapis.com/stable/stock/AAPL/quote?token=YOUR_KEY" Embed this badge
Add a live status badge to your README, docs, or website.
Markdown
[](https://freeapi.watch/iex-cloud) HTML
<a href="https://freeapi.watch/iex-cloud"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/iex-cloud.svg" alt="IEX Cloud Status"/></a>