Yahoo Finance

Get stock quotes, financial statements, historical charts, news, options chains, and search for ticker symbols on Yahoo Finance.

Available Tools

ToolEndpointCredits
Quote/api/v1/tools/yahoo-finance/quote1
Fundamentals/api/v1/tools/yahoo-finance/fundamentals1
Chart/api/v1/tools/yahoo-finance/chart1
News/api/v1/tools/yahoo-finance/news1
Options/api/v1/tools/yahoo-finance/options1
Search/api/v1/tools/yahoo-finance/search1

Authentication

All tool endpoints use the same Authorization header as the scrape API:

Authorization: Bearer sc_live_your_key_here

Response Format

Every tool returns a consistent envelope with data and meta fields:

{ "data": { ... }, "meta": { "tool": "yahoo-finance-quote", "creditsUsed": 1, "requestId": "req_abc123" } }

Credit cost and request ID are also returned in response headers: X-Request-Cost, X-Remaining-Credits, X-Request-Id.