All sites
Data API
Yahoo Data API
Structured JSON data, on demand, with anti-bot bypass built in.
6endpointsRate Limit handled for you
Example (captured live)
yahoo.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-18T09:19:06.478929+00:00",
"engine": "yahoo",
"yahoo_url": "https://finance.yahoo.com/quote/AAPL"
},
"search_parameters": {
"engine": "yahoo_finance",
"symbol": "AAPL"
},
"summary": {
"title": "Apple Inc.",
"stock": "AAPL",
"exchange": "NasdaqGS",
"price": "305.59",
"currency": "USD",
"price_movement": {
"percentage": 0.1111,
"value": 0.34,
"movement": "Down"
}
},
"symbol": "AAPL",
"name": "Apple Inc.",
"price": 305.59,
"currency": "USD",
"change": -0.34,
"change_percent": -0.1111,
"previous_close": 305.93,
"open": 306.21,
"high": 307.66,
"low": 302.939,
"volume": 32743947,
"fifty_two_week": {
"high": 344.57,
"low": 223.78
},
"exchange": "NasdaqGS",
"scraped_at": "2026-08-18T09:19:06.478952+00:00"
}
GET
/v1/data/yahoo/finance1 credit / run VerifiedFinance Quote
Stock / ETF / index / crypto quote: price, change, day high/low, volume, 52-week range, exchange and currency (e.g. AAPL, MSFT, ^GSPC, BTC-USD).
Handled for you:Rate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | Ticker symbol, e.g. AAPL, MSFT, ^GSPC, BTC-USD. |
| Advanced filters | |||
| range | string | no | Chart range: 1d, 5d, 1mo, 3mo, 6mo, 1y, 5y, max. (default: 1d) |