Real-time and historical stock quotes, crypto prices, and market data. Free, no API key required.
https://api.apiclearinghouse.com/v1/call/yahoo-financeAuthenticate with X-Api-Key: chk_live_... header.
/quote| Name | Type | Required | Description |
|---|---|---|---|
| range | string | optional | Date range: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y(default: 1d) |
| symbol | string | required | Stock ticker symbol (e.g. AAPL, TSLA, MSFT, BTC-USD) |
| interval | string | optional | Data interval: 1m, 5m, 15m, 1h, 1d, 1wk, 1mo(default: 1d) |
curl -s "https://api.apiclearinghouse.com/v1/call/yahoo-finance/quote?range=1d&symbol={symbol}&interval=1d" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"name": "example",
"price": "example",
"symbol": "example",
"volume": "example",
"day_low": "example"
}
}No setup required. Sign in and run Yahoo Finance directly from your browser.
Open in Explorer →Monthly limits also apply per plan.