Skip to content

BikimWakim/OptionTracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Option Tracking

This Python script implements the Black-Scholes model to compute the prices of call and put options, as well as their Greeks (Delta, Gamma, Theta, Vega, Rho, Vanna, and Volga). It utilizes end-of-day market data to perform these calculations and saves the results to a CSV file for easy tracking and analysis day-to-day. This script was made upon Nasir Afaf's recommendation on learning about options.

Usage

Ensure the config.py file is properly set up with the desired CSV file path, then run the OptionPricing.py script to calculate and save options data.

About

Black-Scholes calculation of options and greeks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages