Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saqaparser

An HTML parser for SeekingAlpha earnings call transcript Q&A.

Simply provide a valid stock ticker when prompted and you will be provided a list of transcripts to choose from. Selecting a transcript will parse the transcript Q&A section and output to a file.

Getting Started

This was written and test using Python 2.7; I do not believe that it will work in Python 3.x.

Get the source:

  1. Clone the git repository
  2. Create a Python virtualenv: virtualenv venv-saqaparser
  3. Activate it: source venv-webhookshims/bin/activate
  4. Install dependencies: pip -r install requirements.txt

Execute and respond to prompts. Output is 'qanda.txt' in the current directory.

Development Notes

ToDo

  • Need to add file output option
  • Only finds most recent transcripts due to scrape of SA web page, a "More" option may be useful
  • Should validate or at least error handle stock ticker input

Known Issues

  • Assumes "Question-and-Answer Section" is the delimiter for parsing Q&A, probably not a wise choice - if output is empty then that is likely the cause.

About

An HTML parser for SeekingAlpha earnings call transcript Q&A.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages