---
title: "Quote"
method: GET
path: "/quote"
tags: ["Default"]
---

# Quote

`GET /quote`

Get real-time quote data for US stocks. Constant polling is not recommended. Use websocket if you need real-time updates.

Real-time stock prices for international markets are supported for Enterprise clients via our partner's feed. [Contact Us](mailto:support@finnhub.io) to learn more.

## Query parameters

- `symbol` string, required

## Response `200`

successful operation

- Quote
  - `o` number, float — Open price of the day
  - `h` number, float — High price of the day
  - `l` number, float — Low price of the day
  - `c` number, float — Current price
  - `pc` number, float — Previous close price
  - `d` number, float — Change
  - `dp` number, float — Percent change

## Changes

- **2021-07-23** `a148c0b2d583` — 3 info
  - api tag `Default` added
  - added the optional property `d` to the response with the `200` status
  - added the optional property `dp` to the response with the `200` status
- **2020-05-26** `c5b8e420b78c` — 2 warning, 1 info
  - removed the optional property `d` from the response with the `200` status
  - removed the optional property `dp` from the response with the `200` status
  - api tag `Default` removed

[Change history](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/changes/quote/get.md)

---

[API](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.dev/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
