Playground

Google Finance financial statements API playground

Returns normalized annual and quarterly financial rows when Google Finance has statement data for the quote.

GETapiKey1 credit/requestfinance.financialsResponseDoc

Selected endpoint

GET /google/finance/financials/{quote}

Returns normalized annual and quarterly financial rows when Google Finance has statement data for the quote.

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

Google Finance financial statements

Returns normalized annual and quarterly financial rows when Google Finance has statement data for the quote.

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

Set up API key

Path 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": {
    "currency": "USD",
    "annual": [
      {
        "period": "annual",
        "revenue": 391035000000,
        "net_income": 93736000000
      }
    ],
    "quarterly": []
  }
}