Example market data for use with NautilusTrader.
uv pip install nautilus_data- Python 3.13+
- NautilusTrader 1.220.0+
This package provides sample market data that can be used for backtesting and development with the NautilusTrader platform.
The package includes historical foreign exchange (FX) tick data:
- EUR/USD - January 2020 tick-level bid/ask quotes
- Format: CSV compressed with gzip.
- Source: Publicly available FX market data.
from nautilus_data.hist_data_to_catalog import load_data
# Load historical data into your NautilusTrader catalog
load_data()catalog/- Pre-processed data catalog files (oncehist_data_to_catalog.pyis run).raw_data/- Raw historical data files.bench_data/- Benchmark data for performance testing.
For more information about NautilusTrader, visit nautechsystems.io.