biquote
Home / Docs / Guides

A Free Alpha Vantage Alternative for Forex, Gold & Crypto

Alpha Vantage is many developers' first market data API — until the free tier's daily request cap (25 requests/day at the time of writing) ends the project the same afternoon it started. If what you need is live prices for forex, gold, crypto or index CFDs rather than deep US-equity history, biquote does that with no API key and limits you will genuinely never hit.

Side by side

biquote (free)Alpha Vantage (free)
API key / signupnonerequired
Rate limit15,000 req/min per IP25 req/day (as of writing)
Real-time streamingWebSocket (SignalR), unmetered
Forex / gold / crypto quotesreal-time, ~280 live instrumentslimited on free tier
OHLC candles1m to 1d intervalsyes (daily strong, intraday limited)
Economic calendar54 countries, free
Embeddable widgets12 widgets, one script tag
US equity history & fundamentals— (CFD quotes only)yes — its real strength

Try it right now — no key

curl https://biquote.io/api/EURUSD
curl https://biquote.io/api/XAUUSD
curl "https://biquote.io/api/XAUUSD/ohlc?interval=1h&limit=100"

Batch quotes use a repeated parameter: /api/latest?symbols=EURUSD&symbols=XAUUSD. For streaming, connect a SignalR client to /hubs/tick and invoke Subscribe — ticks are pushed as they happen, no polling. Full details in the API docs, or pip install biquote / npm install biquote.

When Alpha Vantage is still the right choice

Honesty section: biquote is CFD pricing from a MetaTrader 5 broker feed, not exchange-licensed data. There is no last/volume (use mid), no stock fundamentals, no 20-year daily history, and no official NASDAQ/NYSE feeds. If you are backtesting US equities over decades or need earnings data, Alpha Vantage's free tier remains genuinely useful. If you need live FX, metals and crypto at real request volumes, that is exactly what biquote is for.

Read the API docs →