An options trading bot
-
Updated
Jun 5, 2025 - C++
8000
An options trading bot
OptionsPricerLib is a Python library for pricing financial options using various european and american models. The library provides options pricing, implied volatility calculation, and the Greeks for options, covering models such as Barone-Adesi Whaley, Black-Scholes, Leisen-Reimer, Jarrow-Rudd, and Cox-Ross-Rubinstein.
An interactive dashboard for options analyses
This repository contains the implementation of numerical methods for solving the Black-Scholes Equation and the Time-Dependent Schrödinger Equation. It features C++ code using the Crank-Nicolson method, along with Python scripts for visualizing the results. A detailed report analyzing the findings and methodologies is also included.
Implementation of the Black-Scholes Model for European option call/put pricing with features including calculating option prices based on market parameters, estimating implied volatility, live data using Yahoo Finance API, heatmap visualisation and visualising option prices against different factors...
Add a description, image, and links to the black-scholes-equation topic page so that developers can more easily learn about it.
To associate your repository with the black-scholes-equation topic, visit your repo's landing page and select "manage topics."