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

US Equities · Daily OHLCV px.eq.us.daily

Open/high/low/close/volume, daily, all US listed equities. Survivorship-free.

PIT · Core tier · 1996-01 → today · 82.4M rows

Coming soon — not served by the API yet.

Methodology

Bars are stored unadjusted and carry the cumulative split factor in force as of the row's effective_ts, so an adjusted series is a multiply away and the raw print is never lost. Rows are never overwritten: a vendor correction lands as a new row under a later as_of_ts, which is what makes "what did the tape look like on 2017-06-30" a question with one answer. Delisted names keep their full history and their delisting event, so a universe built as of a past date includes the companies that later disappeared.

Schema

ColumnTypeRole
as_of_tstimestampknowledge time · UTC
effective_tsdatePIT key · trading date
symbolstringticker in force on effective_ts
figistringstable instrument id
cikint64SEC filer id
openfloat64session open · unadjusted
highfloat64session high · unadjusted
lowfloat64session low · unadjusted
closefloat64session close · unadjusted
volumeint64consolidated shares
adj_factorfloat64cumulative split factor
restatedboolcorrected after first publication

Use cases

  • Backtest a daily strategy against the universe that existed on each date.
  • Compute returns with delisted names included rather than dropped.
  • Reconstruct a historical close print before a restatement.

Background

Related packages

See pricing · all packages