Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Strangler

Gets data regarding stocks and their past quarters' earnings reports, allowing users to better perform stock options strangles.

Setup

  1. Clone this repo
  2. Claim a free API key from Alpha Vantage
  3. Within the cloned repo, create a file config.py with content APIKEY="YOUR_API_KEY"

Usage

Open options.py in a Python interactive interpreter. To get data about a stock's past earnings reports, call get("STOCK_TICKER")

i.e. get("MSFT")

To-do

  • Format better via tabulate
  • Scrape P/E ratio from Yahoo Finance API
  • Perform function call for all companies reporting earnings today/on a certain day

About

To help with strangling options of volatile stocks with upcoming earnings reports.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages