Google Finance
Extract data from Google Finance
Extract data from Google Finance.
Base URL: /v1/finance/...
Getting Started
Make your first request to any endpoint below.
3. Read computed fields
When an endpoint supports a computed field and the required source inputs are present, the unified response includes that optional field. Depending on the endpoint, optional fields can include engagement_rate, language, content_category, and estimated_reach. See Computed fields for formulas, clamping rules, and null semantics.
Endpoints
7 endpoints available.
| Endpoint | Path | Credit Tier |
|---|---|---|
| Get daily price history for an instrument | /v1/finance/history | standard (1cr) |
| Get a markets overview (indices + movers) | /v1/finance/markets | standard (1cr) |
| Get recent news for a financial instrument | /v1/finance/news | standard (1cr) |
| Search financial instruments by name | /v1/finance/ticker-search | standard (1cr) |
| Get an options chain for an instrument | /v1/finance/options | advanced (5cr) |
| Get a financial instrument quote | /v1/finance/quote | advanced (5cr) |
| Get financial statements for a company | /v1/finance/statements | advanced (5cr) |
Notes
- All endpoints use
GETmethod with query parameters - Authentication via
x-api-keyheader - Responses follow the unified SocialCrawl schema
