---
title: "Quote"
method: POST
path: "/v1/quote/query"
tags: ["Market Data"]
---

# Quote

`POST /v1/quote/query`

This endpoint provides real-time asset quotes with the Quote API. Access up-to-the-minute prices, price changes, and trading volume for individual assets, ensuring you stay on top of market movements. Assets covered include stocks, cryptocurrencies, commodities, and ETFs.

## Request body

- CompanyQuoteQuery
  - `identifier` Identifier, required
    - `type` 'rp_entity_id', required
    - `value` union, required — Bigdata uses the RavenPack Entity identifier (RP_Entity_ID) to uniquely reference entities such as companies. This identifier is a 6-character alphanumeric code (letters and numbers only). Example: Alphabet Inc. (`4A6F00`)
      - string
      - string[]

## Response `200`

Successful Response

- PublicCompanyQuoteResponse
  - `results` CompanyQuote[], required
    - `rp_entity_id` string, required — RavenPack internal entity identifier.
    - `target_identifier_id` string, required — The target identifier provided in the request, e.g., stock symbol.
    - `name` string, required — The name of the company.
    - `price` number, nullable, required — The current price of the company.
    - `change_percentage` number, nullable, required — The percentage change in the price of the company.
    - `change` number, nullable, required — The change in the price of the company.
    - `volume` integer, nullable, required — The volume of the company.
    - `day_low` number, nullable, required — The low price of the company.
    - `day_high` number, nullable, required — The high price of the company.
    - `year_high` number, nullable, required — The highest price of the company in the last year.
    - `year_low` number, nullable, required — The lowest price of the company in the last year.
    - `market_cap` number, nullable, required — The market cap of the company.
    - `price_avg_50` number, nullable, required — The average price of the company over the last 50 days.
    - `price_avg_200` number, nullable, required — The average price of the company over the last 200 days.
    - `exchange` string, nullable, required — The exchange of the company.
    - `open` number, nullable, required — The opening price of the company.
    - `previous_close` number, nullable, required — The previous closing price of the company.
    - `timestamp` string, nullable, required — The timestamp of the company quote.
    - `currency` string, nullable, required — The currency of the asset.
  - `errors` ErrorDetail[], nullable
    - `message` string, nullable
  - `metadata` Metadata
    - `request_id` string, required
    - `timestamp` string

---

[API](https://skmtc.dev/bigdata/apis/bigdata-structured-data-api.md) · [All operations](https://skmtc.dev/bigdata/apis/bigdata-structured-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigdata/bigdata-structured-data-api/revisions/18082de268c4/schema)
