quantverse.
data / bars / px.eq.us.bars.volume

Volume bars px.eq.us.bars.volume

Bars sampled at fixed share volume thresholds.

PIT · Pro tier · 2008-01 → today · 1.4B rows

Coming soon — not served by the API yet.

Methodology

Shares per bar rather than notional per bar: the same construction rule as dollar bars, measured in a unit that does not move with price. That makes volume bars the better choice when a symbol's price level changes by an order of magnitude over the sample — a stock that split ten-for-one keeps comparable bars before and after, while a fixed dollar threshold would silently multiply the bar count. The threshold that was actually used is stored on every row, so a bar count can be reproduced exactly.

Schema

ColumnTypeRole
as_of_tstimestampknowledge time · UTC
effective_tstimestampbar close time · US/Eastern
symbolstringticker in force on effective_ts
bar_indexint64ordinal within the symbol
start_tstimestampfirst print in the bar
end_tstimestamplast print in the bar
thresholdint64shares per bar
openfloat64first trade price
highfloat64bar high
lowfloat64bar low
closefloat64last trade price
volumeint64shares in the bar
trade_countint32prints aggregated

Use cases

  • Sample activity for names whose price level drifts over the sample.
  • Build an event-time series for a microstructure study.
  • Cross-check dollar-bar results against a price-independent sampler.

Background

Related packages

See pricing · all packages