Skip to main content
GET
/
v1
/
google
/
finance
/
quote
Get stock/index quote
curl --request GET \
  --url https://scrapebadger.com/v1/google/finance/quote
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Query Parameters

q
string
required

Ticker and exchange (e.g. "AAPL:NASDAQ", "BTC-USD")

hl
string
default:en

Language code

Response

Successful Response