A python data analytics notebook used to identify key metrics and BI insights about Brazilian Real Estate Investment Fund (aka FIIs).
I really like this segment of investments, which granted me very good dividends over the past two years.
If you intend to do your own analysis of the FIIs' performances, this study project is a very interesting way to start :)
If you want to learn about this type of investment, check these sites:
To collect the data we use Python and bs4 (is a Python library for pulling data out of HTML and XML files) lib to web scrap the sites mentioned above, downloading data about the FIIs.
Consuming the result dictionary from the web scrap we create a Pandas (a fast, powerful, flexible and easy to use open source data analysis) dataframe to start the analysis, and with the help of Altair (a declarative statistical visualization library)
Analysis scheduled to run automatically, sending reports to users' e-mail address.