This project made with Python is intended to scrappe information about FIIs investiments, which are a kind of real estate investiment in Brazil.
It's going to search information about them from a website called investidor10
, for example this page below, where we pass the ticker
from the FII to search like kncr11
:
https://investidor10.com.br/fiis/kncr11/
The output will be a csv file in semicolon format with some useful information like the price, dividend yield (yearly and monthly), equity, and so on.
To execute the script we should pass the tickers as string, with a comma separated list of tickers:
# e.g.
python main.py --tickers "kncr11,mxrf11"