██████╗ ██████╗ ██████╗ ██████╗ ██╗ ███████╗ ███████╗██╗███╗ ██╗ █████╗ ███╗ ██╗ ██████╗███████╗
██╔════╝ ██╔═══██╗██╔═══██╗██╔════╝ ██║ ██╔════╝ ██╔════╝██║████╗ ██║██╔══██╗████╗ ██║██╔════╝██╔════╝
██║ ███╗██║ ██║██║ ██║██║ ███╗██║ █████╗ █████╗ ██║██╔██╗ ██║███████║██╔██╗ ██║██║ █████╗
██║ ██║██║ ██║██║ ██║██║ ██║██║ ██╔══╝ ██╔══╝ ██║██║╚██╗██║██╔══██║██║╚██╗██║██║ ██╔══╝
╚██████╔╝╚██████╔╝╚██████╔╝╚██████╔╝███████╗███████╗ ██║ ██║██║ ╚████║██║ ██║██║ ╚████║╚██████╗███████╗
╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═════╝╚══════╝
── Unofficial REST API ──
Unofficial REST API that wraps Google Finance's internal batchexecute RPC endpoint. No API key required. No external dependencies. One HTTP request returns real-time quotes, company data, financial statements, charts, and news.
Supports stocks, ETFs, indices, crypto pairs, and forex across all exchanges Google Finance covers: NASDAQ, NYSE, IST, KRX, TYO, LSE, and more.
| METHOD | PATH | DESCRIPTION | TAG |
|---|---|---|---|
| GET | /v1/quote/{ticker} | Real-time price, change, market data | TICKER |
| GET | /v1/company/{ticker} | Company info, CEO, sector, metrics | TICKER |
| GET | /v1/chart/{ticker}?range= | Historical price chart (1D to MAX) | TICKER |
| GET | /v1/news/{ticker} | Latest news articles | TICKER |
| GET | /v1/financials/{ticker}?type= | Revenue, EPS, P/E (quarterly/annual) | TICKER |
| GET | /v1/related/{ticker} | Related stocks | TICKER |
| GET | /v1/full/{ticker} | Combined: quote+company+chart+news | TICKER |
| GET | /v1/market/indices | Global market indices | MARKET |
| GET | /v1/market/movers | Top gainers, losers, most active | MARKET |
| GET | /v1/market/trending | Currently trending stocks | MARKET |
| GET | /v1/market/earnings | Upcoming earnings calendar | MARKET |
| GET | /v1/market/headlines | Top finance headline | MARKET |
| GET | /v1/live | SSE real-time price stream | LIVE |
| GET | /healthz | Health check | SYSTEM |
| TYPE | FORMAT | EXAMPLE |
|---|---|---|
| Stock | SYMBOL:EXCHANGE | THYAO:IST, GOOGL:NASDAQ |
| Index | .SYMBOL:EXCHANGE | .DJI:INDEXDJX |
| Crypto | BASE-QUOTE | BTC-USD, ETH-USD |
| Forex | BASE-QUOTE | EUR-USD, GBP-USD |
| ETF | SYMBOL:EXCHANGE | SPY:NYSEARCA |
OpenAPI 3.1 specification with all endpoints, parameters, and response schemas.
[GET] /openapi.json