Marketstack
Real-time and historical stock market data covering 125,000+ tickers from 70+ global stock exchanges.
Status
🔴 Offline · 858 ms
🔴 Offline · 858 ms
30-day uptime
0%
0%
Free tier
100 calls/month, free key, no credit card
100 calls/month, free key, no credit card
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 Marketstack with…
- Marketstack vs European Central Bank Rates — Unlimited, no key, no credit card
- Marketstack vs Twelve Data — 800 calls/day, free key, no credit card
- Marketstack vs Fixer.io — 100 calls/month, EUR base only, free key, no CC
Paid alternatives
- Marketstack Basic — from $9.99/mo
Frequently Asked Questions
Does Marketstack require an API key?
Yes, Marketstack requires a free API key. You can sign up via https://marketstack.com/documentation.
What is Marketstack's free tier?
100 calls/month, free key, no credit card
Is Marketstack currently online?
We check Marketstack 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 Marketstack
Marketstack covers 125,000+ tickers from 70+ global exchanges — broader international coverage than Alpha Vantage at the free tier. With 100 calls/month free, it suits one-off lookups or a personal watchlist app that fetches end-of-day prices weekly rather than daily.
Common pitfalls
- 100 calls/month is one of the most restrictive free quotas in the finance category — roughly 3 calls/day. A daily polling script for a 5-stock watchlist burns the monthly budget in 20 days. Design around this constraint from day one.
- Free tier is HTTP-only. The HTTPS endpoint (`https://api.marketstack.com`) returns a 401 on free keys with an error stating SSL is not enabled. For browser-facing or production apps, HTTPS requires at least the $9.99/month Basic plan.
- The `demo` key returns only AAPL data and is subject to a separate, undocumented rate limit that differs from real keys. Do not write integration tests against the demo key — test with a real free key.
- End-of-day data (`/v1/eod`) is the primary free endpoint. Intraday and real-time data are paid features. The API returns a 403 for intraday endpoints on free keys without a clear message about the tier requirement.
Quick start (bash)
curl "http://api.marketstack.com/v1/eod?access_key=YOUR_KEY&symbols=AAPL,MSFT&limit=5" Embed this badge
Add a live status badge to your README, docs, or website.
Markdown
[](https://freeapi.watch/marketstack) HTML
<a href="https://freeapi.watch/marketstack"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/marketstack.svg" alt="Marketstack Status"/></a>