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 trending stocks API Playground
Returns normalized trending instruments.
GETapiKey1 credit/requestfinance.instrumentsResponseDocGoogle Finance
Endpoint details
Returns normalized trending instruments.
- Method
- GET
- Path
- /google/finance/markets/trending
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- Google Finance
- Parameters
- 2 documented fields
Request parameters
limit:queryx-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": "AAPL",
"exchange": "NASDAQ",
"name": "Apple Inc"
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/google/finance/markets/trending" \
-H "x-api-key: <api-key>"