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 market indices API Playground
Returns normalized market index instruments.
GETapiKey1 credit/requestfinance.instrumentsResponseDocGoogle Finance
Endpoint details
Returns normalized market index instruments.
- Method
- GET
- Path
- /google/finance/markets/indices
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- Google Finance
- Parameters
- 1 documented fields
Request parameters
x-api-key:header
Response schema fields
codedatadata[].after_hoursdata[].after_hours.changedata[].after_hours.change_percentdata[].after_hours.pricedata[].changedata[].change_percentdata[].countrydata[].currencydata[].exchangedata[].google_id
Sample response summary
{
"code": 200,
"msg": "OK",
"data": [
{
"ticker": ".DJI",
"exchange": "INDEXDJX",
"name": "Dow Jones Industrial Average"
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/google/finance/markets/indices" \
-H "x-api-key: <api-key>"