---
title: "Equity price tick at timestamp"
method: GET
path: "/v3/equity/{symbol}/prices/at/{timestamp}"
tags: ["v3 - Equity"]
---

# Equity price tick at timestamp

`GET /v3/equity/{symbol}/prices/at/{timestamp}`

Closest underlying price tick to the given timestamp (within 60 seconds).

## Path parameters

- `symbol` 'spx' | 'spx-open' | 'spy' | 'wti' | 'xauusd', required
- `timestamp` string, required

## Response `200`

Successful response

- V3EquityPriceResponse
  - `data` V3EquityPrice, required — Raw underlying-price tick from the Polymarket RTDS feed.
    - `id` integer, required
    - `symbol` string, required
    - `price` number, required
    - `source_ts` string, date-time, required — Timestamp from the upstream feed.
    - `received_ts` string, date-time, required — Timestamp this worker received the tick.
  - `meta` V3Meta, required — Per-response metadata included on every v3 response.
    - `request_id` string, required
    - `timestamp` string, date-time, required

## Other responses

- `403` — Symbol not in the caller's plan or fixed 31-day equity history limit exceeded
- `404` — No price tick within 60 seconds of the requested timestamp

---

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