Playground

Google Finance related instruments API playground

Returns normalized related instruments for a quote.

GETapiKey1 credit/requestfinance.relatedResponseDoc

Selected endpoint

GET /google/finance/related/{quote}

Returns normalized related instruments for a quote.

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

Google Finance related instruments

Returns normalized related instruments 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": {
    "items": [
      {
        "ticker": "MSFT",
        "exchange": "NASDAQ",
        "name": "Microsoft Corp"
      }
    ]
  }
}