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 classification data API Playground
Returns normalized classification strings for a quote.
GETapiKey1 credit/requestfinance.classificationResponseDocGoogle Finance
Endpoint details
Returns normalized classification strings for a quote.
- Method
- GET
- Path
- /google/finance/classification/{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.categoriesdata.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.currency
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"instrument": {
"ticker": "AAPL",
"exchange": "NASDAQ",
"name": "Apple Inc"
},
"categories": [
"Technology"
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/google/finance/classification/<quote>" \
-H "x-api-key: <api-key>"