Private BetaFound a bug or have feedback? Share it →

Yahoo Finance

Real-time and historical stock quotes, crypto prices, and market data. Free, no API key required.

Healthy
Trading & MarketsNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/yahoo-finance

Authenticate with X-Api-Key: chk_live_... header.

GET/quote

Parameters

NameTypeRequiredDescription
rangestringoptionalDate range: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y(default: 1d)
symbolstringrequiredStock ticker symbol (e.g. AAPL, TSLA, MSFT, BTC-USD)
intervalstringoptionalData interval: 1m, 5m, 15m, 1h, 1d, 1wk, 1mo(default: 1d)

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/yahoo-finance/quote?range=1d&symbol={symbol}&interval=1d" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "name": "example",
    "price": "example",
    "symbol": "example",
    "volume": "example",
    "day_low": "example"
  }
}

Try it live

No setup required. Sign in and run Yahoo Finance directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
yahoo-finance API Documentation — API Clearinghouse