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 top stocks by metric API Playground
Returns normalized top instruments for a Google Finance metric.
GETapiKey1 credit/requestfinance.topStocksResponseDocGoogle Finance
Endpoint details
Returns normalized top instruments for a Google Finance metric.
- Method
- GET
- Path
- /google/finance/markets/top
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- Google Finance
- Parameters
- 3 documented fields
Request parameters
metric:querypage:queryx-api-key:header
Response schema fields
codedatadata.itemsdata.items[].after_hoursdata.items[].after_hours.changedata.items[].after_hours.change_percentdata.items[].after_hours.pricedata.items[].changedata.items[].change_percentdata.items[].countrydata.items[].currencydata.items[].exchange
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"metric": 6,
"page": 1,
"items": [
{
"ticker": "AAPL",
"exchange": "NASDAQ"
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/google/finance/markets/top" \
-H "x-api-key: <api-key>"