Market Data Datasets
Highlighted Metrics
Use Cases
Build and validate momentum, mean-reversion, and carry strategies on reliable price history without data leakage.
Construct factor indices spanning hundreds of instruments using consistent OHLCV aggregations across exchanges.
Power dashboards and research notebooks with high-fidelity candlestick data at 1m–1d resolutions.
Use realized returns computed from clean close prices to calibrate implied-vol models and risk engines.
Compare fills against VWAP and TWAP benchmarks derived from the same raw tick data as your strategy.
Get started in minutes
curl -fsSL https://raw.githubusercontent.com/aperiodic-io/cli/main/install.sh | bash# Install the CLI
curl -fsSL https://raw.githubusercontent.com/aperiodic-io/cli/main/install.sh | bash
# Fetch the preview slice as Parquet into ./data — no API key needed
aperiodic flow --preview \
--exchange binance-futures \
--symbol perpetual-BTC-USDT:USDT \
--interval 1h \
--start-date 2024-01-01 \
--end-date 2024-01-31 \
--output-dir ./dataGet access to our full catalog of market microstructure data.