What problem does it solve?
Korean stock data access and backtesting was traditionally fragmented, making it difficult to fetch historical prices, ticker information, and market rules in a single workflow. Hades provides a unified CLI toolkit to synchronize KRX data (KOSPI/KOSDAQ), retrieve OHLCV data, inspect foreign-flow trends, and execute backtests, with a built-in reference for tax rules.
Core Features & Use Cases
- Data synchronization for KRX markets (OHLCV, tickers, and metadata)
- Ticker lookups and quick access to market rules and references
- Backtesting execution across strategies (e.g., momentum, mean reversion) with configurable parameters
- Use case: a quant analyst fetches 5 years of OHLCV for a bucket of stocks and runs a momentum backtest to evaluate performance
Quick Start
Install and run the hades CLI to synchronize data and perform a backtest for your chosen market and strategy.