Skip to content

Commit 9c9cf92

Browse files
committed
quarto updated
1 parent 53676e0 commit 9c9cf92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/index.qmd

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
5858
- [Intrinsic-Value-Calculator](https://github.com/akashaero/Intrinsic-Value-Calculator) - A Python tool for quick calculations of a stock's fair value using Discounted Cash Flow analysis.
5959
- [Kelly-Criterion](https://github.com/deltaray-io/kelly-criterion) - Kelly Criterion implemented in Python to size portfolios based on J. L. Kelly Jr's formula.
6060
- [rateslib](https://github.com/attack68/rateslib) - A fixed income library for pricing bonds and bond futures, and derivatives such as IRS, cross-currency and FX swaps.
61+
- [fypy](https://github.com/jkirkby3/fypy) - Vanilla and exotic option pricing library to support quantitative R&D. Focus on pricing interesting/useful models and contracts (including and beyond Black-Scholes), as well as calibration of financial models to market data.
6162

6263
### Indicators
6364

@@ -75,6 +76,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
7576
- [Blankly](https://github.com/Blankly-Finance/Blankly) - Fully integrated backtesting, paper trading, and live deployment.
7677
- [TA-Lib](https://github.com/mrjbq7/ta-lib) - Python wrapper for TA-Lib (<http://ta-lib.org/>).
7778
- [zipline](https://github.com/quantopian/zipline) - Pythonic algorithmic trading library.
79+
- [zipline-reloaded](https://github.com/stefan-jansen/zipline-reloaded) - Zipline, a Pythonic Algorithmic Trading Library.
7880
- [QuantSoftware Toolkit](https://github.com/QuantSoftware/QuantSoftwareToolkit) - Python-based open source software framework designed to support portfolio construction and management.
7981
- [quantitative](https://github.com/jeffrey-liang/quantitative) - Quantitative finance, and backtesting library.
8082
- [analyzer](https://github.com/llazzaro/analyzer) - Python framework for real-time financial and backtesting trading strategies.
@@ -169,6 +171,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
169171
### Factor Analysis
170172

171173
- [alphalens](https://github.com/quantopian/alphalens) - Performance analysis of predictive alpha factors.
174+
- [alphalens-reloaded](https://github.com/stefan-jansen/alphalens-reloaded) - Performance analysis of predictive (alpha) stock factors.
172175
- [Spectre](https://github.com/Heerozh/spectre) - GPU-accelerated Factors analysis library and Backtester
173176

174177
### Sentiment Analysis
@@ -190,6 +193,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
190193
- [tsmoothie](https://github.com/cerlymarco/tsmoothie) - A python library for time-series smoothing and outlier detection in a vectorized way.
191194
- [pmdarima](https://github.com/alkaline-ml/pmdarima) - A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
192195
- [gluon-ts](https://github.com/awslabs/gluon-ts) - vProbabilistic time series modeling in Python.
196+
- [functime](https://github.com/functime-org/functime) - Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.
193197

194198
### Calendars
195199

@@ -272,6 +276,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants
272276
- [finplot](https://github.com/highfestiva/finplot) - Performant and effortless finance plotting for Python.
273277
- [finvizfinance](https://github.com/lit26/finvizfinance) - Finviz analysis python library.
274278
- [market-analy](https://github.com/maread99/market_analy) - Analysis and interactive charting using [market-prices](https://github.com/maread99/market_prices) and bqplot.
279+
- [QuantInvestStrats](https://github.com/ArturSepp/QuantInvestStrats) - Quantitative Investment Strategies (QIS) package implements Python analytics for visualisation of financial data, performance reporting, analysis of quantitative strategies.
275280

276281
## R
277282

@@ -384,6 +389,7 @@ date conversion, scaling factor values, and filtering by the specified date.
384389
### FrameWorks
385390

386391
- [QUANTAXIS](https://github.com/yutiansut/quantaxis) - Integrated Quantitative Toolbox with Matlab.
392+
- [PROJ_Option_Pricing_Matlab](https://github.com/jkirkby3/PROJ_Option_Pricing_Matlab) - Quant Option Pricing - Exotic/Vanilla: Barrier, Asian, European, American, Parisian, Lookback, Cliquet, Variance Swap, Swing, Forward Starting, Step, Fader
387393

388394
## Julia
389395

0 commit comments

Comments
 (0)