Check ETF's behaviour from two sides:
- What is the most valuated economic sector?
- What are the most valuated companies within each econimic sector?
Download or clone the repository and run the script named main.py. Results are stored within the folder named "Pictures" under the name "year-month-day" (is a folder as well, this correspondes to the date when the data is download).
# run program
python3 main.py- Add data folder.
- Connect EODHD API.
- pandas>=1.5.3
- numpy>=1.24.3
- yfinance==0.2.36
- seaborn==0.12.2
- matplotlib==3.7.1

