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 company data API Playground

Returns normalized company information from Google Finance.

GETapiKey1 credit/requestfinance.companyResponseDocGoogle Finance

Endpoint

Choose one catalog endpoint for this request.

19 shown
GETapiKey1 credit/requestfinance.companyResponseDocGoogle Finance
GET /google/finance/company/{quote}

Google Finance company data

Returns normalized company information from Google Finance.

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": {
    "description": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables, and accessories.",
    "ceo": "Tim Cook",
    "employees": 166000
  }
}

Endpoint details

Returns normalized company information from Google Finance.

Method
GET
Path
/google/finance/company/{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.ceodata.descriptiondata.employeesdata.fifty_two_week_highdata.fifty_two_week_lowdata.headquartersdata.highdata.lowdata.market_capdata.open

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "description": "Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables, and accessories.",
    "ceo": "Tim Cook",
    "employees": 166000
  }
}

cURL example

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