Skip to content

Scrape NASDAQ data and then do some simple forecasting/analysis

Notifications You must be signed in to change notification settings

jrozra200/scaping_nasdaq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCRAPING NASDAQ

Just a quick repo outlining some work I did to scrape NASDAQ using the rvest pacakge for R. I wanted to memorialize that work here.

Also - I did some forecasting of the stocks using Facebook's Prophet package. I picked which stocks to forecast by fitting a simple linear model to each stock and looking at which had the most positive slope (increasing fastest) and the most linear trend (highest R-Squared value). To do that quickly, I used purrr.

About

Scrape NASDAQ data and then do some simple forecasting/analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages