Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 562 Bytes

Yahoo Financial Scraper

Scrape equities financial data from Yahoo Finance for investment strategy

Goal

  • Source historical financial data for ASX listed companies
  • Automate the process

Process

  • Iterate through ASX codes and create a blank excel workbooks for each
  • Iterate through the codeas again and extract the profit and loss, balance sheet and cash flow statements
  • Save to a new tab on the relevant workbook

Requirements

  • pandas
  • numpy
  • bs4
  • openpyxl