Playground

Google Finance classification data API playground

Returns normalized classification strings for a quote.

GETapiKey1 credit/requestfinance.classificationResponseDoc

Selected endpoint

GET /google/finance/classification/{quote}

Returns normalized classification strings for a quote.

Group
Google Finance
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey1 credit/requestclassificationResponseDoc

Google Finance classification data

Returns normalized classification strings for a quote.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "instrument": {
      "ticker": "AAPL",
      "exchange": "NASDAQ",
      "name": "Apple Inc"
    },
    "categories": [
      "Technology"
    ]
  }
}