---
title: "Market Snapshot (Real-Time)"
method: GET
path: "/prices/snapshot/market"
tags: ["Market Data"]
---

# Market Snapshot (Real-Time)

`GET /prices/snapshot/market`

Get the real-time price snapshot for the entire market. Requires an active subscription.

## Response `200`

Market snapshot response

- PriceSnapshotMarketResponse
  - `snapshots` PriceSnapshot[]
    - `price` number — The current price of the stock.
    - `ticker` string — The ticker symbol.
    - `day_change` number — The price change since the previous trading day's close.
    - `day_change_percent` number — The percentage price change since the previous trading day's close.
    - `time` string — The timestamp of the price snapshot in human-readable format in UTC.
    - `time_milliseconds` number — The timestamp of the price snapshot in milliseconds since epoch.

## Other responses

- `401` — Unauthorized
- `402` — The request requires a paid subscription
- `404` — The specified resource was not found

---

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