A program that scrapes historic data for ASX listed companies.
After I became interested in financial modelling I found that a large portion of my time was spent entering financial data into excel spreadsheets.
You can spend a looooooong time analysing a company and find out that they are fairly valued. I wanted to try and maximise this time and hence began to automate the process.
Stocks can be filtered based upon criteria (i.e Market Cap) and then scraped automatically.
The data that is scraped is automatically entered into a spreadsheet that can be used for further analysis.
In the future I have plans to try and automate the modelling process also.
Stockcel uses python, selenium, beautiful soup and openpyxl.