ml-finance-python

python scripts for finance machine learning

git clone https://9o.is/git/ml-finance-python.git

README.md

(485B)


      1 # Section 02: Scraping Earnings Call Data
      2 
      3 ## Content
      4 
      5 This section contains code to retrieve earnings call transcripts from Seeking Alpha.
      6 
      7 Run `python sa_selenium.py` file to scrape transcripts and store the result under transcipts/parts and the company's symbol in csv files named by the aspect of the earnings call they capture:
      8 - content: statements and Q&A content
      9 - participants: as listed by seeiking alpha
     10 - earnings: date and company the earnings the call is referring to
     11 
     12 
     13