---
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

---

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