-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Syed Ibrahim Omer edited this page Apr 13, 2026
·
1 revision
Using pip:
pip install indicators-cliUsing uv:
uv pip install indicators-cliVerify:
indicators --versionDefault behavior is 5-year period and daily timeframe.
indicators AAPLTry a different period/timeframe:
indicators AAPL -p 2y -t 1wkWrite to a specific location:
indicators AAPL -f parquet -d ./output -o aapl.parquet- Fetch OHLCV data (Yahoo Finance via
yfinance) - Compute indicators (Polars)
- Write enriched dataset to disk (CSV/Parquet/JSON/XLSX/AVRO)
Related pages:
- Getting Started
- CLI Reference
- Configuration & Templates
- Indicators (Overview)
- Output Formats
- Advanced Usage
- Troubleshooting
- Pipeline
- CLI Parsing
- Data Source (Yahoo Finance)
- Source Data Deep Dive
- Schema Normalization
- Data Shape Invariants
- Output Writing
- Write Output Deep Dive
- Config Resolution
- Polars Engine
- Source Modules
- Testing
- Performance
- Indicators Engine
- Reproducibility