---
title: "Quotes (batched)"
method: GET
path: "/api/price/quote"
tags: ["Price"]
---

# Quotes (batched)

`GET /api/price/quote`

![Free](https://img.shields.io/badge/Free-22c55e) ![Starter](https://img.shields.io/badge/Starter-3b82f6) ![Stock](https://img.shields.io/badge/Stock-f97316) ![ETF](https://img.shields.io/badge/ETF-14b8a6) ![Pro](https://img.shields.io/badge/Pro-8b5cf6)

**Data delayed 15 minutes.**

Latest OHLCV snapshot for one or more symbols in a single request. Pass `symbols` as a comma-separated list (up to 50 symbols). The response is keyed by ticker, symbols that cannot be resolved return `null`.

## Query parameters

- `symbols` string, required

## Response `200`

Map of ticker to latest quote.

- object

## Other responses

- `400` — Invalid parameters.
- `403` — Feature not available on current plan.

## Changes

- **2026-08-26** `706329fcf23d` — 1 info
  - added the optional property `additionalProperties/oneOf[subschema #2]/delayNotice` to the response with the `200` status
- **2026-08-25** `9d006d00eb48` — 1 info
  - added the optional property `additionalProperties/oneOf[subschema #2]/cik` to the response with the `200` status

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

---

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