Skip to content

Python program to scrape borsa italiana site ETF / ETC information and put in a excel file

Notifications You must be signed in to change notification settings

Fabio82/etf-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETF scraper

Scrapes ETF (Exchange Traded Fund) Listed on Borsa Italiana and output to excel files..

Installation

OS X & Linux:

git clone https://github.com/Fabio82/etf-scraper.git
cd etf-scraper
pipenv sync

Usage example

It is very simple:

pipenv run python scrap.py
pipenv run python excel-maker.py

the program will generate one excel with all the etf and an excel with the dividend of those etf that have dividends.

Meta

Fabio82 – @fabio8ne

Distributed under the MIT license. See LICENSE for more information.

https://github.com/fabio82/etf-scraper

Contributing

  1. Fork it (https://github.com/fabio82/etf-scraper)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

Python program to scrape borsa italiana site ETF / ETC information and put in a excel file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages