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

# Price Snapshot (Real-Time)

`GET /prices/snapshot`

Get the real-time price snapshot for a stock, including the current price, day change, and day change percent.

## Query parameters

- `ticker` string, required

## Response `200`

Price snapshot response

- PriceSnapshotResponse
  - `snapshot` 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

- `400` — Bad request
- `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)
