---
title: "Stream Quote Snapshots"
method: GET
path: "/v2/stream/quote/snapshots/{symbols}"
tags: ["marketdata"]
---

# Stream Quote Snapshots

`GET /v2/stream/quote/snapshots/{symbols}`

Streams the latest Quote for the given Symbols. Each chunk is a full quote object.

An invalid symbol name will result in a response of this form - {"Symbol":"BADSYMBOLEXAMPLE","Error":"FAILED, EX_INVALID_SYMBOL"}

If the user is not entitled for the symbol requested, response will be of this form - {"Symbol":"EXAMPLESYMBOL","Error":"FAILED, EX_NOT_ENTITLED"}

## Path parameters

- `symbols` string[], required

## Response `200`

Quote Stream Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Symbol Not Found
- `500` — Unexpected Error
- `502` — Bad Gateway
- `504` — Gateway Timeout

---

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