quantverse.
data / prices / px.eq.us.extended

Premarket / postmarket prices px.eq.us.extended

Extended-hours quotes and trades, with the quote and its size kept alongside every print.

PIT · Pro tier · 2010-01 → today · 612M rows

Coming soon — not served by the API yet.

Methodology

Extended-hours prints come from thin books, and a single off-exchange cross can move the last price by several percent on a few hundred shares. Each row therefore keeps the quote alongside the trade — bid, ask and their sizes — instead of collapsing to a last price, and the session is an explicit column rather than inferred from the clock. Timestamps are the venue's, unconverted, so a research loop running in another timezone cannot quietly misalign a premarket print with the previous close.

Schema

ColumnTypeRole
as_of_tstimestampknowledge time · UTC
effective_tstimestampquote time · US/Eastern
symbolstringticker in force on effective_ts
sessionstringpremarket · postmarket
bidfloat64best bid
askfloat64best ask
bid_sizeint32shares at the bid
ask_sizeint32shares at the ask
lastfloat64last trade
last_sizeint32shares in the last trade
venuestringreporting venue

Use cases

  • Study overnight gaps against the prior official close.
  • Measure premarket liquidity before sizing an open auction order.
  • Filter event studies for reactions that happened outside regular hours.

Background

Related packages

See pricing · all packages