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 related instruments API Playground
Returns normalized related instruments for a quote.
GETapiKey1 credit/requestfinance.relatedResponseDocGoogle Finance
Endpoint details
Returns normalized related instruments for a quote.
- Method
- GET
- Path
- /google/finance/related/{quote}
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- Google Finance
- Parameters
- 2 documented fields
Request parameters
quote:pathx-api-key:header
Response schema fields
codedatadata.instrumentdata.instrument.after_hoursdata.instrument.after_hours.changedata.instrument.after_hours.change_percentdata.instrument.after_hours.pricedata.instrument.changedata.instrument.change_percentdata.instrument.countrydata.instrument.currencydata.instrument.exchange
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"items": [
{
"ticker": "MSFT",
"exchange": "NASDAQ",
"name": "Microsoft Corp"
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/google/finance/related/<quote>" \
-H "x-api-key: <api-key>"