From 28944b12cbc3a335bb12ce0e4a11a5bd92c78b99 Mon Sep 17 00:00:00 2001 From: fel123 <33407903+fel123@users.noreply.github.com> Date: Sat, 30 May 2026 07:33:05 -0400 Subject: [PATCH] Update QuantOracle entry: link to live interactive calculators (#381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The QuantOracle project (added in #340) launched a companion site at quantoracle.dev with 12 free interactive calculators — Black-Scholes with Greeks, Monte Carlo, Kelly, VaR, CAGR, Sharpe, crypto liquidation, impermanent loss, and more. Updating the entry so readers know they can try the math in-browser without setting up the API client first. Co-authored-by: QuantOracledev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ffb58e..7c53172 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [quantra](https://github.com/joseprupi/quantraserver) - `Python` - High-performance pricing engine built on QuantLib. It exposes QuantLib's functionality through gRPC and REST APIs, enabling distributed computations with FlatBuffers serialization. - [optionlab](https://github.com/rgaveiga/optionlab) - `Python` - A Python library for evaluating option trading strategies. - [flashalpha](https://github.com/FlashAlpha-lab/flashalpha-python) - `Python` - Python client for the FlashAlpha options analytics API. -- [QuantOracle](https://github.com/QuantOracledev/quantoracle) - `Python` - Free quant finance API with 63 deterministic endpoints for options pricing, risk analysis, portfolio optimization, Monte Carlo simulation, and technical indicators. +- [QuantOracle](https://github.com/QuantOracledev/quantoracle) - `Python` - Free quant finance API with 63 deterministic endpoints + 12 free interactive calculators at [quantoracle.dev](https://quantoracle.dev). Options pricing with full Greeks, Monte Carlo, Kelly, VaR, Sharpe, CAGR, crypto liquidation, impermanent loss. 1,000 free calls/day, no API key. - [RQuantLib](https://github.com/eddelbuettel/rquantlib) - `R` - RQuantLib connects GNU R with QuantLib. - [quantmod](https://cran.r-project.org/web/packages/quantmod/index.html) - `R` - Quantitative Financial Modelling Framework. [GitHub](https://github.com/joshuaulrich/quantmod) - [Rmetrics](https://www.rmetrics.org) - `R` - The premier open source software solution for teaching and training quantitative finance.