-
Notifications
You must be signed in to change notification settings - Fork 0
Project Overview
Syed Ibrahim Omer edited this page Apr 13, 2026
·
1 revision
indicators-cli is a command-line tool that:
- Fetches historical OHLCV market data (via Yahoo Finance /
yfinance) - Computes a set of technical indicators (via Polars)
- Writes an enriched dataset to disk (CSV/Parquet/JSON/XLSX/AVRO)
For each ticker + period run, you get a file containing:
- Base market columns (normalized to lowercase)
- Indicator columns (see Indicators (Overview))
indicators AAPLindicators AAPL MSFT NVDA -f parquet -d ./outputindicators AAPL -t timeframe.jsonSee Configuration & Templates for the JSON shape.
- This tool does not provide trading advice; indicator interpretation is heuristic.
- Data quality and availability depend on Yahoo Finance.
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