A library and command-line tool for retrieving market data from Yahoo Finance. Written in Nim.
- Market data: Historical prices, real-time quotes, dividends, splits
- Screening: Filter stocks with custom expressions
- Technical analysis: Built-in indicators like RSI, MACD, Bollinger Bands, and others
- Fast & efficient: Written in Nim, minimal dependencies
- Unix-friendly: Pipes, CSV/JSON export, stdin input, proper stderr logging
- Command abbreviations: Use shortcuts like
yf h,yf q,yf comp - Dual interface: Use as a library or standalone CLI tool