Scrapes several online sources to get:
- A list of symbols and company names on the Toronto Stock Exchange
- The industries of the companies
- Current prices of the stocks
- Quarterly and annual EPS and revenue for the past year.
The information is then stored in an SQLite database.
Usage:
Scrape the company data
./pleco.py --all
Output a table of the most growing companys:
./pleco.py --process
This table is calculated by running a specific screen, defined in the filt() function. It excludes all oil and mineral companies and looks for companies that have been growing revenue and EPS consistently for a number of years, and also have a low P/E ratio. Please note that companies in this list may not be particularly good investments.