From 78fd6d28cf6b7c06738a5a2cc1fe62db2fc8323d Mon Sep 17 00:00:00 2001 From: GreeksLab Date: Mon, 15 Jun 2026 08:16:24 +0000 Subject: [PATCH] =?UTF-8?q?Add=20GreeksLab=20=E2=80=94=20free=20options=20?= =?UTF-8?q?Greeks=20calculator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e99a7a5..e37bb62 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Contributions welcome. See [Contributing](#contributing). - [py_vollib](https://pypi.org/project/py_vollib/) - Implements Black-Scholes and Black-76 with fast implied volatility solving via LetsBeRational. - [QuantLib](https://www.quantlib.org) - Comprehensive C++ library (with Python bindings) covering Black-Scholes-Merton, analytical barrier options, Asian options, and more. - [black-scholes-rs](https://github.com/hayden4r4/black-scholes-rust) - Rust implementation of Black-Scholes with Python bindings via PyO3, designed for performance-critical greeks computation. +- [GreeksLab](https://greekslab.launchyard.app) - Free web-based options Greeks calculator with Black-Scholes model, implied volatility calculator, strategy builder, and P&L chart. No signup required. ### Binomial and Lattice Models