Skip to content

algonell/tase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tel Aviv Stock Exchange (TASE) Data Scrapper

Python utilities to scrape historical price data from TASE. In addition, financial data of the TA-35 companies can be scraped to calculate the PE ratio of the index.

Prerequisites

pip install -r requirements.txt

ChromeDriver

  • Linux: copy to /usr/bin
  • Windows: place in the same directory as the script or add to PATH

Stocks

Stocks

ETF

ETF

Sample

Plot

TA-35 PE Ratio calculation

Use the following script to scrape the financial data of the TA-35 companies.

cd TA35
python scrapeData.py

You need a TASE account to download the data; the script will prompt you to log in via the browser. After scraping the data, you can calculate the PE ratio of the TA-35 index by running the dataAnalysis.ipynb notebook.

About

Tel Aviv stock exchange data scrapper.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published