Playground

Google Finance chart data API playground

Returns normalized chart points for a quote and window.

GETapiKey1 credit/requestfinance.chartResponseDoc

Selected endpoint

GET /google/finance/chart/{quote}

Returns normalized chart points for a quote and window.

Group
Google Finance
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
1
Query parameters
1
Body parameters
0
GETapiKey1 credit/requestchartResponseDoc

Google Finance chart data

Returns normalized chart points for a quote and window.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "window": "1d",
    "points": [
      {
        "time": "2026-04-24T09:30:00Z",
        "price": 271.06,
        "volume": 1000
      }
    ]
  }
}