This commit is contained in:
wilsonfreitas
2026-06-29 16:36:50 +00:00
parent 52771968ac
commit 53b22c17d8
2 changed files with 574 additions and 462 deletions
+562 -454
View File
File diff suppressed because it is too large Load Diff
+12 -8
View File
@@ -34,7 +34,7 @@ pynance,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pr
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
pysabr,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2022-04-21,614,https://github.com/ynouri/pysabr,SABR model Python implementation.,True,False,False,False,ynouri/pysabr
FinancePy,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2026-06-16,3027,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
gs-quant,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2026-06-25,11003,https://github.com/goldmansachs/gs-quant,Python toolkit for quantitative finance.,True,False,False,False,goldmansachs/gs-quant
gs-quant,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2026-06-25,11004,https://github.com/goldmansachs/gs-quant,Python toolkit for quantitative finance.,True,False,False,False,goldmansachs/gs-quant
willowtree,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2018-07-14,370,https://github.com/federicomariamassari/willowtree,Robust and flexible Python implementation of the willow tree lattice for derivatives pricing.,True,False,False,False,federicomariamassari/willowtree
financial-engineering,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2017-11-20,531,https://github.com/federicomariamassari/financial-engineering,"Applications of Monte Carlo methods to financial engineering projects, in Python.",True,False,False,False,federicomariamassari/financial-engineering
optlib,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2022-11-18,1606,https://github.com/dbrojas/optlib,A library for financial options pricing written in Python.,True,False,False,False,dbrojas/optlib
@@ -53,7 +53,7 @@ Pyderivatives,Python,Python,Financial Instruments & Pricing,Financial Instrument
quantra,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2026-06-27,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
optionlab,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2026-05-31,531,https://github.com/rgaveiga/optionlab,A Python library for evaluating option trading strategies.,True,False,False,False,rgaveiga/optionlab
flashalpha,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2026-06-17,3,https://github.com/FlashAlpha-lab/flashalpha-python,Python client for the FlashAlpha options analytics API.,True,False,False,False,FlashAlpha-lab/flashalpha-python
QuantOracle,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2026-06-26,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
QuantOracle,Python,Python,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2026-06-26,6,https://github.com/QuantOracledev/quantoracle,"Free quant finance API with 63 deterministic endpoints + 15 free interactive calculators at [quantoracle.dev](https://quantoracle.dev). Options pricing with full Greeks, Monte Carlo, Kelly, VaR, Sharpe, CAGR, crypto liquidation, impermanent loss, plus live crypto volatility/funding data and 24/7 position monitoring with webhook alerts. 1,000 free calls/day, no API key.",True,False,False,False,QuantOracledev/quantoracle
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
quantmod,R,R,Financial Instruments & Pricing,Financial Instruments & Pricing,financial-instruments-pricing,2026-06-28,901,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
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,
@@ -123,12 +123,14 @@ IndicatorGo,Golang,Golang,Technical Indicators,Technical Indicators,technical-in
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
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
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
Wickra,Rust,"Rust,Python,JavaScript,C++,C#,Golang,Java,R",Technical Indicators,Technical Indicators,technical-indicators,2026-06-28,20,https://github.com/wickra-lib/wickra,"Streaming-first technical-analysis library with a Rust core: 514 indicators updating in O(1) per tick, with bit-exact batch-vs-streaming results.",True,False,False,False,wickra-lib/wickra
AlgoVault,TypeScript,TypeScript,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,2,https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp,"MCP server returning composite crypto trade verdicts (direction, confidence, regime) across 5 perpetual-futures venues, with cross-venue funding-rate arbitrage and an on-chain Merkle-verified track record. Free tier.",True,False,False,False,AlgoVaultLabs/crypto-quant-signal-mcp
income-desk,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,11,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
mx-trader-bridge,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-17,1,https://github.com/27dream/mx-trader-bridge,"AI auto-trading bridge for East Money's miaoxiang (妙想) China A-share simulation platform; BYOK multi-LLM (OpenAI/DeepSeek/Moonshot/GLM/Qwen) decision brain → automated order placement via miaoxiang API, with daily cron review and weekly AI reflection.",True,False,False,False,27dream/mx-trader-bridge
AI Quant Agents,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-03-24,12,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
TradeSight,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-23,92,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
Orallexa,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,51,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
Vibe-Trading,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,14932,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
Vibe-Trading,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,14935,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
DeepAlpha,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-05-12,29,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
the0,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-05-24,265,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
Investing algorithm framework,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-05-24,1289,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
@@ -169,8 +171,8 @@ qtpylib,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backte
Quantdom,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2019-03-12,770,https://github.com/constverum/Quantdom,Python-based framework for backtesting trading strategies & analyzing financial markets [GUI :neckbeard:.],True,False,False,False,constverum/Quantdom
freqtrade,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,51936,https://github.com/freqtrade/freqtrade,"Free, open source crypto trading bot.",True,False,False,False,freqtrade/freqtrade
algorithmic-trading-with-python,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2021-06-01,3405,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
Qlib,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-04-22,45385,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
machine-learning-for-trading,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,19414,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
Qlib,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-04-22,45386,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
machine-learning-for-trading,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,19415,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
AlphaPy,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2025-08-24,1734,https://github.com/ScottfreeLLC/AlphaPy,"Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost.",True,False,False,False,ScottfreeLLC/AlphaPy
jesse,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,8120,https://github.com/jesse-ai/jesse,An advanced crypto trading bot written in Python.,True,False,False,False,jesse-ai/jesse
rqalpha,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-24,6526,https://github.com/ricequant/rqalpha,"A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities.",True,False,False,False,ricequant/rqalpha
@@ -182,7 +184,7 @@ OctoBot,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backte
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
Stock-Prediction-Models,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2021-01-05,9408,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
AutoTrader,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2025-05-04,1270,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
fast-trade,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-05-21,567,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
fast-trade,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-05-21,568,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
qf-lib,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,947,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
tda-api,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2024-06-16,1318,https://github.com/alexgolec/tda-api,"Gather data and trade equities, options, and ETFs via TDAmeritrade.",True,False,False,False,alexgolec/tda-api
vectorbt,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,8083,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
@@ -194,7 +196,7 @@ PyBroker,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backt
OctoBot Script,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-03-30,43,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
hftbacktest,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2025-12-23,4233,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
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
vnpy,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-05-17,42377,https://github.com/vnpy/vnpy,VeighNa is a Python-based open source quantitative trading system development framework.,True,False,False,False,vnpy/vnpy
vnpy,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-05-17,42380,https://github.com/vnpy/vnpy,VeighNa is a Python-based open source quantitative trading system development framework.,True,False,False,False,vnpy/vnpy
Intelligent Trading Bot,Python,Python,Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-01,1740,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
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
nautilus_trader,Python,"Python,Rust",Trading & Backtesting,Trading & Backtesting,trading-backtesting,2026-06-29,24304,https://github.com/nautechsystems/nautilus_trader,A high-performance algorithmic trading platform and event-driven backtester.,True,False,False,False,nautechsystems/nautilus_trader
@@ -428,6 +430,7 @@ marketstore,Golang,Golang,Market Data & Data Sources,Market Data & Data Sources,
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
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
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,
Factor Weave,Python,Python,Market Data & Data Sources,Market Data & Data Sources,market-data-data-sources,,0,https://factorweave.com/,"Factor scores, similarity search, and leak-free + survivor-free forward-return labels for 14,684 tickers across equities, ETFs, indices, FX, crypto & futures; REST + MCP, Python/TS/R SDKs, free tier.",False,False,False,False,
pmxt,Python,"Python,JavaScript",Prediction Markets,Prediction Markets,prediction-markets,2026-06-29,1933,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
polymarket-whales,Python,Python,Prediction Markets,Prediction Markets,prediction-markets,2026-03-20,55,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
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
@@ -519,7 +522,7 @@ QuantFinanceTraining,,,"Reproducing Works, Training & Books","Reproducing Works,
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
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
Autoencoder-Asset-Pricing-Models,,,"Reproducing Works, Training & Books","Reproducing Works, Training & Books",reproducing-works-training-books,2025-08-17,149,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
Finance,,,"Reproducing Works, Training & Books","Reproducing Works, Training & Books",reproducing-works-training-books,2025-05-12,3995,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
Finance,,,"Reproducing Works, Training & Books","Reproducing Works, Training & Books",reproducing-works-training-books,2025-05-12,3996,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
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
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,
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
@@ -550,6 +553,7 @@ Telonex,,,Commercial & Proprietary Services,Commercial & Proprietary Services,co
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,
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,
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,
Agent Toolbelt,,,Commercial & Proprietary Services,Commercial & Proprietary Services,commercial-proprietary-services,,0,https://www.agenttoolbelt.live,"AI stock-research API returning structured analysis (investment thesis, valuation verdict, insider-signal read, earnings, bull-vs-bear, moat, watchlist ranking) for US equities from Polygon/Finnhub/FMP data. Optimized for LLM agents; free tier.",False,False,False,False,
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,
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,
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,
1 project language languages category section section_slug last_commit stars url description github cran pypi commercial repo
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 614 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 3027 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-25 11003 11004 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 370 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 531 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 1606 https://github.com/dbrojas/optlib A library for financial options pricing written in Python. True False False False dbrojas/optlib
53 quantra Python Python Financial Instruments & Pricing Financial Instruments & Pricing financial-instruments-pricing 2026-06-27 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 531 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-17 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-26 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. Free quant finance API with 63 deterministic endpoints + 15 free interactive calculators at [quantoracle.dev](https://quantoracle.dev). Options pricing with full Greeks, Monte Carlo, Kelly, VaR, Sharpe, CAGR, crypto liquidation, impermanent loss, plus live crypto volatility/funding data and 24/7 position monitoring with webhook alerts. 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 2026-06-28 901 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
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 Wickra Rust Rust,Python,JavaScript,C++,C#,Golang,Java,R Technical Indicators Technical Indicators technical-indicators 2026-06-28 20 https://github.com/wickra-lib/wickra Streaming-first technical-analysis library with a Rust core: 514 indicators updating in O(1) per tick, with bit-exact batch-vs-streaming results. True False False False wickra-lib/wickra
127 AlgoVault TypeScript TypeScript Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 2 https://github.com/AlgoVaultLabs/crypto-quant-signal-mcp MCP server returning composite crypto trade verdicts (direction, confidence, regime) across 5 perpetual-futures venues, with cross-venue funding-rate arbitrage and an on-chain Merkle-verified track record. Free tier. True False False False AlgoVaultLabs/crypto-quant-signal-mcp
128 income-desk Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 11 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
129 mx-trader-bridge Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-17 1 https://github.com/27dream/mx-trader-bridge AI auto-trading bridge for East Money's miaoxiang (妙想) China A-share simulation platform; BYOK multi-LLM (OpenAI/DeepSeek/Moonshot/GLM/Qwen) decision brain → automated order placement via miaoxiang API, with daily cron review and weekly AI reflection. True False False False 27dream/mx-trader-bridge
130 AI Quant Agents Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-03-24 12 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
131 TradeSight Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-23 92 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
132 Orallexa Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 51 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
133 Vibe-Trading Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 14932 14935 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
134 DeepAlpha Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-05-12 29 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
135 the0 Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-05-24 265 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
136 Investing algorithm framework Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-05-24 1289 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
171 Quantdom Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2019-03-12 770 https://github.com/constverum/Quantdom Python-based framework for backtesting trading strategies & analyzing financial markets [GUI :neckbeard:.] True False False False constverum/Quantdom
172 freqtrade Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 51936 https://github.com/freqtrade/freqtrade Free, open source crypto trading bot. True False False False freqtrade/freqtrade
173 algorithmic-trading-with-python Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2021-06-01 3405 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
174 Qlib Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-04-22 45385 45386 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
175 machine-learning-for-trading Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 19414 19415 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
176 AlphaPy Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2025-08-24 1734 https://github.com/ScottfreeLLC/AlphaPy Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost. True False False False ScottfreeLLC/AlphaPy
177 jesse Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 8120 https://github.com/jesse-ai/jesse An advanced crypto trading bot written in Python. True False False False jesse-ai/jesse
178 rqalpha Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-24 6526 https://github.com/ricequant/rqalpha A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities. True False False False ricequant/rqalpha
184 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
185 Stock-Prediction-Models Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2021-01-05 9408 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
186 AutoTrader Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2025-05-04 1270 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
187 fast-trade Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-05-21 567 568 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
188 qf-lib Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 947 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
189 tda-api Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2024-06-16 1318 https://github.com/alexgolec/tda-api Gather data and trade equities, options, and ETFs via TDAmeritrade. True False False False alexgolec/tda-api
190 vectorbt Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 8083 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
196 OctoBot Script Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-03-30 43 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
197 hftbacktest Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2025-12-23 4233 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
198 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
199 vnpy Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-05-17 42377 42380 https://github.com/vnpy/vnpy VeighNa is a Python-based open source quantitative trading system development framework. True False False False vnpy/vnpy
200 Intelligent Trading Bot Python Python Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-01 1740 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
201 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
202 nautilus_trader Python Python,Rust Trading & Backtesting Trading & Backtesting trading-backtesting 2026-06-29 24304 https://github.com/nautechsystems/nautilus_trader A high-performance algorithmic trading platform and event-driven backtester. True False False False nautechsystems/nautilus_trader
430 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
431 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
432 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
433 Factor Weave Python Python Market Data & Data Sources Market Data & Data Sources market-data-data-sources 0 https://factorweave.com/ Factor scores, similarity search, and leak-free + survivor-free forward-return labels for 14,684 tickers across equities, ETFs, indices, FX, crypto & futures; REST + MCP, Python/TS/R SDKs, free tier. False False False False
434 pmxt Python Python,JavaScript Prediction Markets Prediction Markets prediction-markets 2026-06-29 1933 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 polymarket-whales Python Python Prediction Markets Prediction Markets prediction-markets 2026-03-20 55 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
436 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
522 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
523 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
524 Autoencoder-Asset-Pricing-Models Reproducing Works, Training & Books Reproducing Works, Training & Books reproducing-works-training-books 2025-08-17 149 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
525 Finance Reproducing Works, Training & Books Reproducing Works, Training & Books reproducing-works-training-books 2025-05-12 3995 3996 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
526 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
527 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
528 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
553 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
554 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
555 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
556 Agent Toolbelt Commercial & Proprietary Services Commercial & Proprietary Services commercial-proprietary-services 0 https://www.agenttoolbelt.live AI stock-research API returning structured analysis (investment thesis, valuation verdict, insider-signal read, earnings, bull-vs-bear, moat, watchlist ranking) for US equities from Polygon/Finnhub/FMP data. Optimized for LLM agents; free tier. False False False False
557 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
558 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
559 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