Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.6 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.6 KB

monitor-fiis

monitor-fiis-architecture-2.png

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 :)

FIIs

If you want to learn about this type of investment, check these sites:

Dataset

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. Screen-Shot-2020-08-20-at-23-36-44.png

Data Analysis

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) Screen-Shot-2020-08-20-at-23-38-30.png

Automated Jobs

Analysis scheduled to run automatically, sending reports to users' e-mail address.

coming soon!