Skip to content

juliocesarscheidt/fiis-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

FIIs Scrapper

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.

Running the script

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"

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages