Playground

Google Finance category stocks API playground

Returns normalized instruments for a Google Finance category.

GETapiKey1 credit/requestfinance.categoryStocksResponseDoc

Selected endpoint

GET /google/finance/markets/categories/{category}/stocks

Returns normalized instruments for a Google Finance category.

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

Google Finance category stocks

Returns normalized instruments for a Google Finance category.

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

Set up API key

Path parameters

Query 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": {
    "category": "2",
    "items": [
      {
        "ticker": "AAPL",
        "exchange": "NASDAQ"
      }
    ]
  }
}