Skip to content

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

Notifications You must be signed in to change notification settings

brandonhudavid/strangler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages