Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 850 Bytes

File metadata and controls

36 lines (25 loc) · 850 Bytes

Desempeño Sectorial [SECPER]

Goal

Check ETF's behaviour from two sides:

  1. What is the most valuated economic sector?
  2. What are the most valuated companies within each econimic sector?

Use

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

Visualize ETFs returns by sector.

Energy. Sectors.

To do:

  • Add data folder.
  • Connect EODHD API.

Requirements

  • pandas>=1.5.3
  • numpy>=1.24.3
  • yfinance==0.2.36
  • seaborn==0.12.2
  • matplotlib==3.7.1