---
title: "Get Google Finance stock quote"
method: GET
path: "/v1/google/finance/quote"
tags: ["Google Finance"]
---

# Get Google Finance stock quote

`GET /v1/google/finance/quote`

Get a stock or index quote from Google Finance.

## Query parameters

- `q` string, required — Stock ticker and exchange (e.g. "AAPL:NASDAQ", "GOOGL:NASDAQ", "BTC-USD")
- `hl` string — Language code

## Response `200`

Successful Response

- FinanceQuoteResponse — Response for GET /api/v1/finance/quote.
  - `title` string, nullable
  - `stock` string, nullable
  - `exchange` string, nullable
  - `price` number, nullable
  - `currency` string, nullable
  - `price_movement` PriceMovement — Price movement data.
    - `percentage` number, nullable
    - `value` number, nullable
    - `direction` string, nullable
  - `stats` FinanceStats — Key financial statistics.
    - `prev_close` string, nullable
    - `day_range` string, nullable
    - `year_range` string, nullable
    - `market_cap` string, nullable
    - `pe_ratio` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
