diff --git a/index.html b/index.html
index 7cd488a..0915205 100644
--- a/index.html
+++ b/index.html
@@ -192,7 +192,7 @@ ul.task-list li input[type="checkbox"] {
Modified
-
March 21, 2026
+
March 22, 2026
@@ -333,6 +333,7 @@ ul.task-list li input[type="checkbox"] {
bulbea - Deep Learning based Python Library for Stock Market Prediction and Modelling.
ib_nope - Automated trading system for NOPE strategy over IBKR TWS.
OctoBot - Open source cryptocurrency trading bot for high frequency, arbitrage, TA and social trading with an advanced web interface.
+OpenFinClaw - AI-native hedge fund platform: natural language strategy generation, Rust backtesting engine, multi-market execution, and self-evolving strategy pipeline with community leaderboard.
bta-lib - Technical Analysis library in pandas for backtesting algotrading and quantitative analysis.
Stock-Prediction-Models - Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations.
TuneTA - TuneTA optimizes technical indicators using a distance correlation measure to a user defined target feature such as next day return.
@@ -366,6 +367,7 @@ ul.task-list li input[type="checkbox"] {
QTradeX-AI-Agents - Example strategies for the QTradeX platfrom.
QTradeX-Algo-Trading-SDK - AI-powered SDK featuring algorithmic trading, backtesting, deployment on 100+ exchanges, and multiple optimization engines.
antback - A lightweight, event-loop-style backtest engine that allows a function-driven imperative style using efficient stateful helper functions and data containers.
+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.
@@ -445,6 +447,7 @@ ul.task-list li input[type="checkbox"] {
- 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.
- StockAPI – Free real-time Chinese stock data (REST & WebSocket).
+- Polymarket Scanner API - Real-time arbitrage detection API for Polymarket prediction markets, scanning 12,000+ markets for mispricings.
- yfinance - Yahoo! Finance market data downloader (+faster Pandas Datareader)
- defeatbeta-api - An open-source alternative to Yahoo Finance’s market data APIs with higher reliability.
- findatapy - Python library to download market data via Bloomberg, Quandl, Yahoo etc.
@@ -460,6 +463,7 @@ ul.task-list li input[type="checkbox"] {
- stock_extractor - General Purpose Stock Extractors from Online Resources.
- Stockex - Python wrapper for Yahoo! Finance API.
- StockAInsights - AI-extracted financial statements API covering SEC filings including foreign filers (20-F, 6-K, 40-F), normalized quarterly and annual data from 2014+.
+- SwapAPI - Free DEX aggregator API returning executable swap calldata across 46 EVM chains. No API key required.
- finsymbols - Obtains stock symbols and relating information for SP500, AMEX, NYSE, and NASDAQ.
- FRB - Python Client for FRED® API.
- inquisitor - Python Interface to Econdb.com API.
@@ -497,6 +501,7 @@ ul.task-list li input[type="checkbox"] {
- FinanceDataReader - Open Source Financial data reader for U.S, Korean, Japanese, Chinese, Vietnamese Stocks
- pystlouisfed - Python client for Federal Reserve Bank of St. Louis API - FRED, ALFRED, GeoFRED and FRASER.
- python-bcb - Python interface to Brazilian Central Bank web services.
+- 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.
- brapi.dev - Brazilian stock market data API for B3/Bovespa quotes, historical OHLCV, dividends, and fundamentals.
- market-prices - Create meaningful OHLCV datasets from knowledge of exchange-calendars (works out-the-box with data from Yahoo Finance).
- tardis-python - Python interface for Tardis.dev high frequency crypto market data
@@ -517,6 +522,7 @@ ul.task-list li input[type="checkbox"] {
- edgar-sec - EDGAR Financial data API with preprocessed dataclass outputs.
- edgartools - AI-native SEC EDGAR library with XBRL financials, clean text extraction, 17+ typed forms, and pandas DataFrames.
- FXMacroData - Real-time forex macroeconomic API for all major currency pairs sourced from central bank announcements.
+- RTPR - 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.
- wallstreet - Real time stock and option data.
@@ -739,9 +745,12 @@ ul.task-list li input[type="checkbox"] {
chart-patterns - Technical analysis library for Market Profile, Volume Profile, Stacked Imbalances and High Volume Node indicators.
orderflow - Orderflow trade aggregator for building Footprint Candles from exchange websocket data.
ccxt - A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges.
+SimpleFunctions - 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.
PENDAX - Javascript SDK for Trading/Data API and Websockets for FTX, FTXUS, OKX, Bybit, & More.
+PreReason - 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.
pmxt - The CCXT for prediction markets. A unified API for trading on Polymarket, Kalshi, and more.
pmxt - A unified API for accessing prediction market data across multiple exchanges. CCXT for prediction markets.
+rebalance - Interactive portfolio rebalancing tool that imports brokerage CSV data, sets target allocations, and generates trade instructions.
Data Visualization
@@ -798,6 +807,7 @@ ul.task-list li input[type="checkbox"] {
OrderMatchingEngine - A production-grade, lock-free, high-frequency trading matching engine achieving 150M+ orders/sec.
rallyplot - Fast, GPU-accelerated financial plotting library
PandoraTrader - A C++ CTP trading framework, with very clear logic
+NexusFix - C++23 FIX protocol engine with zero-copy parsing and SIMD acceleration, 3x faster than QuickFIX.
@@ -840,8 +850,12 @@ ul.task-list li input[type="checkbox"] {
Barter - Open-source Rust framework for building event-driven live-trading & backtesting systems
LFEST - Simulated perpetual futures exchange to trade your strategy against.
TradeAggregation - Aggregate trades into user-defined candles using information driven rules.
+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).
SlidingFeatures - Chainable tree-like sliding windows for signal processing and technical analysis.
RustQuant - Quantitative finance library written in Rust.
+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.
+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.
+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
finalytics - A rust library for financial data analysis.
RunMat - Rust runtime for MATLAB-syntax array math with automatic CPU/GPU execution and fused kernels for quant simulations.
@@ -900,13 +914,15 @@ ul.task-list li input[type="checkbox"] {
Tidy Finance - 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.
RoughVolatilityWorkshop - 2024 QuantMind’s Rough Volatility Workshop lectures.
AFML - All the answers for exercises from Advances in Financial Machine Learning by Dr Marco Lopez de Parodo.
-AlgoTradingLib - A catalog of algorithmic trading libraries, frameworks, strategies, and educational materials. Add Prop Trader Compass to Risk Management tools
+AlgoTradingLib - A catalog of algorithmic trading libraries, frameworks, strategies, and educational materials.
+Portfolio Optimization Book - Prof. Daniel Palomar’s Portfolio Optimization Book