Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 782 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 782 Bytes

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