Update QuantOracle entry: link to live interactive calculators (#381)

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 <hello@quantoracle.dev>
This commit is contained in:
fel123
2026-05-30 07:33:05 -04:00
committed by GitHub
parent 614b39dcce
commit 28944b12cb
+1 -1
View File
@@ -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.