jrothrock / vba_yahoo_finance_scraper

Scrapes Yahoo Finance For An Inputed Stock, and Creates a Graph for it's historical prices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VBA Yahoo Finance Scraper

** Note, this will only work on Windows due to needing ActiveX **

** Also, this will only work on 32bit office products, as MSScriptControl.Scriptcontrol was removed from 64bit products. **

How It Works

On the input sheet, a user enters the stock in to the text field and when the 'get stock info' button gets clicked, VBA will scrape Yahoo finance for historical prices, and will create a 30 day chart of the prices for that stock. It will also create another sheet showing common financial information for said stock.

License

MIT

About

Scrapes Yahoo Finance For An Inputed Stock, and Creates a Graph for it's historical prices


Languages

Language:Visual Basic 100.0%