mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-07-28 12:27:44 +00:00
169 KiB
169 KiB
| 1 | project | language | languages | category | section | section_slug | last_commit | stars | url | description | github | cran | pypi | commercial | repo |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2 | numpy | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-06-16 | 32210 | https://www.numpy.org | NumPy is the fundamental package for scientific computing with Python. [GitHub](https://github.com/numpy/numpy) | True | False | False | False | numpy/numpy |
| 3 | scipy | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-06-16 | 14754 | https://www.scipy.org | SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering. [GitHub](https://github.com/scipy/scipy) | True | False | False | False | scipy/scipy |
| 4 | pandas | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-06-16 | 48990 | https://pandas.pydata.org | pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language. [GitHub](https://github.com/pandas-dev/pandas) | True | False | False | False | pandas-dev/pandas |
| 5 | polars | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-06-16 | 38796 | https://docs.pola.rs/ | Polars is a blazingly fast DataFrame library for manipulating structured data. [GitHub](https://github.com/pola-rs/polars) | True | False | False | False | pola-rs/polars |
| 6 | quantdsl | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2017-10-26 | 381 | https://github.com/johnbywater/quantdsl | Domain specific language for quantitative analytics in finance and trading. | True | False | False | False | johnbywater/quantdsl |
| 7 | statistics | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 0 | https://docs.python.org/3/library/statistics.html | Builtin Python library for all basic statistical calculations. | False | False | False | False | ||
| 8 | sympy | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-06-14 | 14684 | https://www.sympy.org/ | SymPy is a Python library for symbolic mathematics. [GitHub](https://github.com/sympy/sympy) | True | False | False | False | sympy/sympy |
| 9 | pymc3 | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-06-10 | 9643 | https://docs.pymc.io/ | Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano. [GitHub](https://github.com/pymc-devs/pymc) | True | False | False | False | pymc-devs/pymc |
| 10 | modelx | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-05-31 | 131 | https://docs.modelx.io/ | Python reimagination of spreadsheets as formula-centric objects that are interoperable with pandas. [GitHub](https://github.com/fumitoh/modelx) | True | False | False | False | fumitoh/modelx |
| 11 | ArcticDB | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-06-16 | 2404 | https://github.com/man-group/ArcticDB | High performance datastore for time series and tick data. | True | False | False | False | man-group/ArcticDB |
| 12 | CRNG | Python | Python | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-04-12 | 6 | https://github.com/brotto/crng | Contingency Random Number Generator that produces random numbers with real financial market statistical signatures (fat tails, volatility clustering, kurtosis). Matches 86% of real market metrics vs 14% for NumPy. | True | False | False | False | brotto/crng |
| 13 | xts | R | R | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-02-27 | 223 | https://github.com/joshuaulrich/xts | eXtensible Time Series: Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability. | True | False | False | False | joshuaulrich/xts |
| 14 | data.table | R | R | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-06-09 | 3894 | https://github.com/Rdatatable/data.table | Extension of data.frame: Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns and a fast file reader (fread). Offers a natural and flexible syntax, for faster development. | True | False | False | False | Rdatatable/data.table |
| 15 | sparseEigen | R | R | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2018-12-22 | 13 | https://github.com/dppalomar/sparseEigen | Sparse principal component analysis. | True | False | False | False | dppalomar/sparseEigen |
| 16 | TSdbi | R | R | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 0 | http://tsdbi.r-forge.r-project.org/ | Provides a common interface to time series databases. | False | False | False | False | ||
| 17 | tseries | R | R | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-03-26 | 0 | https://cran.r-project.org/web/packages/tseries/index.html | Time Series Analysis and Computational Finance. | False | True | False | False | |
| 18 | zoo | R | R | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2025-12-15 | 0 | https://cran.r-project.org/web/packages/zoo/index.html | S3 Infrastructure for Regular and Irregular Time Series (Z's Ordered Observations). | False | True | False | False | |
| 19 | tis | R | R | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2021-09-28 | 0 | https://cran.r-project.org/web/packages/tis/index.html | Functions and S3 classes for time indexes and time indexed series, which are compatible with FAME frequencies. | False | True | False | False | |
| 20 | tfplot | R | R | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 0 | https://cran.r-project.org/web/packages/tfplot/index.html | Utilities for simple manipulation and quick plotting of time series data. | False | True | False | False | ||
| 21 | tframe | R | R | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2019-05-30 | 0 | https://cran.r-project.org/web/packages/tframe/index.html | A kernel of functions for programming time series methods in a way that is relatively independently of the representation of time. | False | True | False | False | |
| 22 | Temporal.jl | Julia | Julia | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2021-12-28 | 100 | https://github.com/dysonance/Temporal.jl | Flexible and efficient time series class & methods. | True | False | False | False | dysonance/Temporal.jl |
| 23 | DataFrames.jl | Julia | Julia | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-05-02 | 1830 | https://github.com/JuliaData/DataFrames.jl | In-memory tabular data in Julia. | True | False | False | False | JuliaData/DataFrames.jl |
| 24 | TSFrames.jl | Julia | Julia | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2024-06-18 | 100 | https://github.com/xKDR/TSFrames.jl | Handle timeseries data on top of the powerful and mature DataFrames.jl. | True | False | False | False | xKDR/TSFrames.jl |
| 25 | TimeArrays.jl | Julia | Julia | Numerical Libraries & Data Structures | Numerical Libraries & Data Structures | numerical-libraries-data-structures | 2026-05-13 | 39 | https://github.com/bhftbootcamp/TimeArrays.jl | Time series handling for Julia. | True | False | False | False | bhftbootcamp/TimeArrays.jl |
| 26 | PyQL | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2025-08-20 | 1309 | https://github.com/enthought/pyql | QuantLib's Python port. | True | False | False | False | enthought/pyql |
| 27 | pyfin | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2014-12-03 | 317 | https://github.com/opendoor-labs/pyfin | Basic options pricing in Python. *ARCHIVED*. | True | False | False | False | opendoor-labs/pyfin |
| 28 | vollib | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2023-04-01 | 983 | https://github.com/vollib/vollib | vollib is a python library for calculating option prices, implied volatility and greeks. | True | False | False | False | vollib/vollib |
| 29 | py_vollib | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-04-30 | 411 | https://github.com/vollib/py_vollib | vollib Python implementation. | True | False | False | False | vollib/py_vollib |
| 30 | QuantPy | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2017-11-28 | 1024 | https://github.com/jsmidt/QuantPy | A framework for quantitative finance In python. | True | False | False | False | jsmidt/QuantPy |
| 31 | Finance-Python | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2024-01-01 | 897 | https://github.com/alpha-miner/Finance-Python | Python tools for Finance. | True | False | False | False | alpha-miner/Finance-Python |
| 32 | ffn | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-03-21 | 2607 | https://github.com/pmorissette/ffn | A financial function library for Python. | True | False | False | False | pmorissette/ffn |
| 33 | pynance | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2021-02-03 | 459 | https://github.com/GriffinAustin/pynance | Lightweight Python library for assembling and analyzing financial data. | True | False | False | False | GriffinAustin/pynance |
| 34 | tia | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2017-06-05 | 428 | https://github.com/bpsmith/tia | Toolkit for integration and analysis. | True | False | False | False | bpsmith/tia |
| 35 | pysabr | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2022-04-21 | 611 | https://github.com/ynouri/pysabr | SABR model Python implementation. | True | False | False | False | ynouri/pysabr |
| 36 | FinancePy | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-06-16 | 3004 | https://github.com/domokane/FinancePy | A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives. | True | False | False | False | domokane/FinancePy |
| 37 | gs-quant | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-06-16 | 10734 | https://github.com/goldmansachs/gs-quant | Python toolkit for quantitative finance. | True | False | False | False | goldmansachs/gs-quant |
| 38 | willowtree | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2018-07-14 | 368 | https://github.com/federicomariamassari/willowtree | Robust and flexible Python implementation of the willow tree lattice for derivatives pricing. | True | False | False | False | federicomariamassari/willowtree |
| 39 | financial-engineering | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2017-11-20 | 528 | https://github.com/federicomariamassari/financial-engineering | Applications of Monte Carlo methods to financial engineering projects, in Python. | True | False | False | False | federicomariamassari/financial-engineering |
| 40 | optlib | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2022-11-18 | 1595 | https://github.com/dbrojas/optlib | A library for financial options pricing written in Python. | True | False | False | False | dbrojas/optlib |
| 41 | tf-quant-finance | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-02-12 | 5404 | https://github.com/google/tf-quant-finance | High-performance TensorFlow library for quantitative finance. | True | False | False | False | google/tf-quant-finance |
| 42 | Q-Fin | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2023-04-07 | 622 | https://github.com/RomanMichaelPaolucci/Q-Fin | A Python library for mathematical finance. | True | False | False | False | RomanMichaelPaolucci/Q-Fin |
| 43 | Quantsbin | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2021-05-23 | 639 | https://github.com/quantsbin/Quantsbin | Tools for pricing and plotting of vanilla option prices, greeks and various other analysis around them. | True | False | False | False | quantsbin/Quantsbin |
| 44 | finoptions | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2024-02-01 | 297 | https://github.com/bbcho/finoptions-dev | Complete python implementation of R package fOptions with partial implementation of fExoticOptions for pricing various options. | True | False | False | False | bbcho/finoptions-dev |
| 45 | pypme | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-01-16 | 13 | https://github.com/ymyke/pypme | PME (Public Market Equivalent) calculation. | True | False | False | False | ymyke/pypme |
| 46 | AbsBox | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-03-28 | 67 | https://github.com/yellowbean/AbsBox | A Python based library to model cashflow for structured product like Asset-backed securities (ABS) and Mortgage-backed securities (MBS). | True | False | False | False | yellowbean/AbsBox |
| 47 | mortgagemath | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-05-18 | 3 | https://github.com/murraystokely/mortgagemath | Cent-accurate mortgage amortization schedules with Decimal arithmetic and published-source validation across six countries. | True | False | False | False | murraystokely/mortgagemath |
| 48 | Intrinsic-Value-Calculator | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2025-07-02 | 90 | https://github.com/akashaero/Intrinsic-Value-Calculator | A Python tool for quick calculations of a stock's fair value using Discounted Cash Flow analysis. | True | False | False | False | akashaero/Intrinsic-Value-Calculator |
| 49 | Kelly-Criterion | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2019-02-16 | 115 | https://github.com/deltaray-io/kelly-criterion | Kelly Criterion implemented in Python to size portfolios based on J. L. Kelly Jr's formula. | True | False | False | False | deltaray-io/kelly-criterion |
| 50 | rateslib | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-04-09 | 347 | 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. | True | False | False | False | attack68/rateslib |
| 51 | fypy | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2025-02-27 | 142 | 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. | True | False | False | False | jkirkby3/fypy |
| 52 | Pyderivatives | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-05-23 | 34 | https://github.com/Julian-Beatty/Pyderivatives | Toolkit for option pricing, implied volatility surfaces, risk-neutral densities, and pricing kernel surfaces with support for advanced models including Heston, Kou, and Bates. | True | False | False | False | Julian-Beatty/Pyderivatives |
| 53 | quantra | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-06-12 | 27 | https://github.com/joseprupi/quantraserver | High-performance pricing engine built on QuantLib. It exposes QuantLib's functionality through gRPC and REST APIs, enabling distributed computations with FlatBuffers serialization. | True | False | False | False | joseprupi/quantraserver |
| 54 | optionlab | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-05-31 | 523 | https://github.com/rgaveiga/optionlab | A Python library for evaluating option trading strategies. | True | False | False | False | rgaveiga/optionlab |
| 55 | flashalpha | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-06-16 | 3 | https://github.com/FlashAlpha-lab/flashalpha-python | Python client for the FlashAlpha options analytics API. | True | False | False | False | FlashAlpha-lab/flashalpha-python |
| 56 | QuantOracle | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-06-17 | 6 | https://github.com/QuantOracledev/quantoracle | 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. | True | False | False | False | QuantOracledev/quantoracle |
| 57 | RQuantLib | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-06-09 | 132 | https://github.com/eddelbuettel/rquantlib | RQuantLib connects GNU R with QuantLib. | True | False | False | False | eddelbuettel/rquantlib |
| 58 | quantmod | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2025-08-07 | 899 | https://cran.r-project.org/web/packages/quantmod/index.html | Quantitative Financial Modelling Framework. [GitHub](https://github.com/joshuaulrich/quantmod) | True | True | False | False | joshuaulrich/quantmod |
| 59 | Rmetrics | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 0 | https://www.rmetrics.org | The premier open source software solution for teaching and training quantitative finance. | False | False | False | False | ||
| 60 | fAsianOptions | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 0 | https://cran.r-project.org/web/packages/fAsianOptions/index.html | EBM and Asian Option Valuation. | False | True | False | False | ||||
| 61 | fAssets | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2023-04-24 | 0 | https://cran.r-project.org/web/packages/fAssets/index.html | Analysing and Modelling Financial Assets. | False | True | False | False | |||
| 62 | fBasics | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2025-12-07 | 0 | https://cran.r-project.org/web/packages/fBasics/index.html | Markets and Basic Statistics. | False | True | False | False | |||
| 63 | fBonds | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2017-11-15 | 0 | https://cran.r-project.org/web/packages/fBonds/index.html | Bonds and Interest Rate Models. | False | True | False | False | |||
| 64 | fExoticOptions | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 0 | https://cran.r-project.org/web/packages/fExoticOptions/index.html | Exotic Option Valuation. | False | True | False | False | ||||
| 65 | fOptions | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 0 | https://cran.r-project.org/web/packages/fOptions/index.html | Pricing and Evaluating Basic Options. | False | True | False | False | ||||
| 66 | fPortfolio | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2023-04-25 | 0 | https://cran.r-project.org/web/packages/fPortfolio/index.html | Portfolio Selection and Optimization. | False | True | False | False | |||
| 67 | sde | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2025-12-22 | 0 | https://cran.r-project.org/web/packages/sde/index.html | Simulation and Inference for Stochastic Differential Equations. | False | True | False | False | |
| 68 | YieldCurve | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2022-10-02 | 0 | https://cran.r-project.org/web/packages/YieldCurve/index.html | Modelling and estimation of the yield curve. | False | True | False | False | |
| 69 | SmithWilsonYieldCurve | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2024-07-12 | 0 | https://cran.r-project.org/web/packages/SmithWilsonYieldCurve/index.html | Constructs a yield curve by the Smith-Wilson method from a table of LIBOR and SWAP rates. | False | True | False | False | |
| 70 | ycinterextra | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 0 | https://cran.r-project.org/web/packages/ycinterextra/index.html | Yield curve or zero-coupon prices interpolation and extrapolation. | False | True | False | False | ||
| 71 | AmericanCallOpt | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 0 | https://cran.r-project.org/web/packages/AmericanCallOpt/index.html | This package includes pricing function for selected American call options with underlying assets that generate payouts. | False | True | False | False | ||
| 72 | VarSwapPrice | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 0 | https://cran.r-project.org/web/packages/VarSwapPrice/index.html | Pricing a variance swap on an equity index. | False | True | False | False | ||
| 73 | RND | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2017-01-11 | 0 | https://cran.r-project.org/web/packages/RND/index.html | Risk Neutral Density Extraction Package. | False | True | False | False | |
| 74 | LSMonteCarlo | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2013-09-23 | 0 | https://cran.r-project.org/web/packages/LSMonteCarlo/index.html | American options pricing with Least Squares Monte Carlo method. | False | True | False | False | |
| 75 | OptHedging | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2013-10-11 | 0 | https://cran.r-project.org/web/packages/OptHedging/index.html | Estimation of value and hedging strategy of call and put options. | False | True | False | False | |
| 76 | tvm | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2023-08-30 | 0 | https://cran.r-project.org/web/packages/tvm/index.html | Time Value of Money Functions. | False | True | False | False | |
| 77 | OptionPricing | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2023-09-16 | 0 | https://cran.r-project.org/web/packages/OptionPricing/index.html | Option Pricing with Efficient Simulation Algorithms. | False | True | False | False | |
| 78 | credule | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2015-08-05 | 7 | https://github.com/blenezet/credule | Credit Default Swap Functions. | True | False | False | False | blenezet/credule |
| 79 | derivmkts | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-02-12 | 36 | https://cran.r-project.org/web/packages/derivmkts/index.html | Functions and R Code to Accompany Derivatives Markets. [GitHub](https://github.com/rmcd1024/derivmkts) | True | True | False | False | rmcd1024/derivmkts |
| 80 | FinCal | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2025-10-30 | 24 | https://github.com/felixfan/FinCal | Package for time value of money calculation, time series analysis and computational finance. | True | False | False | False | felixfan/FinCal |
| 81 | r-quant | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2014-02-19 | 34 | https://github.com/artyyouth/r-quant | R code for quantitative analysis in finance. | True | False | False | False | artyyouth/r-quant |
| 82 | options.studies | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2015-12-17 | 6 | https://github.com/taylorizing/options.studies | options trading studies functions for use with options.data package and shiny. | True | False | False | False | taylorizing/options.studies |
| 83 | fmbasics | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2019-12-03 | 12 | https://github.com/imanuelcostigan/fmbasics | Financial Market Building Blocks. | True | False | False | False | imanuelcostigan/fmbasics |
| 84 | R-fixedincome | R | R | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2025-05-10 | 65 | https://github.com/wilsonfreitas/R-fixedincome | Fixed income tools for R. | True | False | False | False | wilsonfreitas/R-fixedincome |
| 85 | QuantLib.jl | Julia | Julia | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2020-02-18 | 144 | https://github.com/pazzo83/QuantLib.jl | Quantlib implementation in pure Julia. | True | False | False | False | pazzo83/QuantLib.jl |
| 86 | Ito.jl | Julia | Julia | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2017-03-21 | 39 | https://github.com/aviks/Ito.jl | A Julia package for quantitative finance. | True | False | False | False | aviks/Ito.jl |
| 87 | Miletus.jl | Julia | Julia | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2023-12-07 | 90 | https://github.com/JuliaComputing/Miletus.jl | A financial contract definition, modeling language, and valuation framework. | True | False | False | False | JuliaComputing/Miletus.jl |
| 88 | Strata | Java | Java | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-06-15 | 948 | http://strata.opengamma.io/ | Modern open-source analytics and market risk library designed and written in Java. [GitHub](https://github.com/OpenGamma/Strata) | True | False | False | False | OpenGamma/Strata |
| 89 | JQuantLib | Java | Java | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2016-02-26 | 153 | https://github.com/frgomes/jquantlib | JQuantLib is a free, open-source, comprehensive framework for quantitative finance, written in 100% Java. | True | False | False | False | frgomes/jquantlib |
| 90 | finmath.net | Java | Java | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-06-06 | 573 | http://finmath.net | Java library with algorithms and methodologies related to mathematical finance. [GitHub](https://github.com/finmath/finmath-lib) | True | False | False | False | finmath/finmath-lib |
| 91 | quantcomponents | Java | Java | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2015-10-07 | 170 | https://github.com/lsgro/quantcomponents | Free Java components for Quantitative Finance and Algorithmic Trading. | True | False | False | False | lsgro/quantcomponents |
| 92 | DRIP | Java | Java | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 0 | https://lakshmidrip.github.io/DRIP | Fixed Income, Asset Allocation, Transaction Cost Analysis, XVA Metrics Libraries. | False | False | False | False | ||
| 93 | finance.js | JavaScript | JavaScript | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2018-10-11 | 1268 | https://github.com/ebradyjobory/finance.js | A JavaScript library for common financial calculations. | True | False | False | False | ebradyjobory/finance.js |
| 94 | quantfin | Haskell | Haskell | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2019-04-06 | 139 | https://github.com/boundedvariation/quantfin | quant finance in pure haskell. | True | False | False | False | boundedvariation/quantfin |
| 95 | Haxcel | Haskell | Haskell | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2022-09-13 | 38 | https://github.com/MarcusRainbow/Haxcel | Excel Addin for Haskell. | True | False | False | False | MarcusRainbow/Haxcel |
| 96 | Ffinar | Haskell | Haskell | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2021-11-26 | 5 | https://github.com/MarcusRainbow/Ffinar | A financial maths library in Haskell. | True | False | False | False | MarcusRainbow/Ffinar |
| 97 | QuantScale | Scala | Scala | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2014-01-14 | 51 | https://github.com/choucrifahed/quantscale | Scala Quantitative Finance Library. | True | False | False | False | choucrifahed/quantscale |
| 98 | Scala Quant | Scala | Scala | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2017-05-06 | 10 | https://github.com/frankcash/Scala-Quant | Scala library for working with stock data from IFTTT recipes or Google Finance. | True | False | False | False | frankcash/Scala-Quant |
| 99 | QuantMath | Rust | Rust | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2020-05-28 | 405 | https://github.com/MarcusRainbow/QuantMath | Financial maths library for risk-neutral pricing and risk. | True | False | False | False | MarcusRainbow/QuantMath |
| 100 | RustQuant | Rust | Rust | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-01-14 | 1765 | https://github.com/avhz/RustQuant | Quantitative finance library written in Rust. | True | False | False | False | avhz/RustQuant |
| 101 | QoX | Python | Python | Financial Instruments & Pricing | Financial Instruments & Pricing | financial-instruments-pricing | 2026-06-11 | 3 | https://github.com/bboutelje/qox-python-samples | Finite difference pricing library written in Rust. | True | False | False | False | bboutelje/qox-python-samples |
| 102 | pandas_talib | Python | Python | Technical Indicators | Technical Indicators | technical-indicators | 2018-05-30 | 780 | https://github.com/femtotrader/pandas_talib | A Python Pandas implementation of technical analysis indicators. | True | False | False | False | femtotrader/pandas_talib |
| 103 | finta | Python | Python | Technical Indicators | Technical Indicators | technical-indicators | 2022-07-24 | 2258 | https://github.com/peerchemist/finta | Common financial technical analysis indicators implemented in Pandas. | True | False | False | False | peerchemist/finta |
| 104 | Tulipy | Python | Python | Technical Indicators | Technical Indicators | technical-indicators | 2019-04-11 | 93 | https://github.com/cirla/tulipy | Financial Technical Analysis Indicator Library (Python bindings for [tulipindicators](https://github.com/TulipCharts/tulipindicators)). | True | False | False | False | cirla/tulipy |
| 105 | lppls | Python | Python | Technical Indicators | Technical Indicators | technical-indicators | 2026-05-30 | 462 | https://github.com/Boulder-Investment-Technologies/lppls | A Python module for fitting the [Log-Periodic Power Law Singularity (LPPLS)](https://en.wikipedia.org/wiki/Didier_Sornette#The_JLS_and_LPPLS_models) model. | True | False | False | False | Boulder-Investment-Technologies/lppls |
| 106 | talipp | Python | Python | Technical Indicators | Technical Indicators | technical-indicators | 2025-09-09 | 529 | https://github.com/nardew/talipp | Incremental technical analysis library for Python. | True | False | False | False | nardew/talipp |
| 107 | streaming_indicators | Python | Python | Technical Indicators | Technical Indicators | technical-indicators | 2025-04-27 | 152 | https://github.com/mr-easy/streaming_indicators | A python library for computing technical analysis indicators on streaming data. | True | False | False | False | mr-easy/streaming_indicators |
| 108 | TA-Lib | Python | Python | Technical Indicators | Technical Indicators | technical-indicators | 2026-03-16 | 12041 | https://github.com/mrjbq7/ta-lib | Python wrapper for TA-Lib (<http://ta-lib.org/>). | True | False | False | False | mrjbq7/ta-lib |
| 109 | ta | Python | Python | Technical Indicators | Technical Indicators | technical-indicators | 2026-03-18 | 5096 | https://github.com/bukosabino/ta | Technical Analysis Library using Pandas (Python). | True | False | False | False | bukosabino/ta |
| 110 | bta-lib | Python | Python | Technical Indicators | Technical Indicators | technical-indicators | 2020-03-11 | 498 | https://github.com/mementum/bta-lib | Technical Analysis library in pandas for backtesting algotrading and quantitative analysis. | True | False | False | False | mementum/bta-lib |
| 111 | TuneTA | Python | Python | Technical Indicators | Technical Indicators | technical-indicators | 2023-10-13 | 461 | https://github.com/jmrichardson/tuneta | TuneTA optimizes technical indicators using a distance correlation measure to a user defined target feature such as next day return. | True | False | False | False | jmrichardson/tuneta |
| 112 | TTR | R | R | Technical Indicators | Technical Indicators | technical-indicators | 2026-02-28 | 343 | https://github.com/joshuaulrich/TTR | Technical Trading Rules. | True | False | False | False | joshuaulrich/TTR |
| 113 | TALib.jl | Julia | Julia | Technical Indicators | Technical Indicators | technical-indicators | 2017-08-22 | 53 | https://github.com/femtotrader/TALib.jl | A Julia wrapper for TA-Lib. | True | False | False | False | femtotrader/TALib.jl |
| 114 | Indicators.jl | Julia | Julia | Technical Indicators | Technical Indicators | technical-indicators | 2022-12-06 | 226 | https://github.com/dysonance/Indicators.jl | Financial market technical analysis & indicators on top of Temporal. | True | False | False | False | dysonance/Indicators.jl |
| 115 | TechnicalIndicatorCharts.jl | Julia | Julia | Technical Indicators | Technical Indicators | technical-indicators | 2026-06-08 | 7 | https://github.com/g-gundam/TechnicalIndicatorCharts.jl | Visualize OnlineTechnicalIndicators.jl using LightweightCharts.jl. | True | False | False | False | g-gundam/TechnicalIndicatorCharts.jl |
| 116 | MarketTechnicals.jl | Julia | Julia | Technical Indicators | Technical Indicators | technical-indicators | 2021-07-12 | 131 | https://github.com/JuliaQuant/MarketTechnicals.jl | Technical analysis of financial time series on top of TimeSeries. | True | False | False | False | JuliaQuant/MarketTechnicals.jl |
| 117 | OnlineTechnicalIndicators.jl | Julia | Julia | Technical Indicators | Technical Indicators | technical-indicators | 2026-04-13 | 32 | https://github.com/femtotrader/OnlineTechnicalIndicators.jl | Julia Technical Analysis Indicators via online algorithms. | True | False | False | False | femtotrader/OnlineTechnicalIndicators.jl |
| 118 | ta4j | Java | Java | Technical Indicators | Technical Indicators | technical-indicators | 2026-06-06 | 2443 | https://github.com/ta4j/ta4j | A Java library for technical analysis. | True | False | False | False | ta4j/ta4j |
| 119 | IndicatorTS | JavaScript | JavaScript | Technical Indicators | Technical Indicators | technical-indicators | 2026-04-20 | 450 | https://github.com/cinar/indicatorts | Indicator is a TypeScript module providing various stock technical analysis indicators, strategies, and a backtest framework for trading. | True | False | False | False | cinar/indicatorts |
| 120 | chart-patterns | JavaScript | JavaScript | Technical Indicators | Technical Indicators | technical-indicators | error | 0 | https://github.com/focus1691/chart-patterns | Technical analysis library for Market Profile, Volume Profile, Stacked Imbalances and High Volume Node indicators. | True | False | False | False | focus1691/chart-patterns |
| 121 | orderflow | JavaScript | JavaScript | Technical Indicators | Technical Indicators | technical-indicators | 2025-03-31 | 74 | https://github.com/focus1691/orderflow | Orderflow trade aggregator for building Footprint Candles from exchange websocket data. | True | False | False | False | focus1691/orderflow |
| 122 | IndicatorGo | Golang | Golang | Technical Indicators | Technical Indicators | technical-indicators | 2026-06-07 | 1157 | https://github.com/cinar/indicator | IndicatorGo is a Golang module providing various stock technical analysis indicators, strategies, and a backtest framework for trading. | True | False | False | False | cinar/indicator |
| 123 | TradeAggregation | Rust | Rust | Technical Indicators | Technical Indicators | technical-indicators | 2026-02-05 | 116 | https://github.com/MathisWellmann/trade_aggregation-rs | Aggregate trades into user-defined candles using information driven rules. | True | False | False | False | MathisWellmann/trade_aggregation-rs |
| 124 | SlidingFeatures | Rust | Rust | Technical Indicators | Technical Indicators | technical-indicators | 2026-06-08 | 76 | https://github.com/MathisWellmann/sliding_features-rs | Chainable tree-like sliding windows for signal processing and technical analysis. | True | False | False | False | MathisWellmann/sliding_features-rs |
| 125 | fin-primitives | Rust | Rust | Technical Indicators | Technical Indicators | technical-indicators | 2026-03-23 | 12 | https://github.com/Mattbusel/fin-primitives | Financial market primitives in Rust: Price/Quantity/Symbol newtypes, BTreeMap order book, OHLCV aggregation, SMA/EMA/RSI indicators, position ledger with PnL, and composable risk monitor. | True | False | False | False | Mattbusel/fin-primitives |
| 126 | income-desk | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 10 | https://github.com/nitinblue/income-desk | Systematic options trading intelligence for small accounts with desk-based portfolio management, pre-trade validation, and multi-broker consolidation. | True | False | False | False | nitinblue/income-desk |
| 127 | AI Quant Agents | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-03-24 | 11 | https://github.com/demandai/ai-quant-agents | Multi-agent LLM trading analysis where 12 AI agents (analysts, debaters, risk manager) debate stock picks in real-time, supporting US equities and China A-shares. | True | False | False | False | demandai/ai-quant-agents |
| 128 | TradeSight | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-04-20 | 89 | https://github.com/rmbell09-lang/tradesight | Self-hosted AI trading platform with strategy evolution, technical analysis, backtesting, and paper trading via Alpaca. | True | False | False | False | rmbell09-lang/tradesight |
| 129 | Orallexa | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-09 | 45 | https://github.com/alex-jb/orallexa-ai-trading-agent | AI trading operating system with 9 ML models (RF, XGBoost, EMAformer, MOIRAI-2, Chronos-2, DDPM, PPO RL, GNN, LR) ranked by Sharpe ratio, Claude AI synthesis with dual-tier routing (~$0.003/analysis), real-time Next.js dashboard, Alpaca paper trading, and 277 automated tests. | True | False | False | False | alex-jb/orallexa-ai-trading-agent |
| 130 | Vibe-Trading | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 12365 | https://github.com/HKUDS/Vibe-Trading | Natural-language multi-agent finance research agent with 29 swarm presets, 70 skills, and 28 auto-discovered tools; 7 backtest engines covering A-shares/US/Crypto/Futures/Forex/Options plus a cross-market CompositeEngine with shared capital pool; 5-source auto-fallback data layer (tushare/okx/yfinance/akshare/ccxt); 17-tool MCP server; includes trade-journal behavioral diagnostics for 同花顺/东财/富途 exports. | True | False | False | False | HKUDS/Vibe-Trading |
| 131 | DeepAlpha | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-12 | 22 | https://deepalphabot.com | AI crypto trading bot for Bybit with 70.9% walk-forward validated accuracy on out-of-sample data, LightGBM + XGBoost ensemble with 72 ML features. [GitHub](https://github.com/stefanoviana/deepalpha) | True | False | False | False | stefanoviana/deepalpha |
| 132 | the0 | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-24 | 264 | https://github.com/alexanderwanyoike/the0 | Self-hosted execution engine for algorithmic trading bots. Write strategies in Python, TypeScript, Rust, C++, C#, Scala, or Haskell and deploy with one command. Each bot runs in an isolated container with scheduled or streaming execution. | True | False | False | False | alexanderwanyoike/the0 |
| 133 | Investing algorithm framework | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-24 | 1262 | https://github.com/coding-kitties/investing-algorithm-framework | Framework for developing, backtesting, and deploying automated trading algorithms. | True | False | False | False | coding-kitties/investing-algorithm-framework |
| 134 | Lumibot | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-13 | 1675 | https://github.com/Lumiwealth/lumibot | Algorithmic trading framework where the same code runs for backtesting and live trading across stocks, options, crypto, futures, and forex with multiple brokers including Alpaca, Interactive Brokers, Tradier, and Schwab. | True | False | False | False | Lumiwealth/lumibot |
| 135 | QSTrader | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2024-06-24 | 3393 | https://github.com/mhallsmoore/qstrader | QSTrader backtesting simulation engine. | True | False | False | False | mhallsmoore/qstrader |
| 136 | Blankly | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2024-12-30 | 2442 | https://github.com/Blankly-Finance/Blankly | Fully integrated backtesting, paper trading, and live deployment. | True | False | False | False | Blankly-Finance/Blankly |
| 137 | zipline | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2020-10-14 | 19880 | https://github.com/quantopian/zipline | Pythonic algorithmic trading library. | True | False | False | False | quantopian/zipline |
| 138 | zipline-reloaded | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2025-11-13 | 1804 | https://github.com/stefan-jansen/zipline-reloaded | Zipline, a Pythonic Algorithmic Trading Library. | True | False | False | False | stefan-jansen/zipline-reloaded |
| 139 | QuantSoftware Toolkit | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2016-10-07 | 480 | https://github.com/QuantSoftware/QuantSoftwareToolkit | Python-based open source software framework designed to support portfolio construction and management. | True | False | False | False | QuantSoftware/QuantSoftwareToolkit |
| 140 | quantitative | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2019-03-03 | 67 | https://github.com/jeffrey-liang/quantitative | Quantitative finance, and backtesting library. | True | False | False | False | jeffrey-liang/quantitative |
| 141 | analyzer | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2015-12-22 | 215 | https://github.com/llazzaro/analyzer | Python framework for real-time financial and backtesting trading strategies. | True | False | False | False | llazzaro/analyzer |
| 142 | bt | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-05 | 2889 | https://github.com/pmorissette/bt | Flexible Backtesting for Python. | True | False | False | False | pmorissette/bt |
| 143 | backtrader | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2023-04-19 | 22012 | https://github.com/backtrader/backtrader | Python Backtesting library for trading strategies. | True | False | False | False | backtrader/backtrader |
| 144 | pythalesians | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2016-09-23 | 63 | https://github.com/thalesians/pythalesians | Python library to backtest trading strategies, plot charts, seamlessly download market data, analyze market patterns etc. | True | False | False | False | thalesians/pythalesians |
| 145 | pybacktest | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2019-09-09 | 822 | https://github.com/ematvey/pybacktest | Vectorized backtesting framework in Python / pandas, designed to make your backtesting easier. | True | False | False | False | ematvey/pybacktest |
| 146 | pyalgotrade | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2023-03-05 | 4659 | https://github.com/gbeced/pyalgotrade | Python Algorithmic Trading Library. | True | False | False | False | gbeced/pyalgotrade |
| 147 | basana | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-15 | 843 | https://github.com/gbeced/basana | A Python async and event driven framework for algorithmic trading, with a focus on crypto currencies. | True | False | False | False | gbeced/basana |
| 148 | algobroker | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2016-03-31 | 96 | https://github.com/joequant/algobroker | This is an execution engine for algo trading. | True | False | False | False | joequant/algobroker |
| 149 | finmarketpy | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-04-16 | 3777 | https://github.com/cuemacro/finmarketpy | Python library for backtesting trading strategies and analyzing financial markets. | True | False | False | False | cuemacro/finmarketpy |
| 150 | binary-martingale | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2017-10-16 | 48 | https://github.com/metaperl/binary-martingale | Computer program to automatically trade binary options martingale style. | True | False | False | False | metaperl/binary-martingale |
| 151 | fooltrader | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2020-07-19 | 1194 | https://github.com/foolcage/fooltrader | the project using big-data technology to provide an uniform way to analyze the whole market. | True | False | False | False | foolcage/fooltrader |
| 152 | zvt | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-03-01 | 4175 | https://github.com/zvtvz/zvt | the project using sql, pandas to provide an uniform and extendable way to record data, computing factors, select securities, backtesting, realtime trading and it could show all of them in clearly charts in realtime. | True | False | False | False | zvtvz/zvt |
| 153 | pylivetrader | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2022-04-11 | 684 | https://github.com/alpacahq/pylivetrader | zipline-compatible live trading library. | True | False | False | False | alpacahq/pylivetrader |
| 154 | pipeline-live | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2022-04-11 | 207 | https://github.com/alpacahq/pipeline-live | zipline's pipeline capability with IEX for live trading. | True | False | False | False | alpacahq/pipeline-live |
| 155 | zipline-extensions | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2018-09-17 | 18 | https://github.com/quantrocket-llc/zipline-extensions | Zipline extensions and adapters for QuantRocket. | True | False | False | False | quantrocket-llc/zipline-extensions |
| 156 | moonshot | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2024-08-14 | 267 | https://github.com/quantrocket-llc/moonshot | Vectorized backtester and trading engine for QuantRocket based on Pandas. | True | False | False | False | quantrocket-llc/moonshot |
| 157 | pyqstrat | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2023-11-05 | 372 | https://github.com/abbass2/pyqstrat | A fast, extensible, transparent python library for backtesting quantitative strategies. | True | False | False | False | abbass2/pyqstrat |
| 158 | NowTrade | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2017-02-07 | 102 | https://github.com/edouardpoitras/NowTrade | Python library for backtesting technical/mechanical strategies in the stock and currency markets. | True | False | False | False | edouardpoitras/NowTrade |
| 159 | pinkfish | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-13 | 297 | https://github.com/fja05680/pinkfish | A backtester and spreadsheet library for security analysis. | True | False | False | False | fja05680/pinkfish |
| 160 | PRISM-INSIGHT | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 645 | https://github.com/dragon1086/prism-insight | AI-powered stock analysis system with 13 specialized agents, automated trading via KIS API, supporting Korean & US markets. | True | False | False | False | dragon1086/prism-insight |
| 161 | FinClaw | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-04-18 | 20 | https://github.com/NeuZhou/finclaw | AI-powered financial intelligence engine with 8 master strategies across US, CN, and HK markets. Multi-agent architecture with +29.1% annual alpha. 227 tests. | True | False | False | False | NeuZhou/finclaw |
| 162 | aat | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-08 | 820 | https://github.com/timkpaine/aat | Async Algorithmic Trading Engine. | True | False | False | False | timkpaine/aat |
| 163 | Backtesting.py | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 0 | https://kernc.github.io/backtesting.py/ | Backtest trading strategies in Python. | False | False | False | False | ||
| 164 | catalyst | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2021-09-22 | 2562 | https://github.com/enigmampc/catalyst | An Algorithmic Trading Library for Crypto-Assets in Python. | True | False | False | False | enigmampc/catalyst |
| 165 | quantstats | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-01-13 | 7296 | https://github.com/ranaroussi/quantstats | Portfolio analytics for quants, written in Python. | True | False | False | False | ranaroussi/quantstats |
| 166 | jquantstats | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 40 | https://github.com/Jebel-Quant/jquantstats | Modern variation of quantstats, with additional features and performance improvements. | True | False | False | False | Jebel-Quant/jquantstats |
| 167 | qtpylib | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2021-03-24 | 2264 | https://github.com/ranaroussi/qtpylib | QTPyLib, Pythonic Algorithmic Trading <http://qtpylib.io>. | True | False | False | False | ranaroussi/qtpylib |
| 168 | Quantdom | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2019-03-12 | 769 | https://github.com/constverum/Quantdom | Python-based framework for backtesting trading strategies & analyzing financial markets [GUI :neckbeard:.] | True | False | False | False | constverum/Quantdom |
| 169 | freqtrade | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 51547 | https://github.com/freqtrade/freqtrade | Free, open source crypto trading bot. | True | False | False | False | freqtrade/freqtrade |
| 170 | algorithmic-trading-with-python | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2021-06-01 | 3404 | https://github.com/chrisconlan/algorithmic-trading-with-python | Free `pandas` and `scikit-learn` resources for trading simulation, backtesting, and machine learning on financial data. | True | False | False | False | chrisconlan/algorithmic-trading-with-python |
| 171 | Qlib | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-04-22 | 44562 | https://github.com/microsoft/qlib | An AI-oriented Quantitative Investment Platform by Microsoft. Full ML pipeline of data processing, model training, back-testing; and covers the entire chain of quantitative investment: alpha seeking, risk modeling, portfolio optimization, and order execution. | True | False | False | False | microsoft/qlib |
| 172 | machine-learning-for-trading | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2023-03-05 | 19163 | https://github.com/stefan-jansen/machine-learning-for-trading | Code and resources for Machine Learning for Algorithmic Trading. | True | False | False | False | stefan-jansen/machine-learning-for-trading |
| 173 | AlphaPy | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2025-08-24 | 1731 | https://github.com/ScottfreeLLC/AlphaPy | Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost. | True | False | False | False | ScottfreeLLC/AlphaPy |
| 174 | jesse | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-15 | 8053 | https://github.com/jesse-ai/jesse | An advanced crypto trading bot written in Python. | True | False | False | False | jesse-ai/jesse |
| 175 | rqalpha | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-20 | 6482 | https://github.com/ricequant/rqalpha | A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities. | True | False | False | False | ricequant/rqalpha |
| 176 | FinRL-Library | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-04-05 | 15442 | https://github.com/AI4Finance-LLC/FinRL-Library | A Deep Reinforcement Learning Library for Automated Trading in Quantitative Finance. NeurIPS 2020. | True | False | False | False | AI4Finance-LLC/FinRL-Library |
| 177 | aurumq-rl | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-07 | 13 | https://github.com/yupoet/aurumq-rl | Reinforcement learning stock-selection framework for the China A-share market with multi-source factor input (alpha101 + main-force flow + hot-money seats + northbound + institutional + fundamentals), board-aware price limits, and ONNX CPU inference. | True | False | False | False | yupoet/aurumq-rl |
| 178 | bulbea | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2017-03-19 | 2296 | https://github.com/achillesrasquinha/bulbea | Deep Learning based Python Library for Stock Market Prediction and Modelling. | True | False | False | False | achillesrasquinha/bulbea |
| 179 | ib_nope | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2021-04-22 | 33 | https://github.com/ajhpark/ib_nope | Automated trading system for NOPE strategy over IBKR TWS. | True | False | False | False | ajhpark/ib_nope |
| 180 | OctoBot | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-16 | 6077 | https://github.com/Drakkar-Software/OctoBot | Open source cryptocurrency trading bot for high frequency, arbitrage, TA and social trading with an advanced web interface. | True | False | False | False | Drakkar-Software/OctoBot |
| 181 | OpenFinClaw | Python | Python,Rust | Trading & Backtesting | Trading & Backtesting | trading-backtesting | error | 0 | https://github.com/cryptoSUN2049/openFinclaw | AI-native hedge fund platform: natural language strategy generation, Rust backtesting engine, multi-market execution, and self-evolving strategy pipeline with community leaderboard. | True | False | False | False | cryptoSUN2049/openFinclaw |
| 182 | Stock-Prediction-Models | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2021-01-05 | 9387 | https://github.com/huseinzol05/Stock-Prediction-Models | Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations. | True | False | False | False | huseinzol05/Stock-Prediction-Models |
| 183 | AutoTrader | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2025-05-04 | 1266 | https://github.com/kieran-mackle/AutoTrader | A Python-based development platform for automated trading systems - from backtesting to optimization to livetrading. | True | False | False | False | kieran-mackle/AutoTrader |
| 184 | fast-trade | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-21 | 563 | https://github.com/jrmeier/fast-trade | A library built with backtest portability and performance in mind for backtest trading strategies. | True | False | False | False | jrmeier/fast-trade |
| 185 | qf-lib | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-28 | 943 | https://github.com/quarkfin/qf-lib | QF-Lib is a Python library that provides high quality tools for quantitative finance. | True | False | False | False | quarkfin/qf-lib |
| 186 | tda-api | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2024-06-16 | 1317 | https://github.com/alexgolec/tda-api | Gather data and trade equities, options, and ETFs via TDAmeritrade. | True | False | False | False | alexgolec/tda-api |
| 187 | vectorbt | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-10 | 7940 | https://github.com/polakowo/vectorbt | Find your trading edge, using a powerful toolkit for backtesting, algorithmic trading, and research. | True | False | False | False | polakowo/vectorbt |
| 188 | Lean | Python | Python,C# | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 19924 | https://github.com/QuantConnect/Lean | Lean Algorithmic Trading Engine by QuantConnect (Python, C#). | True | False | False | False | QuantConnect/Lean |
| 189 | pysystemtrade | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-08 | 3347 | https://github.com/robcarver17/pysystemtrade | pysystemtrade is the open source version of Robert Carver's backtesting and trading engine that implements systems according to the framework outlined in his book "Systematic Trading", which is further developed on his [blog](https://qoppac.blogspot.com/). | True | False | False | False | robcarver17/pysystemtrade |
| 190 | pytrendseries | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-30 | 166 | https://github.com/rafa-rod/pytrendseries | Detect trend in time series, drawdown, drawdown within a constant look-back window , maximum drawdown, time underwater. | True | False | False | False | rafa-rod/pytrendseries |
| 191 | PyLOB | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2023-01-01 | 201 | https://github.com/DrAshBooth/PyLOB | Fully functioning fast Limit Order Book written in Python. | True | False | False | False | DrAshBooth/PyLOB |
| 192 | PyBroker | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-11 | 3427 | https://github.com/edtechre/pybroker | Algorithmic Trading with Machine Learning. | True | False | False | False | edtechre/pybroker |
| 193 | OctoBot Script | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-03-30 | 42 | https://github.com/Drakkar-Software/OctoBot-Script | A quant framework to create cryptocurrencies strategies - from backtesting to optimization to livetrading. | True | False | False | False | Drakkar-Software/OctoBot-Script |
| 194 | hftbacktest | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2025-12-23 | 4200 | https://github.com/nkaz001/hftbacktest | A high-frequency trading and market-making backtesting tool accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books. | True | False | False | False | nkaz001/hftbacktest |
| 195 | flashalpha-fill-simulator | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 2 | https://github.com/FlashAlpha-lab/flashalpha-fill-simulator | Realistic limit-order fill simulator for options credit/debit spreads with post-and-wait limits, stale-quote guards, deterministic same-bar tiebreaks, and a patient-then-cross exit; engine-agnostic and zero runtime dependencies. | True | False | False | False | FlashAlpha-lab/flashalpha-fill-simulator |
| 196 | vnpy | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-17 | 41685 | https://github.com/vnpy/vnpy | VeighNa is a Python-based open source quantitative trading system development framework. | True | False | False | False | vnpy/vnpy |
| 197 | Intelligent Trading Bot | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-01 | 1717 | https://github.com/asavinov/intelligent-trading-bot | Automatically generating signals and trading based on machine learning and feature engineering. | True | False | False | False | asavinov/intelligent-trading-bot |
| 198 | fastquant | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2023-09-15 | 1751 | https://github.com/enzoampil/fastquant | fastquant allows you to easily backtest investment strategies with as few as 3 lines of python code. | True | False | False | False | enzoampil/fastquant |
| 199 | nautilus_trader | Python | Python,Rust | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-17 | 23602 | https://github.com/nautechsystems/nautilus_trader | A high-performance algorithmic trading platform and event-driven backtester. | True | False | False | False | nautechsystems/nautilus_trader |
| 200 | YABTE | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2024-05-11 | 6 | https://github.com/bsdz/yabte | Yet Another (Python) BackTesting Engine. | True | False | False | False | bsdz/yabte |
| 201 | Trading Strategy | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-28 | 228 | https://github.com/tradingstrategy-ai/getting-started | TradingStrategy.ai is a market data, backtesting, live trading and investor management framework for decentralised finance. | True | False | False | False | tradingstrategy-ai/getting-started |
| 202 | Hikyuu | Python | Python,C++ | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 3254 | https://github.com/fasiondog/hikyuu | A base on Python/C++ open source high-performance quant framework for faster analysis and backtesting, contains the complete trading system components for reuse and combination. | True | False | False | False | fasiondog/hikyuu |
| 203 | rust_bt | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-01-05 | 77 | https://github.com/jensnesten/rust_bt | A high performance, low-latency backtesting engine for testing quantitative trading strategies on historical and live data in Rust. | True | False | False | False | jensnesten/rust_bt |
| 204 | Gunbot Quant | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2025-08-19 | 52 | https://github.com/GuntharDeNiro/gunbot-quant | Toolkit for quantitative trading analysis. It integrates an advanced market screener, a multi-strategy, multi-asset backtesting engine. Use with built-in GUI or through CLI. | True | False | False | False | GuntharDeNiro/gunbot-quant |
| 205 | StrateQueue | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2025-12-30 | 192 | https://github.com/StrateQueue/StrateQueue | An open‑source, broker‑agnostic Python library that lets you seamlessly deploy strategies from any major backtesting engine to live (or paper) trading with zero code changes and built‑in safety controls. | True | False | False | False | StrateQueue/StrateQueue |
| 206 | PythonTradingFramework | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-06 | 33 | https://github.com/JustinGuese/python_tradingbot_framework | Python algorithmic trading bot framework for Kubernetes: backtesting, hyperparameter optimization, 150+ technical analysis indicators (RSI, MACD, Bollinger Bands, ADX), portfolio management, PostgreSQL integration, Helm deployment, CronJob scheduling. Minimal overhead, production-ready, Yahoo Finance data. | True | False | False | False | JustinGuese/python_tradingbot_framework |
| 207 | QTradeX-AI-Agents | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2025-05-25 | 19 | https://github.com/squidKid-deluxe/QTradeX-AI-Agents | Example strategies for the QTradeX platfrom. | True | False | False | False | squidKid-deluxe/QTradeX-AI-Agents |
| 208 | QTradeX-Algo-Trading-SDK | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-25 | 72 | https://github.com/squidKid-deluxe/QTradeX-Algo-Trading-SDK | AI-powered SDK featuring algorithmic trading, backtesting, deployment on 100+ exchanges, and multiple optimization engines. | True | False | False | False | squidKid-deluxe/QTradeX-Algo-Trading-SDK |
| 209 | antback | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2025-11-12 | 15 | https://github.com/ts-kontakt/antback | A lightweight, event-loop-style backtest engine that allows a function-driven imperative style using efficient stateful helper functions and data containers. | True | False | False | False | ts-kontakt/antback |
| 210 | VARRD | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-04 | 20 | https://github.com/augiemazza/varrd | AI-powered trading edge discovery platform that validates trading ideas with event studies, statistical tests, and real market data. Web app, MCP server, CLI (`pip install varrd`), and Python SDK. | True | False | False | False | augiemazza/varrd |
| 211 | JIT-Optimization-Engine | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-03-22 | 1 | https://github.com/cloudsealed/JIT-Optimization-Engine | High-performance analytical core using LLVM JIT (Numba) to process large-scale telemetry for quant diagnostics. | True | False | False | False | cloudsealed/JIT-Optimization-Engine |
| 212 | backtester-mcp | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-04-17 | 2 | https://pypi.org/project/backtester-mcp/ | Local-first backtesting engine with built-in overfitting checks (PBO, deflated Sharpe, bootstrap CI, walk-forward) and a native MCP server for AI agents. [GitHub](https://github.com/bcosm/backtester-mcp) | True | False | True | False | bcosm/backtester-mcp |
| 213 | backtest | R | R | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2015-09-17 | 0 | https://cran.r-project.org/web/packages/backtest/index.html | Exploring Portfolio-Based Conjectures About Financial Instruments. | False | True | False | False | |
| 214 | pa | R | R | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2023-08-21 | 0 | https://cran.r-project.org/web/packages/pa/index.html | Performance Attribution for Equity Portfolios. | False | True | False | False | |
| 215 | QuantTools | R | R | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 0 | https://quanttools.bitbucket.io/_site/index.html | Enhanced Quantitative Trading Modelling. | False | False | False | False | ||
| 216 | blotter | R | R | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2024-12-13 | 117 | https://github.com/braverock/blotter | Transaction infrastructure for defining instruments, transactions, portfolios and accounts for trading systems and simulation. Provides portfolio support for multi-asset class and multi-currency portfolios. Actively maintained and developed. | True | False | False | False | braverock/blotter |
| 217 | quantstrat | R | R | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2023-09-14 | 302 | https://github.com/braverock/quantstrat | Transaction-oriented infrastructure for constructing trading systems and simulation. Provides support for multi-asset class and multi-currency portfolios for backtesting and other financial research. | True | False | False | False | braverock/quantstrat |
| 218 | QUANTAXIS | Matlab | Matlab | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-02-28 | 10714 | https://github.com/yutiansut/quantaxis | Integrated Quantitative Toolbox with Matlab. | True | False | False | False | yutiansut/quantaxis |
| 219 | PROJ_Option_Pricing_Matlab | Matlab | Matlab | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2024-11-19 | 207 | 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. | True | False | False | False | jkirkby3/PROJ_Option_Pricing_Matlab |
| 220 | Fastback.jl | Julia | Julia | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-05 | 20 | https://github.com/rbeeli/Fastback.jl | Blazing fast Julia backtester. | True | False | False | False | rbeeli/Fastback.jl |
| 221 | Lucky.jl | Julia | Julia | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-09 | 28 | https://github.com/oliviermilla/Lucky.jl | Modular, asynchronous trading engine in pure Julia. | True | False | False | False | oliviermilla/Lucky.jl |
| 222 | Strategems.jl | Julia | Julia | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2021-04-06 | 167 | https://github.com/dysonance/Strategems.jl | Quantitative systematic trading strategy development and backtesting. | True | False | False | False | dysonance/Strategems.jl |
| 223 | ccxt | JavaScript | JavaScript,Python,PHP | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 42946 | https://github.com/ccxt/ccxt | A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges. | True | False | False | False | ccxt/ccxt |
| 224 | binance-fix-connector-python | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-26 | 0 | https://github.com/AlexanderMerkel/binance-fix-connector-python | Async Python connector for Binance Spot FIX sessions with Order Entry, Market Data, and Drop Copy support. | True | False | False | False | AlexanderMerkel/binance-fix-connector-python |
| 225 | TradeClaw | JavaScript | JavaScript | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-14 | 32 | https://github.com/naimkatiman/tradeclaw | Open-source AI trading signal platform with RSI/MACD/EMA confluence scoring, real-time signals for 10+ assets, self-hostable with one Docker command. | True | False | False | False | naimkatiman/tradeclaw |
| 226 | Jiji | Ruby | Ruby | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2019-01-22 | 250 | https://github.com/unageanu/jiji2 | Open Source Forex algorithmic trading framework using OANDA REST API. | True | False | False | False | unageanu/jiji2 |
| 227 | Tai | Elixir/Erlang | Elixir/Erlang | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2024-12-06 | 498 | https://github.com/fremantle-capital/tai | Open Source composable, real time, market data and trade execution toolkit. | True | False | False | False | fremantle-capital/tai |
| 228 | Workbench | Elixir/Erlang | Elixir/Erlang | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2022-06-06 | 121 | https://github.com/fremantle-industries/workbench | From Idea to Execution - Manage your trading operation across a globally distributed cluster. | True | False | False | False | fremantle-industries/workbench |
| 229 | Prop | Elixir/Erlang | Elixir/Erlang | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2022-06-06 | 57 | https://github.com/fremantle-industries/prop | An open and opinionated trading platform using productive & familiar open source libraries and tools for strategy research, execution and operation. | True | False | False | False | fremantle-industries/prop |
| 230 | Kelp | Golang | Golang | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2021-11-26 | 1123 | https://github.com/stellar/kelp | Kelp is an open-source Golang algorithmic cryptocurrency trading bot that runs on centralized exchanges and Stellar DEX (command-line usage and desktop GUI). | True | False | False | False | stellar/kelp |
| 231 | TradeFrame | CPP | CPP | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-03-05 | 662 | https://github.com/rburkholder/trade-frame | C++ 17 based framework/library (with sample applications) for testing options based automated trading ideas using DTN IQ real time data feed and Interactive Brokers (TWS API) for trade execution. Comes with built-in [Option Greeks/IV](https://github.com/rburkholder/trade-frame/tree/master/lib/TFOptions) calculation library. | True | False | False | False | rburkholder/trade-frame |
| 232 | Hikyuu | Python | Python,C++ | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 3254 | https://github.com/fasiondog/hikyuu | A base on Python/C++ open source high-performance quant framework for faster analysis and backtesting, contains the complete trading system components for reuse and combination. You can use python or c++ freely. | True | False | False | False | fasiondog/hikyuu |
| 233 | OrderMatchingEngine | CPP | CPP | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-01-11 | 147 | https://github.com/PIYUSH-KUMAR1809/order-matching-engine | A production-grade, lock-free, high-frequency trading matching engine achieving 150M+ orders/sec. | True | False | False | False | PIYUSH-KUMAR1809/order-matching-engine |
| 234 | PandoraTrader | CPP | CPP | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2025-07-29 | 1415 | https://github.com/pegasusTrader/PandoraTrader | A C++ CTP trading framework, with very clear logic. | True | False | False | False | pegasusTrader/PandoraTrader |
| 235 | NexusFix | CPP | CPP | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-04-27 | 57 | https://github.com/SilverstreamsAI/NexusFix | C++23 FIX protocol engine with zero-copy parsing and SIMD acceleration, 3x faster than QuickFIX. | True | False | False | False | SilverstreamsAI/NexusFix |
| 236 | QuantConnect | CSharp | CSharp | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-16 | 19924 | https://github.com/QuantConnect/Lean | Lean Engine is an open-source fully managed C# algorithmic trading engine built for desktop and cloud usage. | True | False | False | False | QuantConnect/Lean |
| 237 | StockSharp | CSharp | CSharp | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-15 | 10125 | https://github.com/StockSharp/StockSharp | Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options). | True | False | False | False | StockSharp/StockSharp |
| 238 | TDAmeritrade.DotNetCore | CSharp | CSharp | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2023-03-10 | 56 | https://github.com/NVentimiglia/TDAmeritrade.DotNetCore | Free, open-source .NET Client for the TD Ameritrade Trading Platform. Helps developers integrate TD Ameritrade API into custom trading solutions. | True | False | False | False | NVentimiglia/TDAmeritrade.DotNetCore |
| 239 | Barter | Rust | Rust | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-05-09 | 2169 | https://github.com/barter-rs/barter-rs | Open-source Rust framework for building event-driven live-trading & backtesting systems. | True | False | False | False | barter-rs/barter-rs |
| 240 | LFEST | Rust | Rust | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-04-07 | 81 | https://github.com/MathisWellmann/lfest-rs | Simulated perpetual futures exchange to trade your strategy against. | True | False | False | False | MathisWellmann/lfest-rs |
| 241 | OpenFinClaw | Python | Python,Rust | Trading & Backtesting | Trading & Backtesting | trading-backtesting | error | 0 | https://github.com/cryptoSUN2049/openFinclaw | AI-native one-person hedge fund platform with Rust trading engine. Natural language → strategy → backtest → execution in 60s. Multi-market (US/HK/CN/Crypto), self-evolving strategy pipeline. Built on OpenClaw (68K+ stars). | True | False | False | False | cryptoSUN2049/openFinclaw |
| 242 | Sextant | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-04-05 | 1 | https://github.com/raphaub-hub/SEXTANT | Local event-driven backtesting engine with no-code strategy builder and FRED vintage, ALFRED, yFinance support. | True | False | False | False | raphaub-hub/SEXTANT |
| 243 | TradeClaw | Node.js | Node.js,TypeScript | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-14 | 32 | https://github.com/naimkatiman/tradeclaw | Open-source self-hosted AI trading signal platform. Generates buy/sell signals using RSI, MACD, EMA, Bollinger Bands for forex, crypto and commodities. Deployable via Docker Compose. ([Demo](https://tradeclaw.win/dashboard)) | True | False | False | False | naimkatiman/tradeclaw |
| 244 | ShowMe | Python | Python,Rust,TypeScript | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-09 | 3 | https://github.com/nazmiefearmutcu/showMe | Open-source native macOS market cockpit. 12-timeframe consensus scan across 3370 symbols (crypto + equity + ETF + FX + commodity + bond), 23 technical indicators with per-market calibration, real WebSocket streaming. Tauri shell + Python sidecar (FastAPI) + React UI; 110+ exchanges via ccxt. | True | False | False | False | nazmiefearmutcu/showMe |
| 245 | TBV1 | Python | Python | Trading & Backtesting | Trading & Backtesting | trading-backtesting | 2026-06-09 | 2 | https://github.com/nazmiefearmutcu/TRADING-BOT | Crypto perpetual-futures bot with a 7-tab web dashboard and a 15-indicator consensus engine voting across 12 timeframes (1m → 1d). Paper-mode by default. Includes packaged macOS reference build and Windows distribution. | True | False | False | False | nazmiefearmutcu/TRADING-BOT |
| 246 | AutoHypothesis | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-04-22 | 57 | https://github.com/arteemg/AutoHypothesis | An agentic framework that mimics the real quant trading pipeline to find alpha: economic hypothesis, in-sample iteration, and out-of-sample validation. | True | False | False | False | arteemg/AutoHypothesis |
| 247 | skfolio | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-05-16 | 2027 | https://github.com/skfolio/skfolio | Python library for portfolio optimization built on top of scikit-learn. It provides a unified interface and sklearn compatible tools to build, tune and cross-validate portfolio models. | True | False | False | False | skfolio/skfolio |
| 248 | PyPortfolioOpt | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-03-10 | 5791 | https://github.com/robertmartin8/PyPortfolioOpt | Financial portfolio optimization in python, including classical efficient frontier and advanced methods. | True | False | False | False | robertmartin8/PyPortfolioOpt |
| 249 | Eiten | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2020-09-21 | 3243 | https://github.com/tradytics/eiten | Eiten is an open source toolkit by Tradytics that implements various statistical and algorithmic investing strategies such as Eigen Portfolios, Minimum Variance Portfolios, Maximum Sharpe Ratio Portfolios, and Genetic Algorithms based Portfolios. | True | False | False | False | tradytics/eiten |
| 250 | riskparity.py | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2024-05-27 | 322 | https://github.com/dppalomar/riskparity.py | fast and scalable design of risk parity portfolios with TensorFlow 2.0. | True | False | False | False | dppalomar/riskparity.py |
| 251 | mlfinlab | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2021-12-01 | 4834 | https://github.com/hudson-and-thames/mlfinlab | Implementations regarding "Advances in Financial Machine Learning" by Marcos Lopez de Prado. (Feature Engineering, Financial Data Structures, Meta-Labeling). | True | False | False | False | hudson-and-thames/mlfinlab |
| 252 | DeepDow | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2024-01-24 | 1150 | https://github.com/jankrepl/deepdow | Portfolio optimization with deep learning. | True | False | False | False | jankrepl/deepdow |
| 253 | QuantLibRisks | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-04-02 | 20 | https://github.com/auto-differentiation/QuantLib-Risks-Py | Fast risks with QuantLib. | True | False | False | False | auto-differentiation/QuantLib-Risks-Py |
| 254 | XAD | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-04-02 | 19 | https://github.com/auto-differentiation/xad-py | Automatic Differentation (AAD) Library. | True | False | False | False | auto-differentiation/xad-py |
| 255 | pyfolio | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2020-02-28 | 6332 | https://github.com/quantopian/pyfolio | Portfolio and risk analytics in Python. | True | False | False | False | quantopian/pyfolio |
| 256 | etfray | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-06-01 | 6 | https://github.com/alwank/etfray | Terminal-based ETF research and portfolio analytics application for holdings, exposure, concentration, margin, and risk workflows. | True | False | False | False | alwank/etfray |
| 257 | empyrical | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2020-10-14 | 1491 | https://github.com/quantopian/empyrical | Common financial risk and performance metrics. | True | False | False | False | quantopian/empyrical |
| 258 | fecon235 | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2018-12-03 | 1274 | https://github.com/rsvp/fecon235 | Computational tools for financial economics include: Gaussian Mixture model of leptokurtotic risk, adaptive Boltzmann portfolios. | True | False | False | False | rsvp/fecon235 |
| 259 | finance | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2014-03-24 | 0 | https://pypi.org/project/finance/ | Financial Risk Calculations. Optimized for ease of use through class construction and operator overload. | False | False | True | False | |
| 260 | qfrm | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2015-12-12 | 0 | https://pypi.org/project/qfrm/ | Quantitative Financial Risk Management: awesome OOP tools for measuring, managing and visualizing risk of financial instruments and portfolios. (Last updated: 2015-12-12). | False | False | True | False | |
| 261 | visualize-wealth | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2015-06-10 | 148 | https://github.com/benjaminmgross/visualize-wealth | Portfolio construction and quantitative analysis. | True | False | False | False | benjaminmgross/visualize-wealth |
| 262 | VisualPortfolio | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2017-02-28 | 107 | https://github.com/wegamekinglc/VisualPortfolio | This tool is used to visualize the performance of a portfolio. | True | False | False | False | wegamekinglc/VisualPortfolio |
| 263 | universal-portfolios | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-04-15 | 857 | https://github.com/Marigold/universal-portfolios | Collection of algorithms for online portfolio selection. | True | False | False | False | Marigold/universal-portfolios |
| 264 | FinQuant | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2023-09-03 | 1779 | https://github.com/fmilthaler/FinQuant | A program for financial portfolio management, analysis and optimization. | True | False | False | False | fmilthaler/FinQuant |
| 265 | Empyrial | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2025-09-14 | 1065 | https://github.com/ssantoshp/Empyrial | Portfolio's risk and performance analytics and returns predictions. | True | False | False | False | ssantoshp/Empyrial |
| 266 | risktools | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2024-12-07 | 40 | https://github.com/bbcho/risktools-dev | Risk tools for use within the crude and crude products trading space with partial implementation of R's PerformanceAnalytics. | True | False | False | False | bbcho/risktools-dev |
| 267 | Riskfolio-Lib | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-06-03 | 4276 | https://github.com/dcajasn/Riskfolio-Lib | Portfolio Optimization and Quantitative Strategic Asset Allocation in Python. | True | False | False | False | dcajasn/Riskfolio-Lib |
| 268 | empyrical-reloaded | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2025-07-29 | 111 | https://github.com/stefan-jansen/empyrical-reloaded | Common financial risk and performance metrics. [empyrical](https://github.com/quantopian/empyrical) fork. | True | False | False | False | stefan-jansen/empyrical-reloaded |
| 269 | pyfolio-reloaded | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2025-06-02 | 592 | https://github.com/stefan-jansen/pyfolio-reloaded | Portfolio and risk analytics in Python. [pyfolio](https://github.com/quantopian/pyfolio) fork. | True | False | False | False | stefan-jansen/pyfolio-reloaded |
| 270 | fortitudo.tech | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-05-07 | 298 | https://github.com/fortitudo-tech/fortitudo.tech | Conditional Value-at-Risk (CVaR) portfolio optimization and Entropy Pooling views / stress-testing in Python. | True | False | False | False | fortitudo-tech/fortitudo.tech |
| 271 | quantitative-finance-tools | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2025-12-13 | 4 | https://github.com/omichauhan-lgtm/quantitative-finance-tools | Library for portfolio optimization (MVO) and rigorous risk metrics (VaR/CVaR). | True | False | False | False | omichauhan-lgtm/quantitative-finance-tools |
| 272 | curistat | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 0 | https://github.com/moxiespirit/MyClone/tree/main/volatility_platform | Futures volatility forecasting platform for ES/NQ. Proprietary CVN rating (1-10), regime detection (CRC composite), 8 directional signals, economic event impact analytics. Includes MCP server for AI agent integration. | True | False | False | False | ||
| 273 | Prop Trader Compass | Python | Python | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 0 | https://otto-ships.github.io/prop-trader-compass/ | Interactive risk and payout calculator for Futures and CFD traders; features one-time fee firm comparisons. | False | False | False | False | ||
| 274 | portfolio | R | R | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2024-08-19 | 17 | https://github.com/dgerlanc/portfolio | Analysing equity portfolios. | True | False | False | False | dgerlanc/portfolio |
| 275 | sparseIndexTracking | R | R | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2023-05-28 | 59 | https://github.com/dppalomar/sparseIndexTracking | Portfolio design to track an index. | True | False | False | False | dppalomar/sparseIndexTracking |
| 276 | riskParityPortfolio | R | R | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2022-11-15 | 122 | https://github.com/dppalomar/riskParityPortfolio | Blazingly fast design of risk parity portfolios. | True | False | False | False | dppalomar/riskParityPortfolio |
| 277 | PortfolioAnalytics | R | R | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-06-15 | 103 | https://github.com/braverock/PortfolioAnalytics | Portfolio Analysis, Including Numerical Methods for Optimizationof Portfolios. | True | False | False | False | braverock/PortfolioAnalytics |
| 278 | PerformanceAnalytics | R | R | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-04-13 | 235 | https://github.com/braverock/PerformanceAnalytics | Econometric tools for performance and risk analysis. | True | False | False | False | braverock/PerformanceAnalytics |
| 279 | OnlinePortfolioAnalytics.jl | Julia | Julia | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-04-13 | 13 | https://github.com/femtotrader/OnlinePortfolioAnalytics.jl | A Julia quantitative portfolio analytics (risk / performance) via online algorithms. | True | False | False | False | femtotrader/OnlinePortfolioAnalytics.jl |
| 280 | RiskPerf.jl | Julia | Julia | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-04-12 | 15 | https://github.com/rbeeli/RiskPerf.jl | Quantitative risk and performance analysis package for financial time series powered by the Julia language. | True | False | False | False | rbeeli/RiskPerf.jl |
| 281 | portfolio-allocation | JavaScript | JavaScript | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2022-08-11 | 187 | https://github.com/lequant40/portfolio_allocation_js | PortfolioAllocation is a JavaScript library designed to help constructing financial portfolios made of several assets: bonds, commodities, cryptocurrencies, currencies, exchange traded funds (ETFs), mutual funds, stocks... | True | False | False | False | lequant40/portfolio_allocation_js |
| 282 | Ghostfolio | JavaScript | JavaScript | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-06-16 | 8744 | https://github.com/ghostfolio/ghostfolio | Wealth management software to keep track of financial assets like stocks, ETFs or cryptocurrencies and make solid, data-driven investment decisions. | True | False | False | False | ghostfolio/ghostfolio |
| 283 | rebalance | JavaScript | JavaScript | Portfolio Optimization & Risk Analysis | Portfolio Optimization & Risk Analysis | portfolio-optimization-risk-analysis | 2026-03-01 | 2 | https://github.com/cjroth/rebalance | Interactive portfolio rebalancing tool that imports brokerage CSV data, sets target allocations, and generates trade instructions. | True | False | False | False | cjroth/rebalance |
| 284 | Alpha Skills | Python | Python | Factor Analysis | Factor Analysis | factor-analysis | 2026-04-14 | 51 | https://github.com/VernonOY/alpha-skills | AI skills for quantitative factor research: discover, evaluate, mine, backtest, and monitor factors through any AI coding assistant. Supports A-share, HK, and US markets. | True | False | False | False | VernonOY/alpha-skills |
| 285 | alphalens | Python | Python | Factor Analysis | Factor Analysis | factor-analysis | 2020-04-27 | 4329 | https://github.com/quantopian/alphalens | Performance analysis of predictive alpha factors. | True | False | False | False | quantopian/alphalens |
| 286 | alphalens-reloaded | Python | Python | Factor Analysis | Factor Analysis | factor-analysis | 2025-06-02 | 597 | https://github.com/stefan-jansen/alphalens-reloaded | Performance analysis of predictive (alpha) stock factors. | True | False | False | False | stefan-jansen/alphalens-reloaded |
| 287 | Spectre | Python | Python | Factor Analysis | Factor Analysis | factor-analysis | 2025-04-15 | 809 | https://github.com/Heerozh/spectre | GPU-accelerated Factors analysis library and Backtester. | True | False | False | False | Heerozh/spectre |
| 288 | QuantGPT | Python | Python | Factor Analysis | Factor Analysis | factor-analysis | 2026-05-20 | 335 | https://github.com/Miasyster/QuantGPT | Agent-driven A-share factor research engine with 8 MCP tools covering hypothesis design, backtesting, scoring, and anti-overfit detection. | True | False | False | False | Miasyster/QuantGPT |
| 289 | quant-lab-alpha | Python | Python | Factor Analysis | Factor Analysis | factor-analysis | 2026-05-17 | 34 | https://github.com/husainm97/quant-lab-alpha | Open-source investment analytics platform bridging academic research and retail finance. | True | False | False | False | husainm97/quant-lab-alpha |
| 290 | covFactorModel | R | R | Factor Analysis | Factor Analysis | factor-analysis | 2019-03-25 | 38 | https://github.com/dppalomar/covFactorModel | Covariance matrix estimation via factor models. | True | False | False | False | dppalomar/covFactorModel |
| 291 | FactorAnalytics | R | R | Factor Analysis | Factor Analysis | factor-analysis | 2024-12-12 | 85 | https://github.com/braverock/FactorAnalytics | The FactorAnalytics package contains fitting and analysis methods for the three main types of factor models used in conjunction with portfolio construction, optimization and risk management, namely fundamental factor models, time series factor models and statistical factor models. | True | False | False | False | braverock/FactorAnalytics |
| 292 | Expected Returns | R | R | Factor Analysis | Factor Analysis | factor-analysis | 2025-08-12 | 57 | https://github.com/JustinMShea/ExpectedReturns | Solutions for enhancing portfolio diversification and replications of seminal papers with R, most of which are discussed in one of the best investment references of the recent decade, Expected Returns: An Investors Guide to Harvesting Market Rewards by Antti Ilmanen. | True | False | False | False | JustinMShea/ExpectedReturns |
| 293 | Asset News Sentiment Analyzer | Python | Python | Sentiment Analysis & Alternative Data | Sentiment Analysis & Alternative Data | sentiment-analysis-alternative-data | 2024-07-27 | 197 | https://github.com/KVignesh122/AssetNewsSentimentAnalyzer | Sentiment analysis and report generation package for financial assets and securities utilizing GPT models. | True | False | False | False | KVignesh122/AssetNewsSentimentAnalyzer |
| 294 | Social Stock Sentiment API | Python | Python | Sentiment Analysis & Alternative Data | Sentiment Analysis & Alternative Data | sentiment-analysis-alternative-data | 0 | https://api.adanos.org/docs | REST API analyzing Reddit and X/Twitter for stock mentions and sentiment, providing buzz scores, trending stocks, and AI-generated trend explanations. | False | False | False | False | ||
| 295 | CoWorker Fin-Agent | Python | Python | Sentiment Analysis & Alternative Data | Sentiment Analysis & Alternative Data | sentiment-analysis-alternative-data | 2026-04-04 | 18 | https://github.com/ZiwayZhao/agent-coworker | LLM-powered A-share stock analysis via P2P agent collaboration. Technical analysis (MA60, volume-price patterns, golden eye), deep research reports using proprietary methodology, and market state summaries. Analysis logic stays private via Skill-as-API protocol. | True | False | False | False | ZiwayZhao/agent-coworker |
| 296 | StockKit | TypeScript | TypeScript | Sentiment Analysis & Alternative Data | Sentiment Analysis & Alternative Data | sentiment-analysis-alternative-data | 2026-05-07 | 1 | https://stockkit.net/ | Free AI-powered stock research reports for US, China & HK using Claude Opus and multi-model AI with 20+ technical indicators. [GitHub](https://github.com/kentmswood-ui/stockkit) | True | False | False | False | kentmswood-ui/stockkit |
| 297 | ARCH | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-06-16 | 1533 | https://github.com/bashtage/arch | ARCH models in Python. | True | False | False | False | bashtage/arch |
| 298 | statsmodels | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-06-16 | 11463 | http://statsmodels.sourceforge.net | Python module that allows users to explore data, estimate statistical models, and perform statistical tests. [GitHub](https://github.com/statsmodels/statsmodels) | True | False | False | False | statsmodels/statsmodels |
| 299 | dynts | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2016-11-02 | 87 | https://github.com/quantmind/dynts | Python package for timeseries analysis and manipulation. | True | False | False | False | quantmind/dynts |
| 300 | PyFlux | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2018-12-16 | 2141 | https://github.com/RJT1990/pyflux | Python library for timeseries modelling and inference (frequentist and Bayesian) on models. | True | False | False | False | RJT1990/pyflux |
| 301 | tsfresh | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-06-08 | 9249 | https://github.com/blue-yonder/tsfresh | Automatic extraction of relevant features from time series. | True | False | False | False | blue-yonder/tsfresh |
| 302 | Facebook Prophet | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-02-02 | 20231 | https://github.com/facebook/prophet | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. | True | False | False | False | facebook/prophet |
| 303 | tsmoothie | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2023-11-23 | 772 | https://github.com/cerlymarco/tsmoothie | A python library for time-series smoothing and outlier detection in a vectorized way. | True | False | False | False | cerlymarco/tsmoothie |
| 304 | pmdarima | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2025-11-17 | 1725 | 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. | True | False | False | False | alkaline-ml/pmdarima |
| 305 | gluon-ts | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-06-16 | 5199 | https://github.com/awslabs/gluon-ts | vProbabilistic time series modeling in Python. | True | False | False | False | awslabs/gluon-ts |
| 306 | OmniOracle | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-03-23 | 6 | https://github.com/cesabici-bit/omni-oracle | Automatic discovery of non-trivial statistical relationships across 500+ time series from FRED, World Bank, EIA, and NOAA using mutual information screening, lagged MI directional testing, and FDR correction. | True | False | False | False | cesabici-bit/omni-oracle |
| 307 | functime | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-05-03 | 1180 | 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. | True | False | False | False | functime-org/functime |
| 308 | wasserstein-btc | Python | Python | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-05-24 | 1 | https://github.com/AccursedGalaxy/wasserstein-btc | Distributional forecasting of crypto log-returns by tangent-space geodesic extrapolation on the 2-Wasserstein manifold (quantile-function coordinates). Walk-forward CRPS evaluation over 6.75 years across 4 assets × 3 horizons; benchmarked against classical baselines (Static / RW-Drift / HS-Bootstrap / GARCH-N / GARCH-t / GJR-GARCH-t) and a named-econometric panel (HAR-RV, CAViaR-SAV, Markov-switching Normal, FIGARCH, AR(1) Stochastic Volatility, bivariate VAR+GARCH). [Live dashboard](https://accursedgalaxy.github.io/wasserstein-btc/). | True | False | False | False | AccursedGalaxy/wasserstein-btc |
| 309 | tseries | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-03-26 | 0 | https://cran.r-project.org/web/packages/tseries/index.html | Time Series Analysis and Computational Finance. | False | True | False | False | |
| 310 | fGarch | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2025-12-12 | 0 | https://cran.r-project.org/web/packages/fGarch/index.html | Rmetrics - Autoregressive Conditional Heteroskedastic Modelling. | False | True | False | False | |
| 311 | timeSeries | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2025-12-12 | 0 | https://cran.r-project.org/web/packages/timeSeries/index.html | Rmetrics - Financial Time Series Objects. | False | True | False | False | |
| 312 | rugarch | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-03-13 | 31 | https://github.com/alexiosg/rugarch | Univariate GARCH Models. | True | False | False | False | alexiosg/rugarch |
| 313 | rmgarch | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2025-08-31 | 18 | https://github.com/alexiosg/rmgarch | Multivariate GARCH Models. | True | False | False | False | alexiosg/rmgarch |
| 314 | tidypredict | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2021-09-28 | 3 | https://github.com/edgararuiz/tidypredict | Run predictions inside the database <https://tidypredict.netlify.com/>. | True | False | False | False | edgararuiz/tidypredict |
| 315 | tidyquant | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-03-16 | 910 | https://github.com/business-science/tidyquant | Bringing financial analysis to the tidyverse. | True | False | False | False | business-science/tidyquant |
| 316 | timetk | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2025-08-29 | 644 | https://github.com/business-science/timetk | A toolkit for working with time series in R. | True | False | False | False | business-science/timetk |
| 317 | tibbletime | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2024-12-03 | 177 | https://github.com/business-science/tibbletime | Built on top of the tidyverse, tibbletime is an extension that allows for the creation of time aware tibbles through the setting of a time index. | True | False | False | False | business-science/tibbletime |
| 318 | matrixprofile | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2022-11-25 | 385 | https://github.com/matrix-profile-foundation/matrixprofile | Time series data mining library built on top of the novel Matrix Profile data structure and algorithms. | True | False | False | False | matrix-profile-foundation/matrixprofile |
| 319 | garchmodels | R | R | Time Series Analysis | Time Series Analysis | time-series-analysis | 2022-08-11 | 35 | https://github.com/AlbertoAlmuinha/garchmodels | A parsnip backend for GARCH models. | True | False | False | False | AlbertoAlmuinha/garchmodels |
| 320 | TimeSeries.jl | Julia | Julia | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-03-30 | 369 | https://github.com/JuliaStats/TimeSeries.jl | Time series toolkit for Julia. | True | False | False | False | JuliaStats/TimeSeries.jl |
| 321 | TimeFrames.jl | Julia | Julia | Time Series Analysis | Time Series Analysis | time-series-analysis | 2026-03-09 | 4 | https://github.com/femtotrader/TimeFrames.jl | A Julia library that defines TimeFrame (essentially for resampling TimeSeries). | True | False | False | False | femtotrader/TimeFrames.jl |
| 322 | BTC Orderbook Microstructure Research | Jupyter Notebook | Jupyter Notebook | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-21 | 5 | https://github.com/whoareunot/btc-orderbook-research | statistical analysis of Binance BTC/USDT orderbook: OBI, CVD, spread. | True | False | False | False | whoareunot/btc-orderbook-research |
| 323 | OpenBB Terminal | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-03 | 69287 | https://github.com/OpenBB-finance/OpenBBTerminal | Terminal for investment research for everyone. | True | False | False | False | OpenBB-finance/OpenBBTerminal |
| 324 | Fincept Terminal | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-13 | 26936 | https://github.com/Fincept-Corporation/FinceptTerminal | Advance Data Based A.I Terminal for all Types of Financial Asset Research. | True | False | False | False | Fincept-Corporation/FinceptTerminal |
| 325 | yfinance | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-28 | 24291 | https://github.com/ranaroussi/yfinance | Yahoo! Finance market data downloader (+faster Pandas Datareader). | True | False | False | False | ranaroussi/yfinance |
| 326 | coinpaprika-api-python-client | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-02 | 18 | https://github.com/coinpaprika/coinpaprika-api-python-client | Free crypto market data API client. 12,000+ coins, 350+ exchanges, tickers, OHLCV, historical prices. No API key for free tier. | True | False | False | False | coinpaprika/coinpaprika-api-python-client |
| 327 | defeatbeta-api | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-10 | 662 | https://github.com/defeat-beta/defeatbeta-api | An open-source alternative to Yahoo Finance's market data APIs with higher reliability. | True | False | False | False | defeat-beta/defeatbeta-api |
| 328 | financekit-mcp | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-17 | 4 | https://github.com/vdalhambra/financekit-mcp | MCP server (Model Context Protocol) exposing 17 tools for AI agents to perform quantitative analysis: real-time stock quotes, full technical analysis (RSI, MACD, Bollinger, ADX, Stochastic, ATR, OBV + pattern detection with structured verdicts), crypto prices via CoinGecko, risk metrics (VaR, Sharpe, Sortino, Beta, Max Drawdown), correlation matrix, options chains, earnings calendar, sector rotation, and portfolio analysis. Works with Claude Desktop, Cursor, Windsurf. No API keys for core tools. FastMCP 3.2. | True | False | False | False | vdalhambra/financekit-mcp |
| 329 | dexpaprika-sdk-python | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-02 | 9 | https://github.com/coinpaprika/dexpaprika-sdk-python | Free DEX data API client. 34 blockchains, 30M+ pools, 27M+ tokens, real-time SSE streaming, OHLCV. No API key needed. | True | False | False | False | coinpaprika/dexpaprika-sdk-python |
| 330 | pricehub | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-21 | 37 | https://github.com/eslazarev/pricehub | Unified package for collecting OHLC prices from Binance, Bybit, Coinbase, OKX, Kraken, KuCoin, and Bitget (spot & futures) into a DataFrame, with flexible timestamp inputs and a wide range of intervals. | True | False | False | False | eslazarev/pricehub |
| 331 | Helium MCP | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-16 | 8 | https://heliumtrades.com/mcp-page/ | Live stock/ETF/crypto data with AI-generated bull/bear cases and price forecasts, proprietary ML options pricing with probability ITM and fair value, and news bias scoring across 5,000+ sources. Available as MCP server or API. Free tier: 50 queries, no signup. [GitHub](https://github.com/connerlambden/helium-mcp) | True | False | False | False | connerlambden/helium-mcp |
| 332 | findatapy | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-11 | 2057 | https://github.com/cuemacro/findatapy | Python library to download market data via Bloomberg, Quandl, Yahoo etc. | True | False | False | False | cuemacro/findatapy |
| 333 | googlefinance | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2018-09-23 | 826 | https://github.com/hongtaocai/googlefinance | Python module to get real-time stock data from Google Finance API. | True | False | False | False | hongtaocai/googlefinance |
| 334 | Horus Flow | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-16 | 1 | https://github.com/horustechltd/horus-flow-mcp | Sub-second L2 orderflow intelligence MCP server for institutional-grade market microstructure analysis. | True | False | False | False | horustechltd/horus-flow-mcp |
| 335 | yahoo-finance | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2021-12-15 | 1439 | https://github.com/lukaszbanasiak/yahoo-finance | Python module to get stock data from Yahoo! Finance. | True | False | False | False | lukaszbanasiak/yahoo-finance |
| 336 | pandas-datareader | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2025-04-03 | 3216 | https://github.com/pydata/pandas-datareader | Python module to get data from various sources (Google Finance, Yahoo Finance, FRED, OECD, Fama/French, World Bank, Eurostat...) into Pandas datastructures such as DataFrame, Panel with a caching mechanism. | True | False | False | False | pydata/pandas-datareader |
| 337 | pandas-finance | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2025-03-07 | 160 | https://github.com/davidastephens/pandas-finance | High level API for access to and analysis of financial data. | True | False | False | False | davidastephens/pandas-finance |
| 338 | pyhoofinance | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2016-10-07 | 9 | https://github.com/innes213/pyhoofinance | Rapidly queries Yahoo Finance for multiple tickers and returns typed data for analysis. | True | False | False | False | innes213/pyhoofinance |
| 339 | yfinanceapi | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2020-05-26 | 9 | https://github.com/Karthik005/yfinanceapi | Finance API for Python. | True | False | False | False | Karthik005/yfinanceapi |
| 340 | yql-finance | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2015-08-29 | 16 | https://github.com/slawek87/yql-finance | yql-finance is simple and fast. API returns stock closing prices for current period of time and current stock ticker (i.e. APPL, GOOGL). | True | False | False | False | slawek87/yql-finance |
| 341 | ystockquote | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2017-03-10 | 537 | https://github.com/cgoldberg/ystockquote | Retrieve stock quote data from Yahoo Finance. | True | False | False | False | cgoldberg/ystockquote |
| 342 | jugaad-data | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-03-16 | 531 | https://github.com/jugaad-py/jugaad-data | Download historical and live stock data from NSE (National Stock Exchange of India), BSE, and RBI. | True | False | False | False | jugaad-py/jugaad-data |
| 343 | nsetools | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2025-03-18 | 893 | https://github.com/vsjha18/nsetools | Python library for extracting real-time data from National Stock Exchange (India). | True | False | False | False | vsjha18/nsetools |
| 344 | bsedata | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | error | 0 | https://github.com/sdrdis/bsedata | Python library for extracting real-time data from Bombay Stock Exchange (India). | True | False | False | False | sdrdis/bsedata |
| 345 | nse-insights-api | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | error | 0 | https://github.com/pratik-choudhari/nse-insights | Unofficial NSE India API for stock quotes, indices, historical data and more. | True | False | False | False | pratik-choudhari/nse-insights |
| 346 | wallstreet | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2024-03-09 | 1660 | https://github.com/mcdallas/wallstreet | Real time stock and option data. | True | False | False | False | mcdallas/wallstreet |
| 347 | stock_extractor | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2016-09-10 | 51 | https://github.com/ZachLiuGIS/stock_extractor | General Purpose Stock Extractors from Online Resources. | True | False | False | False | ZachLiuGIS/stock_extractor |
| 348 | Stockex | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2021-09-15 | 33 | https://github.com/cttn/Stockex | Python wrapper for Yahoo! Finance API. | True | False | False | False | cttn/Stockex |
| 349 | SwapAPI | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-03 | 22 | https://swapapi.dev | Free DEX aggregator API returning executable swap calldata across 46 EVM chains. No API key required. [GitHub](https://github.com/swap-api/swap-api) | True | False | False | False | swap-api/swap-api |
| 350 | finsymbols | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2017-07-23 | 123 | https://github.com/skillachie/finsymbols | Obtains stock symbols and relating information for SP500, AMEX, NYSE, and NASDAQ. | True | False | False | False | skillachie/finsymbols |
| 351 | FRB | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2018-12-22 | 181 | https://github.com/avelkoski/FRB | Python Client for FRED® API. | True | False | False | False | avelkoski/FRB |
| 352 | inquisitor | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2019-10-10 | 56 | https://github.com/econdb/inquisitor | Python Interface to Econdb.com API. | True | False | False | False | econdb/inquisitor |
| 353 | yfi | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2016-02-12 | 2 | https://github.com/nickelkr/yfi | Yahoo! YQL library. | True | False | False | False | nickelkr/yfi |
| 354 | chinesestockapi | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2015-03-21 | 0 | https://pypi.org/project/chinesestockapi/ | Python API to get Chinese stock price. (Last updated: 2015-03-21). | False | False | True | False | |
| 355 | exchange | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2015-07-07 | 18 | https://github.com/akarat/exchange | Get current exchange rate. | True | False | False | False | akarat/exchange |
| 356 | unirate-api | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-26 | 1 | https://github.com/UniRate-API/unirate-api-python | Client for UniRateAPI providing real-time and historical exchange rates for 170+ fiat and crypto currencies plus VAT rates, with a free tier and no credit card required. | True | False | False | False | UniRate-API/unirate-api-python |
| 357 | Chart Library | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-10 | 17 | https://github.com/grahammccain/chart-library-mcp | Historical chart pattern similarity search API. 24M+ pre-computed embeddings across 15K+ symbols and 10 years of data using pgvector. Returns forward returns, regime analysis, and pattern detection. Also available as MCP server. [Website](https://chartlibrary.io) | True | False | False | False | grahammccain/chart-library-mcp |
| 358 | ticks | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2016-01-08 | 16 | https://github.com/jamescnowell/ticks | Simple command line tool to get stock ticker data. | True | False | False | False | jamescnowell/ticks |
| 359 | pybbg | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2015-01-20 | 53 | https://github.com/bpsmith/pybbg | Python interface to Bloomberg COM APIs. | True | False | False | False | bpsmith/pybbg |
| 360 | ccy | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-03-28 | 95 | https://github.com/lsbardel/ccy | Python module for currencies. | True | False | False | False | lsbardel/ccy |
| 361 | tushare | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2024-08-27 | 0 | https://pypi.org/project/tushare/ | A utility for crawling historical and Real-time Quotes data of China stocks. (Last updated: 2024-08-27). | False | False | True | False | |
| 362 | edinetdb | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 0 | https://edinetdb.com/ | Free API and MCP server for Japanese company financials. Normalizes EDINET XBRL across JP-GAAP, IFRS, and US-GAAP for 3,800+ listed companies with 90 metrics, screening, and securities report text. | False | False | False | False | ||
| 363 | edinet-mcp | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-22 | 12 | https://github.com/ajtgjmdjp/edinet-mcp | Parse Japanese XBRL financial statements from EDINET with 161 normalized labels, 26 financial metrics, and multi-company screening. | True | False | False | False | ajtgjmdjp/edinet-mcp |
| 364 | estat-mcp | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-05 | 5 | https://github.com/ajtgjmdjp/estat-mcp | Access Japanese government statistics (e-Stat) covering population, GDP, CPI, labor, and trade data with MCP integration and Polars export. | True | False | False | False | ajtgjmdjp/estat-mcp |
| 365 | tdnet-disclosure-mcp | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-03-02 | 3 | https://github.com/ajtgjmdjp/tdnet-disclosure-mcp | Access Japanese timely disclosures (TDNet) via MCP. Retrieve earnings, dividends, forecasts, buybacks, and other filings for 4,000+ listed companies. No API key required. | True | False | False | False | ajtgjmdjp/tdnet-disclosure-mcp |
| 366 | bigtech-ai-stakes | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-09 | 2 | https://github.com/YichengYang-Ethan/bigtech-ai-stakes | Open dataset of U.S. public-company equity stakes in Anthropic and OpenAI from primary 10-K / 10-Q / 8-K filings, court records, and press releases. Each row tagged with a confidence flag (V verified, P probable, S speculative). | True | False | False | False | YichengYang-Ethan/bigtech-ai-stakes |
| 367 | cn_stock_src | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2016-02-29 | 34 | https://github.com/jealous/cn_stock_src | Utility for retrieving basic China stock data from different sources. | True | False | False | False | jealous/cn_stock_src |
| 368 | coinmarketcap | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2023-05-23 | 435 | https://github.com/barnumbirr/coinmarketcap | Python API for coinmarketcap. | True | False | False | False | barnumbirr/coinmarketcap |
| 369 | coinpulse | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-01-09 | 2 | https://github.com/soutone/coinpulse-python | Python SDK for cryptocurrency portfolio tracking with real-time prices, P/L calculations, and price alerts. Free tier available. | True | False | False | False | soutone/coinpulse-python |
| 370 | after-hours | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2020-06-22 | 38 | https://github.com/datawrestler/after-hours | Obtain pre market and after hours stock prices for a given symbol. | True | False | False | False | datawrestler/after-hours |
| 371 | bronto-python | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2015-02-27 | 0 | https://pypi.org/project/bronto-python/ | Bronto API Integration for Python. [GitHub](https://github.com/Scotts-Marketplace/bronto-python) | True | False | True | False | Scotts-Marketplace/bronto-python |
| 372 | pytdx | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2020-04-15 | 1541 | https://github.com/rainx/pytdx | Python Interface for retrieving chinese stock realtime quote data from TongDaXin Nodes. | True | False | False | False | rainx/pytdx |
| 373 | pdblp | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2024-12-14 | 254 | https://github.com/matthewgilbert/pdblp | A simple interface to integrate pandas and the Bloomberg Open API. | True | False | False | False | matthewgilbert/pdblp |
| 374 | tiingo | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2025-06-22 | 309 | https://github.com/hydrosquall/tiingo-python | Python interface for daily composite prices/OHLC/Volume + Real-time News Feeds, powered by the Tiingo Data Platform. | True | False | False | False | hydrosquall/tiingo-python |
| 375 | iexfinance | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-15 | 647 | https://github.com/addisonlynch/iexfinance | Python Interface for retrieving real-time and historical prices and equities data from The Investor's Exchange. | True | False | False | False | addisonlynch/iexfinance |
| 376 | pyEX | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2024-02-05 | 409 | https://github.com/timkpaine/pyEX | Python interface to IEX with emphasis on pandas, support for streaming data, premium data, points data (economic, rates, commodities), and technical indicators. | True | False | False | False | timkpaine/pyEX |
| 377 | alpaca-trade-api | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2024-01-12 | 1875 | https://github.com/alpacahq/alpaca-trade-api-python | Python interface for retrieving real-time and historical prices from Alpaca API as well as trade execution. | True | False | False | False | alpacahq/alpaca-trade-api-python |
| 378 | metatrader5 | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-04 | 0 | https://pypi.org/project/MetaTrader5/ | API Connector to MetaTrader 5 Terminal. (Last updated: 2026-02-20). | False | False | True | False | |
| 379 | akshare | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-27 | 20423 | https://github.com/jindaxiang/akshare | AkShare is an elegant and simple financial data interface library for Python, built for human beings! <https://akshare.readthedocs.io>. | True | False | False | False | jindaxiang/akshare |
| 380 | yahooquery | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2025-05-15 | 912 | https://github.com/dpguthrie/yahooquery | Python interface for retrieving data through unofficial Yahoo Finance API. | True | False | False | False | dpguthrie/yahooquery |
| 381 | investpy | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2022-10-02 | 1835 | https://github.com/alvarobartt/investpy | Financial Data Extraction from Investing.com with Python! <https://investpy.readthedocs.io/>. | True | False | False | False | alvarobartt/investpy |
| 382 | yliveticker | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-03-28 | 170 | https://github.com/yahoofinancelive/yliveticker | Live stream of market data from Yahoo Finance websocket. | True | False | False | False | yahoofinancelive/yliveticker |
| 383 | bbgbridge | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2020-01-07 | 2 | https://github.com/ran404/bbgbridge | Easy to use Bloomberg Desktop API wrapper for Python. | True | False | False | False | ran404/bbgbridge |
| 384 | polygon.io | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-26 | 1465 | https://github.com/polygon-io/client-python | A python library for Polygon.io financial data APIs. | True | False | False | False | polygon-io/client-python |
| 385 | alpha_vantage | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-07 | 4835 | https://github.com/RomelTorres/alpha_vantage | A python wrapper for Alpha Vantage API for financial data. | True | False | False | False | RomelTorres/alpha_vantage |
| 386 | oilpriceapi | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-03-29 | 0 | https://github.com/OilpriceAPI/python-sdk | Python SDK for real-time oil and commodity prices (WTI, Brent, Urals, natural gas, coal) with OpenBB integration. | True | False | False | False | OilpriceAPI/python-sdk |
| 387 | FinanceDataReader | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-13 | 1503 | https://github.com/FinanceData/FinanceDataReader | Open Source Financial data reader for U.S, Korean, Japanese, Chinese, Vietnamese Stocks. | True | False | False | False | FinanceData/FinanceDataReader |
| 388 | pystlouisfed | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2024-01-09 | 21 | https://github.com/TomasKoutek/pystlouisfed | Python client for Federal Reserve Bank of St. Louis API - FRED, ALFRED, GeoFRED and FRASER. | True | False | False | False | TomasKoutek/pystlouisfed |
| 389 | python-bcb | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-15 | 115 | https://github.com/wilsonfreitas/python-bcb | Python interface to Brazilian Central Bank web services. | True | False | False | False | wilsonfreitas/python-bcb |
| 390 | swiss-finance-data | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-13 | 3 | https://github.com/EMen11/swiss-finance-data | Python package for Swiss financial data (SNB Policy Rate, SARON, CHF FX rates, CPI, SMI equities, Confederation bond yields) from official SNB sources. | True | False | False | False | EMen11/swiss-finance-data |
| 391 | market-prices | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-28 | 100 | https://github.com/maread99/market_prices | Create meaningful OHLCV datasets from knowledge of [exchange-calendars](https://github.com/gerrymanoim/exchange_calendars) (works out-the-box with data from Yahoo Finance). | True | False | False | False | maread99/market_prices |
| 392 | tardis-python | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-16 | 144 | https://github.com/tardis-dev/tardis-python | Python interface for Tardis.dev high frequency crypto market data. | True | False | False | False | tardis-dev/tardis-python |
| 393 | lake-api | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2025-11-02 | 72 | https://github.com/crypto-lake/lake-api | Python interface for Crypto Lake high frequency crypto market data. | True | False | False | False | crypto-lake/lake-api |
| 394 | tessa | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-09 | 53 | https://github.com/ymyke/tessa | simple, hassle-free access to price information of financial assets (currently based on yfinance and pycoingecko), including search and a symbol class. | True | False | False | False | ymyke/tessa |
| 395 | pandaSDMX | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2023-02-25 | 133 | https://github.com/dr-leo/pandaSDMX | Python package that implements SDMX 2.1 (ISO 17369:2013), a format for exchange of statistical data and metadata used by national statistical agencies, central banks, and international organisations. | True | False | False | False | dr-leo/pandaSDMX |
| 396 | cif | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2022-06-18 | 65 | https://github.com/LenkaV/CIF | Python package that include few composite indicators, which summarize multidimensional relationships between individual economic indicators. | True | False | False | False | LenkaV/CIF |
| 397 | finagg | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-03-22 | 538 | https://github.com/theOGognf/finagg | finagg is a Python package that provides implementations of popular and free financial APIs, tools for aggregating historical data from those APIs into SQL databases, and tools for transforming aggregated data into features useful for analysis and AI/ML. | True | False | False | False | theOGognf/finagg |
| 398 | FinanceDatabase | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-14 | 7909 | https://github.com/JerBouma/FinanceDatabase | This is a database of 300.000+ symbols containing Equities, ETFs, Funds, Indices, Currencies, Cryptocurrencies and Money Markets. | True | False | False | False | JerBouma/FinanceDatabase |
| 399 | Trading Strategy | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 0 | https://github.com/tradingstrategy-ai/trading-strategy/ | download price data for decentralised exchanges and lending protocols (DeFi). | True | False | False | False | ||
| 400 | datamule-python | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-15 | 545 | https://github.com/john-friedman/datamule-python | A package to work with SEC data. Incorporates datamule endpoints. | True | False | False | False | john-friedman/datamule-python |
| 401 | fsynth | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2025-12-27 | 7 | https://github.com/welcra/fsynth | Python library for high-fidelity unlimited synthetic financial data generation using Heston Stochastic Volatility and Merton Jump Diffusion. | True | False | False | False | welcra/fsynth |
| 402 | fedfred | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 0 | https://nikhilxsunder.github.io/fedfred/ | FRED & GeoFRED Economic data API with preprocessed dataframe output in pandas/geopandas, polars/polars_st, and dask dataframes/geodataframes. | False | False | False | False | ||
| 403 | edgar-sec | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 0 | https://nikhilxsunder.github.io/edgar-sec/ | EDGAR Financial data API with preprocessed dataclass outputs. | False | False | False | False | ||
| 404 | edgartools | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-15 | 2358 | https://github.com/dgunning/edgartools | AI-native SEC EDGAR library with XBRL financials, clean text extraction, 17+ typed forms, and pandas DataFrames. | True | False | False | False | dgunning/edgartools |
| 405 | FilingFirehose | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-10 | 1 | https://filingfirehose.com | SEC EDGAR JSON API: body-text-classified 8-Ks flagging buried events (7.3% of Item 8.01 filings), Schedule 13D/G with 21+ activist filers auto-tagged, S-3/424B5 ATM offering detection. Also exposed as MCP server, ChatGPT GPT, and GitHub Action. Free public tier covers last 72h. [GitHub](https://github.com/jaablon/filingfirehose-python) | True | False | False | False | jaablon/filingfirehose-python |
| 406 | FXMacroData | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-15 | 8 | https://fxmacrodata.com/ | Real-time forex macroeconomic API for all major currency pairs sourced from central bank announcements. [GitHub](https://github.com/fxmacrodata/fxmacrodata) | True | False | False | False | fxmacrodata/fxmacrodata |
| 407 | uk-sic-codes | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | error | 0 | https://github.com/borschai/uk-sic-codes | UK SIC 2007 industry classification code lookup, search, and validation. 731 codes, 21 sections. [PyPI](https://pypi.org/project/uk-sic-codes/) | True | False | False | False | borschai/uk-sic-codes |
| 408 | uk-company-number | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | error | 0 | https://github.com/borschai/uk-company-number | Validate, format, and identify UK Companies House company numbers. Supports all 27 prefixes. [PyPI](https://pypi.org/project/uk-company-number/) | True | False | False | False | borschai/uk-company-number |
| 409 | veroq-python | Python | Python | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-03-31 | 0 | https://github.com/Veroq-api/veroq-python | Financial intelligence API with verified market data, trading signals, sentiment analysis, and fact-checking across 1,061+ tickers. [PyPI](https://pypi.org/project/veroq/) | True | False | False | False | Veroq-api/veroq-python |
| 410 | IBrokers | R | R | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2022-11-16 | 0 | https://cran.r-project.org/web/packages/IBrokers/index.html | Provides native R access to Interactive Brokers Trader Workstation API. | False | True | False | False | |
| 411 | Rblpapi | R | R | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-01-10 | 175 | https://github.com/Rblp/Rblpapi | An R Interface to 'Bloomberg' is provided via the 'Blp API'. | True | False | False | False | Rblp/Rblpapi |
| 412 | Rbitcoin | R | R | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2016-10-25 | 57 | https://github.com/jangorecki/Rbitcoin | Unified markets API interface (bitstamp, kraken, btce, bitmarket). | True | False | False | False | jangorecki/Rbitcoin |
| 413 | GetTDData | R | R | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-04 | 26 | https://github.com/msperlin/GetTDData | Downloads and aggregates data for Brazilian government issued bonds directly from the website of Tesouro Direto. | True | False | False | False | msperlin/GetTDData |
| 414 | GetHFData | R | R | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2020-06-30 | 41 | https://github.com/msperlin/GetHFData | Downloads and aggregates high frequency trading data for Brazilian instruments directly from Bovespa ftp site. | True | False | False | False | msperlin/GetHFData |
| 415 | td | R | R | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-02-12 | 18 | https://github.com/eddelbuettel/td | Interfaces the 'twelvedata' API for stocks and (digital and standard) currencies. | True | False | False | False | eddelbuettel/td |
| 416 | rbcb | R | R | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2024-01-23 | 99 | https://github.com/wilsonfreitas/rbcb | R interface to Brazilian Central Bank web services. | True | False | False | False | wilsonfreitas/rbcb |
| 417 | rb3 | R | R | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2025-11-01 | 95 | https://github.com/ropensci/rb3 | A bunch of downloaders and parsers for data delivered from B3. | True | False | False | False | ropensci/rb3 |
| 418 | simfinapi | R | R | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2025-08-13 | 21 | https://github.com/matthiasgomolka/simfinapi | Makes 'SimFin' data (<https://simfin.com/>) easily accessible in R. | True | False | False | False | matthiasgomolka/simfinapi |
| 419 | tidyfinance | R | R | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-06 | 23 | https://github.com/tidy-finance/r-tidyfinance | Tidy Finance helper functions to download financial data and process the raw data into a structured Format (tidy data), including. | True | False | False | False | tidy-finance/r-tidyfinance |
| 420 | CcyConv.jl | Julia | Julia | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-06-15 | 24 | https://github.com/bhftbootcamp/CcyConv.jl | Currency conversion library for Julia. | True | False | False | False | bhftbootcamp/CcyConv.jl |
| 421 | CryptoExchangeAPIs.jl | Julia | Julia | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-04 | 29 | https://github.com/bhftbootcamp/CryptoExchangeAPIs.jl | A Julia library for cryptocurrency exchange APIs. | True | False | False | False | bhftbootcamp/CryptoExchangeAPIs.jl |
| 422 | MarketData.jl | Julia | Julia | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-03-30 | 164 | https://github.com/JuliaQuant/MarketData.jl | Time series market data. | True | False | False | False | JuliaQuant/MarketData.jl |
| 423 | OnlineResamplers.jl | Julia | Julia | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-01-06 | 2 | https://github.com/femtotrader/OnlineResamplers.jl | High-performance Julia package for real-time resampling of financial market data. | True | False | False | False | femtotrader/OnlineResamplers.jl |
| 424 | PENDAX | JavaScript | JavaScript | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2024-05-09 | 48 | https://github.com/CompendiumFi/PENDAX-SDK | Javascript SDK for Trading/Data API and Websockets for FTX, FTXUS, OKX, Bybit, & More. | True | False | False | False | CompendiumFi/PENDAX-SDK |
| 425 | PreReason | JavaScript | JavaScript | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-04-12 | 3 | https://github.com/PreReason/mcp | Pre-analyzed Bitcoin and macro market briefings for AI agents. 17 contexts with trend signals, confidence scores, and regime classification via REST API and MCP. | True | False | False | False | PreReason/mcp |
| 426 | marketstore | Golang | Golang | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | error | 0 | https://github.com/alpacahq/marketstore | DataFrame Server for Financial Timeseries Data. | True | False | False | False | alpacahq/marketstore |
| 427 | fin-stream | Rust | Rust | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-03-23 | 9 | https://github.com/Mattbusel/fin-stream | Real-time market data streaming in Rust: lock-free SPSC ring buffer, 100K+ ticks/second ingestion, multi-timeframe OHLCV construction, and Lorentz transforms on financial time series. | True | False | False | False | Mattbusel/fin-stream |
| 428 | finalytics | Rust | Rust | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 2026-05-01 | 69 | https://github.com/Nnamdi-sys/finalytics | A rust library for financial data analysis. | True | False | False | False | Nnamdi-sys/finalytics |
| 429 | Coinugget | Web | Web | Market Data & Data Sources | Market Data & Data Sources | market-data-data-sources | 0 | https://coinugget.com | Real-time RSI signals, price action & volume spikes dashboard across multiple exchanges. Free, no sign-up required. | False | False | False | False | ||
| 430 | pmxt | Python | Python,JavaScript | Prediction Markets | Prediction Markets | prediction-markets | 2026-06-15 | 1895 | https://github.com/pmxt-dev/pmxt | The CCXT for prediction markets. A unified API for trading on Polymarket, Kalshi, and more. | True | False | False | False | pmxt-dev/pmxt |
| 431 | polymarket-whales | Python | Python | Prediction Markets | Prediction Markets | prediction-markets | 2026-03-20 | 52 | https://github.com/al1enjesus/polymarket-whales | Real-time whale trade tracker for Polymarket — terminal alerts + Telegram notifications when large orders hit the book. | True | False | False | False | al1enjesus/polymarket-whales |
| 432 | Polymarket Scanner API | Python | Python | Prediction Markets | Prediction Markets | prediction-markets | 2026-03-14 | 3 | https://github.com/vesper-astrena/polymarket-scanner-api | Real-time arbitrage detection API for Polymarket prediction markets, scanning 12,000+ markets for mispricings. | True | False | False | False | vesper-astrena/polymarket-scanner-api |
| 433 | SimpleFunctions | JavaScript | JavaScript | Prediction Markets | Prediction Markets | prediction-markets | 2026-06-16 | 10 | https://github.com/spfunctions/simplefunctions-cli | Prediction market intelligence CLI for Kalshi and Polymarket. Causal thesis models, edge detection, 24/7 orderbook monitoring, what-if scenarios, and trade execution. MCP server for AI agent integration. | True | False | False | False | spfunctions/simplefunctions-cli |
| 434 | pmxt | Python | Python,JavaScript | Prediction Markets | Prediction Markets | prediction-markets | 2026-06-15 | 1895 | https://github.com/pmxt-dev/pmxt | The CCXT for prediction markets. A unified API for trading on Polymarket, Kalshi, and more. | True | False | False | False | pmxt-dev/pmxt |
| 435 | PolyMind | Python | Python | Prediction Markets | Prediction Markets | prediction-markets | 2026-06-10 | 0 | https://polyminds.netlify.app/ | Real-time Polymarket trading alerts with multi-AI analysis (Groq, Claude, Gemini). Track whale bets, volume spikes, coordinated wallets, and 12 signal types. Free tier available. [GitHub](https://github.com/samirasadov28-code/PolyMind) | True | False | False | False | samirasadov28-code/PolyMind |
| 436 | prediction-market-maker | Python | Python | Prediction Markets | Prediction Markets | prediction-markets | 2026-04-10 | 18 | https://github.com/octavi42/prediction-market-maker | Open-source market-making strategy that placed #2 in Paradigm's prediction market challenge, with full strategy evolution and analysis. | True | False | False | False | octavi42/prediction-market-maker |
| 437 | Oracle3 | Python | Python | Prediction Markets | Prediction Markets | prediction-markets | 2026-05-07 | 252 | https://github.com/YichengYang-Ethan/oracle3 | Autonomous trading agent for Kalshi, Polymarket, and Solana — Wang Transform pricing (calibrated on 291k resolved contracts) drives eight constraint-based arbitrage strategies and Kelly-sized model trades. | True | False | False | False | YichengYang-Ethan/oracle3 |
| 438 | exchange_calendars | Python | Python | Calendars & Market Hours | Calendars & Market Hours | calendars-market-hours | 2026-06-04 | 636 | https://github.com/gerrymanoim/exchange_calendars | Stock Exchange Trading Calendars. | True | False | False | False | gerrymanoim/exchange_calendars |
| 439 | bizdays | Python | Python | Calendars & Market Hours | Calendars & Market Hours | calendars-market-hours | 2026-03-08 | 90 | https://github.com/wilsonfreitas/python-bizdays | Business days calculations and utilities. | True | False | False | False | wilsonfreitas/python-bizdays |
| 440 | pandas_market_calendars | Python | Python | Calendars & Market Hours | Calendars & Market Hours | calendars-market-hours | 2026-05-27 | 974 | https://github.com/rsheftel/pandas_market_calendars | Exchange calendars to use with pandas for trading applications. | True | False | False | False | rsheftel/pandas_market_calendars |
| 441 | timeDate | R | R | Calendars & Market Hours | Calendars & Market Hours | calendars-market-hours | 2026-01-28 | 0 | https://cran.r-project.org/web/packages/timeDate/index.html | Chronological and Calendar Objects. | False | True | False | False | |
| 442 | bizdays | R | R | Calendars & Market Hours | Calendars & Market Hours | calendars-market-hours | 2025-01-08 | 57 | https://github.com/wilsonfreitas/R-bizdays | Business days calculations and utilities. | True | False | False | False | wilsonfreitas/R-bizdays |
| 443 | D-Tale | Python | Python | Visualization | Visualization | visualization | 2026-05-11 | 5169 | https://github.com/man-group/dtale | Visualizer for pandas dataframes and xarray datasets. | True | False | False | False | man-group/dtale |
| 444 | mplfinance | Python | Python | Visualization | Visualization | visualization | 2024-04-02 | 4385 | https://github.com/matplotlib/mplfinance | matplotlib utilities for the visualization, and visual analysis, of financial data. | True | False | False | False | matplotlib/mplfinance |
| 445 | finplot | Python | Python | Visualization | Visualization | visualization | 2026-03-26 | 1154 | https://github.com/highfestiva/finplot | Performant and effortless finance plotting for Python. | True | False | False | False | highfestiva/finplot |
| 446 | finvizfinance | Python | Python | Visualization | Visualization | visualization | 2026-01-03 | 1430 | https://github.com/lit26/finvizfinance | Finviz analysis python library. | True | False | False | False | lit26/finvizfinance |
| 447 | market-analy | Python | Python | Visualization | Visualization | visualization | 2026-05-29 | 78 | https://github.com/maread99/market_analy | Analysis and interactive charting using [market-prices](https://github.com/maread99/market_prices) and bqplot. | True | False | False | False | maread99/market_analy |
| 448 | QuantInvestStrats | Python | Python | Visualization | Visualization | visualization | 2026-06-01 | 572 | https://github.com/ArturSepp/QuantInvestStrats | Quantitative Investment Strategies (QIS) package implements Python analytics for visualisation of financial data, performance reporting, analysis of quantitative strategies. | True | False | False | False | ArturSepp/QuantInvestStrats |
| 449 | LightweightCharts.jl | Julia | Julia | Visualization | Visualization | visualization | 2026-05-05 | 52 | https://github.com/bhftbootcamp/LightweightCharts.jl | Julia wrapper for Lightweight Charts™ by TradingView. | True | False | False | False | bhftbootcamp/LightweightCharts.jl |
| 450 | QUANTAXIS_Webkit | JavaScript | JavaScript | Visualization | Visualization | visualization | 2017-07-30 | 37 | https://github.com/yutiansut/QUANTAXIS_Webkit | An awesome visualization center based on quantaxis. | True | False | False | False | yutiansut/QUANTAXIS_Webkit |
| 451 | dxcharts-lite | JavaScript | JavaScript | Visualization | Visualization | visualization | 2026-05-25 | 96 | https://github.com/devexperts/dxcharts-lite | Flexible financial charting library based on HTML5 canvas. | True | False | False | False | devexperts/dxcharts-lite |
| 452 | Bilig | TypeScript | TypeScript | Excel & Spreadsheet Integration | Excel & Spreadsheet Integration | excel-spreadsheet-integration | 2026-06-12 | 30 | https://github.com/proompteng/bilig | Formula WorkPaper and XLSX recalculation runtime for Node.js services and agent tools. | True | False | False | False | proompteng/bilig |
| 453 | xlwings | Python | Python | Excel & Spreadsheet Integration | Excel & Spreadsheet Integration | excel-spreadsheet-integration | 2026-06-16 | 3362 | https://www.xlwings.org/ | Make Excel fly with Python. [GitHub](https://github.com/xlwings/xlwings) | True | False | False | False | xlwings/xlwings |
| 454 | openpyxl | Python | Python | Excel & Spreadsheet Integration | Excel & Spreadsheet Integration | excel-spreadsheet-integration | 0 | https://openpyxl.readthedocs.io/en/latest/ | Read/Write Excel 2007 xlsx/xlsm files. | False | False | False | False | ||
| 455 | xlrd | Python | Python | Excel & Spreadsheet Integration | Excel & Spreadsheet Integration | excel-spreadsheet-integration | 2025-06-14 | 2205 | https://github.com/python-excel/xlrd | Library for developers to extract data from Microsoft Excel spreadsheet files. | True | False | False | False | python-excel/xlrd |
| 456 | xlsxwriter | Python | Python | Excel & Spreadsheet Integration | Excel & Spreadsheet Integration | excel-spreadsheet-integration | 2026-03-22 | 3948 | https://xlsxwriter.readthedocs.io/ | Write files in the Excel 2007+ XLSX file format. [GitHub](https://github.com/jmcnamara/XlsxWriter) | True | False | False | False | jmcnamara/XlsxWriter |
| 457 | xlwt | Python | Python | Excel & Spreadsheet Integration | Excel & Spreadsheet Integration | excel-spreadsheet-integration | 2018-09-16 | 1044 | https://github.com/python-excel/xlwt | Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform. | True | False | False | False | python-excel/xlwt |
| 458 | xlloop | Python | Python | Excel & Spreadsheet Integration | Excel & Spreadsheet Integration | excel-spreadsheet-integration | 2018-03-10 | 110 | http://xlloop.sourceforge.net | XLLoop is an open source framework for implementing Excel user-defined functions (UDFs) on a centralised server (a function server). [GitHub](https://github.com/poidasmith/xlloop) | True | False | False | False | poidasmith/xlloop |
| 459 | expy | Python | Python | Excel & Spreadsheet Integration | Excel & Spreadsheet Integration | excel-spreadsheet-integration | 0 | http://www.bnikolic.co.uk/expy/expy.html | The ExPy add-in allows easy use of Python directly from within an Microsoft Excel spreadsheet, both to execute arbitrary code and to define new Excel functions. | False | False | False | False | ||
| 460 | pyxll | Python | Python | Excel & Spreadsheet Integration | Excel & Spreadsheet Integration | excel-spreadsheet-integration | 0 | https://www.pyxll.com | PyXLL is an Excel add-in that enables you to extend Excel using nothing but Python code. | False | False | False | False | ||
| 461 | Jupyter Quant | Python | Python | Quant Research Environments | Quant Research Environments | quant-research-environments | 2024-06-14 | 20 | https://github.com/gnzsnz/jupyter-quant | A dockerized Jupyter quant research environment with preloaded tools for quant analysis, statsmodels, pymc, arch, py_vollib, zipline-reloaded, PyPortfolioOpt, etc. | True | False | False | False | gnzsnz/jupyter-quant |
| 462 | RunMat | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2026-06-16 | 222 | https://runmat.org | High performance, Open Source, MATLAB syntax runtime. [GitHub](https://github.com/runmat-org/runmat) | True | False | False | False | runmat-org/runmat | ||
| 463 | QuantLibRisks | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2026-05-13 | 40 | https://github.com/auto-differentiation/QuantLib-Risks-Cpp | Fast risks with QuantLib in C++. | True | False | False | False | auto-differentiation/QuantLib-Risks-Cpp | ||
| 464 | XAD | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2026-06-12 | 421 | https://github.com/auto-differentiation/xad | Automatic Differentation (AAD) Library. | True | False | False | False | auto-differentiation/xad | ||
| 465 | QuantLib | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2026-06-16 | 7258 | https://github.com/lballabio/QuantLib | The QuantLib project is aimed at providing a comprehensive software framework for quantitative finance. | True | False | False | False | lballabio/QuantLib | ||
| 466 | JQuantLib | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2016-02-26 | 153 | https://github.com/frgomes/jquantlib | Java port. | True | False | False | False | frgomes/jquantlib | ||
| 467 | RQuantLib | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2026-06-09 | 132 | https://github.com/eddelbuettel/rquantlib | R port. | True | False | False | False | eddelbuettel/rquantlib | ||
| 468 | QuantLibAddin | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 0 | https://www.quantlib.org/quantlibaddin/ | Excel support. | False | False | False | False | ||||
| 469 | QuantLibXL | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 0 | https://www.quantlib.org/quantlibxl/ | Excel support. | False | False | False | False | ||||
| 470 | QLNet | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2026-06-09 | 426 | https://github.com/amaggiulli/qlnet | .Net port. | True | False | False | False | amaggiulli/qlnet | ||
| 471 | PyQL | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2025-08-20 | 1309 | https://github.com/enthought/pyql | Python port. | True | False | False | False | enthought/pyql | ||
| 472 | QuantLib.jl | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2020-02-18 | 144 | https://github.com/pazzo83/QuantLib.jl | Julia port. | True | False | False | False | pazzo83/QuantLib.jl | ||
| 473 | QuantLib-Python Documentation | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 0 | https://quantlib-python-docs.readthedocs.io/ | Documentation for the Python bindings for the QuantLib library. | False | False | False | False | ||||
| 474 | TA-Lib | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2026-06-11 | 1606 | https://ta-lib.org | perform technical analysis of financial market data. [GitHub](https://github.com/TA-Lib/ta-lib) | True | False | False | False | TA-Lib/ta-lib | ||
| 475 | RunMat | Cross-Language Frameworks | Cross-Language Frameworks | cross-language-frameworks | 2026-06-16 | 222 | https://github.com/runmat-org/runmat | Rust runtime for MATLAB-syntax array math with automatic CPU/GPU execution and fused kernels for quant simulations. | True | False | False | False | runmat-org/runmat | ||
| 476 | Special-Relativity-in-Financial-Modeling | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2026-03-23 | 11 | https://github.com/Mattbusel/Special-Relativity-in-Financial-Modeling | C++20 implementation of special-relativistic geometry applied to OHLCV data: Lorentz factors, spacetime intervals, Christoffel symbols, and geodesic deviation signals from live market data. DOI: 10.5281/zenodo.18639919. | True | False | False | False | Mattbusel/Special-Relativity-in-Financial-Modeling | ||
| 477 | Auto-Differentiation Website | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 0 | https://auto-differentiation.github.io/ | Background and resources on Automatic Differentiation (AD) / Adjoint Algorithmic Differentitation (AAD). | False | False | False | False | ||||
| 478 | Derman Papers | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2017-10-21 | 529 | https://github.com/MarcosCarreira/DermanPapers | Notebooks that replicate original quantitative finance papers from Emanuel Derman. | True | False | False | False | MarcosCarreira/DermanPapers | ||
| 479 | volatility-trading | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2024-10-21 | 1930 | https://github.com/jasonstrimpel/volatility-trading | A complete set of volatility estimators based on Euan Sinclair's Volatility Trading. | True | False | False | False | jasonstrimpel/volatility-trading | ||
| 480 | quant | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2015-07-14 | 429 | https://github.com/paulperry/quant | Quantitative Finance and Algorithmic Trading exhaust; mostly ipython notebooks based on Quantopian, Zipline, or Pandas. | True | False | False | False | paulperry/quant | ||
| 481 | fecon235 | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2018-12-03 | 1274 | https://github.com/rsvp/fecon235 | Open source project for software tools in financial economics. Many jupyter notebook to verify theoretical ideas and practical methods interactively. | True | False | False | False | rsvp/fecon235 | ||
| 482 | Quantitative-Notebooks | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2020-07-02 | 1371 | https://github.com/LongOnly/Quantitative-Notebooks | Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy. | True | False | False | False | LongOnly/Quantitative-Notebooks | ||
| 483 | QuantEcon | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 0 | https://quantecon.org/ | Lecture series on economics, finance, econometrics and data science; QuantEcon.py, QuantEcon.jl, notebooks. | False | False | False | False | ||||
| 484 | FinanceHub | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2021-05-25 | 796 | https://github.com/Finance-Hub/FinanceHub | Resources for Quantitative Finance. | True | False | False | False | Finance-Hub/FinanceHub | ||
| 485 | Python_Option_Pricing | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-05-13 | 850 | https://github.com/dedwards25/Python_Option_Pricing | An library to price financial options written in Python. Includes: Black Scholes, Black 76, Implied Volatility, American, European, Asian, Spread Options. | True | False | False | False | dedwards25/Python_Option_Pricing | ||
| 486 | python-training | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2023-11-27 | 13571 | https://github.com/jpmorganchase/python-training | J.P. Morgan's Python training for business analysts and traders. | True | False | False | False | jpmorganchase/python-training | ||
| 487 | Stock_Analysis_For_Quant | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-05-04 | 2027 | https://github.com/LastAncientOne/Stock_Analysis_For_Quant | Different Types of Stock Analysis in Excel, Matlab, Power BI, Python, R, and Tableau. | True | False | False | False | LastAncientOne/Stock_Analysis_For_Quant | ||
| 488 | algorithmic-trading-with-python | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2021-06-01 | 3404 | https://github.com/chrisconlan/algorithmic-trading-with-python | Source code for Algorithmic Trading with Python (2020) by Chris Conlan. | True | False | False | False | chrisconlan/algorithmic-trading-with-python | ||
| 489 | MEDIUM_NoteBook | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2024-09-22 | 2138 | https://github.com/cerlymarco/MEDIUM_NoteBook | Repository containing notebooks of [cerlymarco](https://github.com/cerlymarco)'s posts on Medium. | True | False | False | False | cerlymarco/MEDIUM_NoteBook | ||
| 490 | QuantFinance | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-09-02 | 619 | https://github.com/PythonCharmers/QuantFinance | Training materials in quantitative finance. | True | False | False | False | PythonCharmers/QuantFinance | ||
| 491 | IPythonScripts | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2026-02-28 | 178 | https://github.com/mgroncki/IPythonScripts | Tutorials about Quantitative Finance in Python and QuantLib: Pricing, xVAs, Hedging, Portfolio Optimisation, Machine Learning and Deep Learning. | True | False | False | False | mgroncki/IPythonScripts | ||
| 492 | Computational-Finance-Course | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2024-03-01 | 561 | https://github.com/LechGrzelak/Computational-Finance-Course | Materials for the course of Computational Finance. | True | False | False | False | LechGrzelak/Computational-Finance-Course | ||
| 493 | Machine-Learning-for-Asset-Managers | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-01-29 | 641 | https://github.com/emoen/Machine-Learning-for-Asset-Managers | Implementation of code snippets, exercises and application to live data from Machine Learning for Asset Managers (Elements in Quantitative Finance) written by Prof. Marcos López de Prado. | True | False | False | False | emoen/Machine-Learning-for-Asset-Managers | ||
| 494 | Python-for-Finance-Cookbook | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2026-03-02 | 792 | https://github.com/PacktPublishing/Python-for-Finance-Cookbook | Python for Finance Cookbook, published by Packt. | True | False | False | False | PacktPublishing/Python-for-Finance-Cookbook | ||
| 495 | modelos_vol_derivativos | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2023-08-19 | 59 | https://github.com/ysaporito/modelos_vol_derivativos | "Modelos de Volatilidade para Derivativos" book's Jupyter notebooks. | True | False | False | False | ysaporito/modelos_vol_derivativos | ||
| 496 | NMOF | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-10-27 | 38 | https://github.com/enricoschumann/NMOF | Functions, examples and data from the first and the second edition of "Numerical Methods and Optimization in Finance" by M. Gilli, D. Maringer and E. Schumann (2019, ISBN:978-0128150658). | True | False | False | False | enricoschumann/NMOF | ||
| 497 | py4fi2nd | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-06-06 | 2230 | https://github.com/yhilpisch/py4fi2nd | Jupyter Notebooks and code for Python for Finance (2nd ed., O'Reilly) by Yves Hilpisch. | True | False | False | False | yhilpisch/py4fi2nd | ||
| 498 | aiif | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2023-10-09 | 394 | https://github.com/yhilpisch/aiif | Jupyter Notebooks and code for the book Artificial Intelligence in Finance (O'Reilly) by Yves Hilpisch. | True | False | False | False | yhilpisch/aiif | ||
| 499 | py4at | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2023-10-09 | 838 | https://github.com/yhilpisch/py4at | Jupyter Notebooks and code for the book Python for Algorithmic Trading (O'Reilly) by Yves Hilpisch. | True | False | False | False | yhilpisch/py4at | ||
| 500 | dawp | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2021-02-22 | 639 | https://github.com/yhilpisch/dawp | Jupyter Notebooks and code for Derivatives Analytics with Python (Wiley Finance) by Yves Hilpisch. | True | False | False | False | yhilpisch/dawp | ||
| 501 | dx | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-04-05 | 766 | https://github.com/yhilpisch/dx | DX Analytics | Financial and Derivatives Analytics with Python. | True | False | False | False | yhilpisch/dx | ||
| 502 | QuantFinanceBook | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-04-14 | 916 | https://github.com/LechGrzelak/QuantFinanceBook | Quantitative Finance book. | True | False | False | False | LechGrzelak/QuantFinanceBook | ||
| 503 | rough_bergomi | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2018-09-17 | 143 | https://github.com/ryanmccrickerd/rough_bergomi | A Python implementation of the rough Bergomi model. | True | False | False | False | ryanmccrickerd/rough_bergomi | ||
| 504 | frh-fx | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2018-05-24 | 13 | https://github.com/ryanmccrickerd/frh-fx | A python implementation of the fast-reversion Heston model of Mechkov for FX purposes. | True | False | False | False | ryanmccrickerd/frh-fx | ||
| 505 | Value Investing Studies | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2021-10-26 | 95 | https://github.com/euclidjda/value-investing-studies | A collection of data analysis studies that examine the performance and characteristics of value investing over long periods of time. | True | False | False | False | euclidjda/value-investing-studies | ||
| 506 | Machine Learning Asset Management | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2021-12-17 | 1740 | https://github.com/firmai/machine-learning-asset-management | Machine Learning in Asset Management (by @firmai). | True | False | False | False | firmai/machine-learning-asset-management | ||
| 507 | Deep Learning Machine Learning Stock | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2024-03-01 | 1755 | https://github.com/LastAncientOne/Deep-Learning-Machine-Learning-Stock | Deep Learning and Machine Learning stocks represent a promising long-term or short-term opportunity for investors and traders. | True | False | False | False | LastAncientOne/Deep-Learning-Machine-Learning-Stock | ||
| 508 | Technical Analysis and Feature Engineering | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2024-02-16 | 201 | https://github.com/jo-cho/Technical_Analysis_and_Feature_Engineering | Feature Engineering and Feature Importance of Machine Learning in Financial Market. | True | False | False | False | jo-cho/Technical_Analysis_and_Feature_Engineering | ||
| 509 | Differential Machine Learning and Axes that matter by Brian Huge and Antoine Savine | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2022-10-05 | 148 | https://github.com/differential-machine-learning/notebooks | Implement, demonstrate, reproduce and extend the results of the Risk articles 'Differential Machine Learning' (2020) and 'PCA with a Difference' (2021) by Huge and Savine, and cover implementation details left out from the papers. | True | False | False | False | differential-machine-learning/notebooks | ||
| 510 | systematictradingexamples | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2020-07-22 | 483 | https://github.com/robcarver17/systematictradingexamples | Examples of code related to book [Systematic Trading](www.systematictrading.org) and [blog](http://qoppac.blogspot.com). | True | False | False | False | robcarver17/systematictradingexamples | ||
| 511 | pysystemtrade_examples | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2018-02-21 | 271 | https://github.com/robcarver17/pysystemtrade_examples | Examples using pysystemtrade for Robert Carver's [blog](http://qoppac.blogspot.com). | True | False | False | False | robcarver17/pysystemtrade_examples | ||
| 512 | ML_Finance_Codes | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2020-06-13 | 2606 | https://github.com/mfrdixon/ML_Finance_Codes | Machine Learning in Finance: From Theory to Practice Book. | True | False | False | False | mfrdixon/ML_Finance_Codes | ||
| 513 | Hands-On Machine Learning for Algorithmic Trading | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2023-01-18 | 1851 | https://github.com/packtpublishing/hands-on-machine-learning-for-algorithmic-trading | Hands-On Machine Learning for Algorithmic Trading, published by Packt. | True | False | False | False | packtpublishing/hands-on-machine-learning-for-algorithmic-trading | ||
| 514 | financialnoob-misc | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2024-08-26 | 28 | https://github.com/financialnoob/misc | Codes from @financialnoob's posts. | True | False | False | False | financialnoob/misc | ||
| 515 | MesoSim Options Trading Strategy Library | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2024-04-06 | 22 | https://github.com/deltaray-io/strategy-library | Free and public Options Trading strategy library for MesoSim. | True | False | False | False | deltaray-io/strategy-library | ||
| 516 | Quant-Finance-With-Python-Code | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2026-01-15 | 176 | https://github.com/lingyixu/Quant-Finance-With-Python-Code | Repo for code examples in Quantitative Finance with Python by Chris Kelliher. | True | False | False | False | lingyixu/Quant-Finance-With-Python-Code | ||
| 517 | QuantFinanceTraining | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2024-02-20 | 43 | https://github.com/JoaoJungblut/QuantFinanceTraining | This repository contains codes that were executed during my training in the CQF (Certificate in Quantitative Finance). The codes are organized by class, facilitating navigation and reference. | True | False | False | False | JoaoJungblut/QuantFinanceTraining | ||
| 518 | Statistical-Learning-based-Portfolio-Optimization | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | error | 0 | https://github.com/YannickKae/Statistical-Learning-based-Portfolio-Optimization | This R Shiny App utilizes the Hierarchical Equal Risk Contribution (HERC) approach, a modern portfolio optimization method developed by Raffinot (2018). | True | False | False | False | YannickKae/Statistical-Learning-based-Portfolio-Optimization | ||
| 519 | book_irds3 | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2022-10-29 | 123 | https://github.com/attack68/book_irds3 | Code repository for Pricing and Trading Interest Rate Derivatives. | True | False | False | False | attack68/book_irds3 | ||
| 520 | Autoencoder-Asset-Pricing-Models | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-08-17 | 148 | https://github.com/RichardS0268/Autoencoder-Asset-Pricing-Models | Reimplementation of Autoencoder Asset Pricing Models ([GKX, 2019](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3335536)). | True | False | False | False | RichardS0268/Autoencoder-Asset-Pricing-Models | ||
| 521 | Finance | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-05-12 | 3943 | https://github.com/shashankvemuri/Finance | 150+ quantitative finance Python programs to help you gather, manipulate, and analyze stock market data. | True | False | False | False | shashankvemuri/Finance | ||
| 522 | 101_formulaic_alphas | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2022-07-11 | 49 | https://github.com/ram-ki/101_formulaic_alphas | Implementation of [101 formulaic alphas](https://arxiv.org/ftp/arxiv/papers/1601/1601.00991.pdf) using qstrader. | True | False | False | False | ram-ki/101_formulaic_alphas | ||
| 523 | Tidy Finance | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 0 | https://www.tidy-finance.org/ | An opinionated approach to empirical research in financial economics - a fully transparent, open-source code base in multiple programming languages (Python and R) to enable the reproducible implementation of financial research projects for students and practitioners. | False | False | False | False | ||||
| 524 | RoughVolatilityWorkshop | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-09-06 | 71 | https://github.com/jgatheral/RoughVolatilityWorkshop | 2024 QuantMind's Rough Volatility Workshop lectures. | True | False | False | False | jgatheral/RoughVolatilityWorkshop | ||
| 525 | AFML | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2024-09-05 | 839 | https://github.com/boyboi86/AFML | All the answers for exercises from Advances in Financial Machine Learning by Dr Marco Lopez de Parodo. | True | False | False | False | boyboi86/AFML | ||
| 526 | AlgoTradingLib | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2026-03-28 | 32 | https://github.com/usdaud/algotradinglib.github.io | A catalog of algorithmic trading libraries, frameworks, strategies, and educational materials. | True | False | False | False | usdaud/algotradinglib.github.io | ||
| 527 | Portfolio Optimization Book | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2025-02-17 | 26 | https://portfoliooptimizationbook.com/ | Prof. Daniel Palomar's Portfolio Optimization Book. [GitHub](https://github.com/dppalomar/pob) | True | False | False | False | dppalomar/pob | ||
| 528 | direct_vola | Python | Python,R | Reproducing Works, Training & Books | Reproducing Works, Training & Books | reproducing-works-training-books | 2026-05-01 | 4 | https://github.com/wol-fi/direct_vola | Demo code for direct Black-Scholes implied-volatility calculation from normalized call prices via the inverse-Gaussian quantile representation. | True | False | False | False | wol-fi/direct_vola |
| 529 | Chartscout | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://chartscout.io | Real-time cryptocurrency chart pattern detection with automated alerts across multiple exchanges. | False | False | False | False | ||||
| 530 | DayTradingBench | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://daytradingbench.com | Live autonomous benchmark that evaluates LLM trading performance on DAX and Nasdaq indices using identical strategies and real-time market data. API access available. | False | False | False | False | ||||
| 531 | CoinTester | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://cointester.io | No-code crypto backtesting platform with 100+ indicators, AI sentiment signals, and 5+ years of historical data across 1,000+ trading pairs. | False | False | False | False | ||||
| 532 | goMacro.ai | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://gomacro.ai | AI-powered economic calendar with institutional-grade insights, bull/bear/base case scenario planning for NFP, CPI, PPI and other macro data releases. | False | False | False | False | ||||
| 533 | StockAInsights | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://stockainsights.com | AI-extracted financial statements API covering SEC filings including foreign filers (20-F, 6-K, 40-F), normalized quarterly and annual data from 2014+. | False | False | False | False | ||||
| 534 | StockVektor | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://stockvektor.com | Free stock research web app for ~1,300 US stocks with explainable quality scores (Piotroski F-Score, Altman Z-Score, Beneish M-Score, ROIC, EV/EBIT) computed from SEC EDGAR data, sector-relative metrics, insider buying clusters, 13F super-investor overlap, and activist filing (Schedule 13D/G) tracking. | False | False | False | False | ||||
| 535 | bolsai | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://usebolsai.com | REST API and MCP server for Brazilian stock market data (B3). Covers 350+ stocks, 400+ FIIs with fundamentals (27+ indicators), dividends, historical prices, financials, and macro indicators sourced from B3, CVM, and BCB. | False | False | False | False | ||||
| 536 | brapi.dev | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://brapi.dev/ | Brazilian stock market data API for B3/Bovespa quotes, historical OHLCV, dividends, and fundamentals. | False | False | False | False | ||||
| 537 | 13F Insight | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://13finsight.com/ | Track institutional investor 13F holdings with AI-powered analysis, position change alerts, and filing summaries. | False | False | False | False | ||||
| 538 | Earnings Feed | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://earningsfeed.com/api | Real-time SEC filings, insider trades, and institutional holdings API. | False | False | False | False | ||||
| 539 | Financial Data | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://financialdata.net/ | Stock Market and Financial Data API. | False | False | False | False | ||||
| 540 | Frostbyte | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://agent-gateway-kappa.vercel.app | Real-time crypto prices for 500+ tokens via REST API with free tier, DeFi swap routing and portfolio tracking. | False | False | False | False | ||||
| 541 | SaxoOpenAPI | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://www.developer.saxo/ | Saxo Bank financial data API. | False | False | False | False | ||||
| 542 | RTPR | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://rtpr.io | Real-time press release API delivering news from Business Wire, PR Newswire, and GlobeNewswire with sub-500ms latency. REST and WebSocket APIs for financial applications. Python and Node.js SDKs available. | False | False | False | False | ||||
| 543 | Nasdaq Data Link | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://data.nasdaq.com/tools/full-list | Financial data API with support for R, Python, Excel, Ruby, and many other languages (formerly Quandl). | False | False | False | False | ||||
| 544 | Parsec | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://parsecfinance.com | Prediction market API with Python SDK for normalized data and execution across 5 prediction market exchanges. Free tier: 10K requests/month. | False | False | False | False | ||||
| 545 | Portfolio Optimizer | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://portfoliooptimizer.io/ | Portfolio Optimizer is a Web API for portfolio analysis and optimization. | False | False | False | False | ||||
| 546 | Reddit WallstreetBets API | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://dashboard.nbshare.io/apps/reddit/api/ | Provides daily top 50 stocks from reddit (subreddit) Wallstreetbets and their sentiments via the API. | False | False | False | False | ||||
| 547 | System R | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://agents.systemr.ai | AI-native risk intelligence API for trading agents. Position sizing, risk validation, and system health in one call. | False | False | False | False | ||||
| 548 | Telonex | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://telonex.io | Tick-level prediction market data (trades, quotes, orderbooks, on-chain fills) via REST API and Python SDK. | False | False | False | False | ||||
| 549 | ValueRay | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://www.valueray.com/api | Technical, quantitative and sentiment data for stocks and ETFs with risk metrics, peer percentiles and market regime signals. Optimized for AI/LLM agents. | False | False | False | False | ||||
| 550 | VertData | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://vertdata.com | Institutional-grade financial intelligence platform. Track 43K+ congressional trades (STOCK Act), SEC insider Form 4 filings, 25 superinvestor 13F portfolios, CFTC futures positioning, ARK ETF holdings, and short interest — all scored by AI for signal strength. | False | False | False | False | ||||
| 551 | KeepRule | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://keeprule.com/ | Curated library of decision-making principles and investment wisdom from masters like Buffett and Munger, featuring mental models for better investment thinking. | False | False | False | False | ||||
| 552 | ML-Quant | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://www.ml-quant.com/ | Top Quant resources like ArXiv (sanity), SSRN, RePec, Journals, Podcasts, Videos, and Blogs. | False | False | False | False | ||||
| 553 | RealMarketAPI | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://realmarketapi.com/ | Provides ultra-low latency market data for gold, forex, crypto, and stocks via REST, WebSocket, and MCP—built for speed, reliability, and scale. | False | False | False | False | ||||
| 554 | The Stock Radar | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://thestockradar.com | Daily multi-language stock movers, technical analysis, earnings recaps, and weekly research reports across 6 markets (US, Korea, Japan, Taiwan, India, Germany) published in 6 languages. | False | False | False | False | ||||
| 555 | Sharpe | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://www.sharpe.ai/ | AI-driven crypto trading intelligence terminal for derivatives positioning, DEX flow, on-chain risk, narrative rotation, token discovery, and agent-ready market data. | False | False | False | False | ||||
| 556 | Webb Database | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://webb-database.com/ | Aggregates public financial data from HKEX, the SFC, the Hong Law Society, UK Companies House and other sources, has searchable datasets on listed companies, many in machine-readable formats. | False | False | False | False | ||||
| 557 | GitDealFlow | Commercial & Proprietary Services | Commercial & Proprietary Services | commercial-proprietary-services | 0 | https://gitdealflow.com | Alternative-data signal platform ranking early-stage private companies by GitHub stars-per-day, hiring velocity, and package-registry adoption. Free weekly signal report, Chrome extension overlay on Crunchbase/AngelList, and MCP server on npm for LLM agent access. | False | False | False | False | ||||
| 558 | awesome-sec-filings | Related Lists | Related Lists | related-lists | 2026-06-03 | 26 | https://github.com/vibeyclaw/awesome-sec-filings | A curated list of tools, data sources, libraries, and resources for working with SEC filings (13F, 10-K, 10-Q, 8-K). | True | False | False | False | vibeyclaw/awesome-sec-filings | ||
| 559 | CONVEXFI | Related Lists | Related Lists | related-lists | 0 | https://github.com/convexfi | Official GitHub organization for the convex research group at the Hong Kong University of Science and Technology (HKUST). | True | False | False | False |