Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

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.financialsResponseDocGoogle Finance

Endpoint

Choose one catalog endpoint for this request.

19 shown
GETapiKey1 credit/requestfinance.financialsResponseDocGoogle Finance
GET /google/finance/financials/{quote}

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
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "currency": "USD",
    "annual": [
      {
        "period": "annual",
        "revenue": 391035000000,
        "net_income": 93736000000
      }
    ],
    "quarterly": []
  }
}

Endpoint details

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

Method
GET
Path
/google/finance/financials/{quote}
Authentication
apiKey
Credit cost
1 credit/request
Platform
Google Finance
Parameters
2 documented fields

Request parameters

quote:pathx-api-key:header

Response schema fields

codedatadata.annualdata.annual[].capital_expendituredata.annual[].ebitdadata.annual[].epsdata.annual[].eps_diluteddata.annual[].free_cash_flowdata.annual[].net_incomedata.annual[].operating_cash_flowdata.annual[].operating_incomedata.annual[].operating_margin

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "currency": "USD",
    "annual": [
      {
        "period": "annual",
        "revenue": 391035000000,
        "net_income": 93736000000
      }
    ],
    "quarterly": []
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/google/finance/financials/<quote>" \
  -H "x-api-key: <api-key>"