Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 428 Bytes

File metadata and controls

10 lines (6 loc) · 428 Bytes

close-scraper

Given a timeframe, this script downloads .csv files from Yahoo Finance and merges the tickers you choose to show adjusted close prices or close prices.

Notice: This was made for a client's specifications so its functionality may not fit your needs.

If you want to build it to an executable:

  • Install pyinstaller: pip install pyinstaller
  • Run: pyinstaller --onefile main.py