Skip to content

Tools for stock options trading: finding best cash covered put and covered call to see, find best call to buy, etc. Keywords: Implied Volatility, Stock Options, Annualized Rate of Return

License

Notifications You must be signed in to change notification settings

fanzhenya/options_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Poorman's Options Lab


TL;DR

This notebook has thrree tools

  1. find_best_put_to_sell
  • input a ticker and the max breakeven price, output the top cash covered put options to sell that yields highest Annualized Return Rate for the cash collateral.
  1. find_best_call_to_sell
  • input a ticker and the min breakeven price, output the top covered call options to sell that yields highest Annualized Return Rate for the equity collateral.
  1. find_best_call_to_buy
  • input a ticker, visualize the Implied Volatility of call option over different expiration dates and strike prices. The dips in the curves are probably better choices to buy than their neighbors.

Disclaimer

This software comes with absolutely no warranty nor support whatsoever, and it's purely for research purpose. Use it at your own risk.

FAQ

  1. How to use this notebook?
  • Search "how to use ipython notebook".
  • Run "Common Block" first, then run the individual tools block.
  1. Where did you get the data?
  • All the financial data used by this program are from yahoo finance.
  • The data quality (accuracy, integrity, latency, etc.) is totally up to finance.yahoo.com and the yfinance tool.
  1. Suggestions? Discussions?

About

Tools for stock options trading: finding best cash covered put and covered call to see, find best call to buy, etc. Keywords: Implied Volatility, Stock Options, Annualized Rate of Return

Topics

Resources

License

Stars

Watchers

Forks