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

US Equities · 1-minute OHLCV px.eq.us.minute

Minute-resolution bars, regular session.

PIT · Pro tier · 2003-01 → today · 412B rows

Coming soon — not served by the API yet.

Methodology

Bars are timestamped at the start of the interval in US/Eastern and cover the regular session only; extended hours are a separate package rather than a flag, so an intraday backtest cannot silently pick up pre-market prints. The session calendar applied is the one in force on the bar's date, which is what keeps half-days and unscheduled closures from shifting every later bar in the day. Aggregated prints carry their trade count so a bar built from one large cross is distinguishable from one built from thousands of small trades.

Schema

ColumnTypeRole
as_of_tstimestampknowledge time · UTC
effective_tstimestampbar start · US/Eastern
symbolstringticker in force on effective_ts
figistringstable instrument id
openfloat64first trade in the bar
highfloat64bar high
lowfloat64bar low
closefloat64last trade in the bar
volumeint64shares in the bar
trade_countint32prints aggregated
vwapfloat64volume-weighted price

Use cases

  • Intraday signal research at minute resolution.
  • Measure execution slippage against a same-day VWAP.
  • Aggregate up to any coarser interval from a single source.

Background

Related packages

See pricing · all packages