From f29abc3af3211e28c14561c10f7fcebf384701e3 Mon Sep 17 00:00:00 2001 From: Kang <155417052+NeuZhou@users.noreply.github.com> Date: Fri, 27 Mar 2026 17:53:30 +0800 Subject: [PATCH 1/5] Update FinClaw description with latest features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afd4cbe..e20a0ed 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [NowTrade](https://github.com/edouardpoitras/NowTrade) - Python library for backtesting technical/mechanical strategies in the stock and currency markets. - [pinkfish](https://github.com/fja05680/pinkfish) - A backtester and spreadsheet library for security analysis. - [PRISM-INSIGHT](https://github.com/dragon1086/prism-insight) - AI-powered stock analysis system with 13 specialized agents, automated trading via KIS API, supporting Korean & US markets. -- [FinClaw](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. +- [FinClaw](https://github.com/NeuZhou/finclaw) - Self-evolving trading strategies via genetic algorithm. 484 factors, walk-forward validation, MCP server for AI agents. Supports crypto, A-shares, and US stocks. - [aat](https://github.com/timkpaine/aat) - Async Algorithmic Trading Engine - [Backtesting.py](https://kernc.github.io/backtesting.py/) - Backtest trading strategies in Python - [catalyst](https://github.com/enigmampc/catalyst) - An Algorithmic Trading Library for Crypto-Assets in Python From 9331d0351d4f498dd367825e70b9f83011bd6a1e Mon Sep 17 00:00:00 2001 From: Naim Katiman Date: Sat, 28 Mar 2026 18:56:52 +0800 Subject: [PATCH 2/5] Add TradeClaw to JavaScript section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index afd4cbe..95a0e90 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ date conversion, scaling factor values, and filtering by the specified date. - [PreReason](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. - [pmxt](https://github.com/pmxt-dev/pmxt) - The CCXT for prediction markets. A unified API for trading on Polymarket, Kalshi, and more. - [rebalance](https://github.com/cjroth/rebalance) - Interactive portfolio rebalancing tool that imports brokerage CSV data, sets target allocations, and generates trade instructions. +- [TradeClaw](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. ### Data Visualization From a508cf0a83358c850c219cb56e1ef11b4001ee5d Mon Sep 17 00:00:00 2001 From: EDINET DB Date: Sat, 28 Mar 2026 22:12:03 +0900 Subject: [PATCH 3/5] Add EDINET DB to Data Sources (#301) EDINET DB (edinetdb.com) provides a free API and MCP server for Japanese company financials, normalizing EDINET XBRL across JP-GAAP, IFRS, and US-GAAP for 3,800+ listed companies. Co-authored-by: RIKU KOIKE --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95a0e90..91f011d 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [pybbg](https://github.com/bpsmith/pybbg) - Python interface to Bloomberg COM APIs. - [ccy](https://github.com/lsbardel/ccy) - Python module for currencies. - [tushare](https://pypi.org/project/tushare/) - A utility for crawling historical and Real-time Quotes data of China stocks. (Last updated: 2024-08-27) +- [edinetdb](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. - [edinet-mcp](https://github.com/ajtgjmdjp/edinet-mcp) - Parse Japanese XBRL financial statements from EDINET with 161 normalized labels, 26 financial metrics, and multi-company screening. - [estat-mcp](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. - [tdnet-disclosure-mcp](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. From 307cca47ab139caf16b6642d6f734a058c34835d Mon Sep 17 00:00:00 2001 From: UJJWAL DHAKA Date: Sat, 28 Mar 2026 18:45:18 +0530 Subject: [PATCH 4/5] docs: add Indian market data sources (NSE/BSE) (#304) Add jugaad-data, nsetools, bsedata, and nse-insights-api to the Python Data Sources section. These cover NSE, BSE, and RBI data for the Indian market, which was previously unrepresented. Co-authored-by: ujjwaldhaka71 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c672af3..bb97e66 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [yfinanceapi](https://github.com/Karthik005/yfinanceapi) - Finance API for Python. - [yql-finance](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). - [ystockquote](https://github.com/cgoldberg/ystockquote) - Retrieve stock quote data from Yahoo Finance. +- [jugaad-data](https://github.com/jugaad-py/jugaad-data) - Download historical and live stock data from NSE (National Stock Exchange of India), BSE, and RBI. +- [nsetools](https://github.com/vsjha18/nsetools) - Python library for extracting real-time data from National Stock Exchange (India). +- [bsedata](https://github.com/sdrdis/bsedata) - Python library for extracting real-time data from Bombay Stock Exchange (India). +- [nse-insights-api](https://github.com/pratik-choudhari/nse-insights) - Unofficial NSE India API for stock quotes, indices, historical data and more. - [wallstreet](https://github.com/mcdallas/wallstreet) - Real time stock and option data. - [stock_extractor](https://github.com/ZachLiuGIS/stock_extractor) - General Purpose Stock Extractors from Online Resources. - [Stockex](https://github.com/cttn/Stockex) - Python wrapper for Yahoo! Finance API. @@ -304,6 +308,10 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [edgar-sec](https://nikhilxsunder.github.io/edgar-sec/) - EDGAR Financial data API with preprocessed dataclass outputs. - [edgartools](https://github.com/dgunning/edgartools) - AI-native SEC EDGAR library with XBRL financials, clean text extraction, 17+ typed forms, and pandas DataFrames. - [FXMacroData](https://fxmacrodata.com/) - Real-time forex macroeconomic API for all major currency pairs sourced from central bank announcements. [GitHub](https://github.com/fxmacrodata/fxmacrodata) +- [jugaad-data](https://github.com/jugaad-py/jugaad-data) - Download historical and live stock data from NSE (National Stock Exchange of India), BSE, and RBI. +- [nsetools](https://github.com/vsjha18/nsetools) - Python library for extracting real-time data from National Stock Exchange (India). +- [bsedata](https://github.com/sdrdis/bsedata) - Python library for extracting real-time data from Bombay Stock Exchange (India). +- [nse-insights-api](https://github.com/pratik-choudhari/nse-insights) - Unofficial NSE India API for stock quotes, indices, historical data and more. - [wallstreet](https://github.com/mcdallas/wallstreet) - Real time stock and option data. ### Excel Integration From 66cb6536666d44866ec0166a602bbbd2f6434239 Mon Sep 17 00:00:00 2001 From: tomaszdobrowolski1 <51756544+tomaszdobrowolski1@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:21:21 +0000 Subject: [PATCH 5/5] =?UTF-8?q?Add=20FlashAlpha=20=E2=80=94=20options=20ex?= =?UTF-8?q?posure=20analytics=20API=20(#298)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds flashalpha to the Financial Instruments and Pricing section (Python SDK) and to the Data Sources section (API entry). Co-authored-by: Tomasz Dobrowolski --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb97e66..987d619 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Pyderivatives](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. - [quantra](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. - [optionlab](https://github.com/rgaveiga/optionlab) - A Python library for evaluating option trading strategies. +- [flashalpha](https://github.com/FlashAlpha-lab/flashalpha-python) - Python client for the FlashAlpha options analytics API. pip install flashalpha. ### Indicators @@ -313,6 +314,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [bsedata](https://github.com/sdrdis/bsedata) - Python library for extracting real-time data from Bombay Stock Exchange (India). - [nse-insights-api](https://github.com/pratik-choudhari/nse-insights) - Unofficial NSE India API for stock quotes, indices, historical data and more. - [wallstreet](https://github.com/mcdallas/wallstreet) - Real time stock and option data. +- [flashalpha](https://flashalpha.com) - Options analytics API and Python SDK for real-time gamma exposure (GEX), delta exposure, vanna, charm, implied volatility, Black-Scholes greeks, 0DTE analytics, and dealer positioning data. ### Excel Integration