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 earnings calendar API Playground
Returns normalized earnings calendar instruments.
GETapiKey1 credit/requestfinance.earningsResponseDocGoogle Finance
Endpoint details
Returns normalized earnings calendar instruments.
- Method
- GET
- Path
- /google/finance/markets/earnings
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- Google Finance
- Parameters
- 1 documented fields
Request parameters
x-api-key:header
Response schema fields
codedatadata.itemsdata.items[].company_namedata.items[].conference_phonedata.items[].conference_urldata.items[].event_timedata.items[].event_unixdata.items[].fiscal_perioddata.items[].instrumentdata.items[].instrument.after_hoursdata.items[].instrument.after_hours.change
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"items": [
{
"company_name": "Apple Inc",
"instrument": {
"ticker": "AAPL",
"exchange": "NASDAQ"
}
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/google/finance/markets/earnings" \
-H "x-api-key: <api-key>"