Playground

Google Finance Search API API playground

Fetches normalized search results for a provided keyword from Google Finance.

GETapiKey1 credit/requestfinance.searchResponseDoc

Selected endpoint

GET /google/finance/search

Fetches normalized search results for a provided keyword from Google Finance.

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

Google Finance Search API

Fetches normalized search results for a provided keyword from Google Finance.

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,
  "data": [
    {
      "change": -3.369995,
      "company_name": "Apple Inc",
      "currency": "USD",
      "exchange": "NASDAQ",
      "percentage": -1.301056,
      "price": 255.65,
      "ticker": "AAPL"
    }
  ],
  "msg": "OK"
}