Playground

Google Finance top stocks by metric API playground

Returns normalized top instruments for a Google Finance metric.

GETapiKey1 credit/requestfinance.topStocksResponseDoc

Selected endpoint

GET /google/finance/markets/top

Returns normalized top instruments for a Google Finance metric.

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

Google Finance top stocks by metric

Returns normalized top instruments for a Google Finance metric.

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

Set up API key

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": {
    "metric": 6,
    "page": 1,
    "items": [
      {
        "ticker": "AAPL",
        "exchange": "NASDAQ"
      }
    ]
  }
}