RCJansonVTFL / SeekingAlphaWebScrape

Code I built from scratch to scrape Seeking Alpha earnings call transcripts, organized the data in data frames, and stored the final data frames in MySQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SeekingAlphaWebScrape

  • This webscraper was built to extract relevant text information from earnings call transcripts in 2019 & 2020 from the SeekingAlpha website.

  • This information includes: Date, Time, Ticker, Company Name, Call Name, Participants, Speech text, Q&A text.

  • Next, the information is given unique ID variables and is sorted into tables and prepared for being added to MySQL. The data at this point can be used for analysis and/or NLP.

  • Last, code is imported to allow the python data tables to be added into a MySQL database.

About

Code I built from scratch to scrape Seeking Alpha earnings call transcripts, organized the data in data frames, and stored the final data frames in MySQL.


Languages

Language:Jupyter Notebook 100.0%