Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 755 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 755 Bytes

yh-stocks

Quickstart

  1. Install Python poetry
  2. Install dependencies:
    poetry install
  3. Start the script:
    poetry run ./src/main.py

Credits

Todo

  • Add ROI
  • Use yf.download for multi-threaded bulk downloading
  • Add a column for every year (maybe create a new dataframe for every stock)
  • Implement nice CLI interface (Rich for example)