Skip to content

Python + Selenium module for obtaining public company data by web scraping from WSJ market data home. Use requires WSJ subscription.

Notifications You must be signed in to change notification settings

kyledeer-32/wallstreetjournal_webscrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

wallstreetjournal_webscrape

Python module for obtaining public company data by web scraping from WSJ market data home and returning pandas dataframes. Use requires WSJ subscription.

Functions

get_wsj_homepage([user], [pw])

params: [user] = Wall Street Journal Login Username, [pw] = Wall Street Journal Login Password returns Edge webdriver

get_headlines([driver], [ticker])

params: [driver] = pass Edge webdriver at WSJ homepage (this is retrieved by calling "get_wsj_homepage" fn), [ticker] = ticker for desired company, e.g., for Costco pass 'COST' returns pandas dataframe with headlines, dates, sources, and links

About

Python + Selenium module for obtaining public company data by web scraping from WSJ market data home. Use requires WSJ subscription.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages