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 featured stocks API Playground
Returns normalized featured instruments.
GETapiKey1 credit/requestfinance.instrumentsResponseDocGoogle Finance
Endpoint details
Returns normalized featured instruments.
- Method
- GET
- Path
- /google/finance/markets/featured
- 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": "AAPL",
"exchange": "NASDAQ",
"name": "Apple Inc"
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/google/finance/markets/featured" \
-H "x-api-key: <api-key>"