Playground

Google Finance Quote API API playground

Fetches the latest quote data for a provided stock symbol from Google Finance https://www.google.com/finance/quote/AAPL:NASDAQ?hl=en.

GETapiKey1 credit/requestfinance.quoteResponseDoc

Selected endpoint

GET /google/finance/quote/{quote}

Fetches the latest quote data for a provided stock symbol from Google Finance https://www.google.com/finance/quote/AAPL:NASDAQ?hl=en.

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

Google Finance Quote API

Fetches the latest quote data for a provided stock symbol from Google Finance https://www.google.com/finance/quote/AAPL:NASDAQ?hl=en.

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,
  "data": {
    "about": "sample",
    "investment": "sample",
    "key_stats": "sample",
    "news": [
      {
        "source": "Reuters",
        "time": "2024-12-27T09:03:00Z",
        "title": "SAP Announces Q3 Earnings",
        "url": "https://www.reuters.com/article/sap-q3"
      }
    ],
    "tickers": [
      {
        "price": 239.5,
        "time": "2024-12-27T09:03:00Z",
        "volume": 131032
      }
    ],
    "title": "SAP SE"
  },
  "msg": "OK"
}