Google Finance
Get stock quotes, financial fundamentals, chart data, news, search results, analyst estimates, and earnings calendar from Google Finance.
Available Tools
| Tool | Endpoint | Credits |
|---|---|---|
| Quote | /api/v1/tools/google-finance/quote | 1 |
| Fundamentals | /api/v1/tools/google-finance/fundamentals | 1 |
| Chart | /api/v1/tools/google-finance/chart | 1 |
| News | /api/v1/tools/google-finance/news | 1 |
| Search | /api/v1/tools/google-finance/search | 1 |
| Estimates | /api/v1/tools/google-finance/estimates | 1 |
| Earnings | /api/v1/tools/google-finance/earnings | 1 |
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": "google-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.