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