From 7ad1b2d40c2359299e062f3c8463630a987dd6a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20G=C3=BCse?= Date: Fri, 9 Jan 2026 23:01:14 +0700 Subject: [PATCH 1/9] Adding 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..5ed3a67 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [rust_bt](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. - [Gunbot Quant](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. - [StrateQueue](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. +- [PythonTradingFramework](https://github.com/JustinGuese/python_tradingbot_framework) ![Github last commit (branch)](https://img.shields.io/github/last-commit/JustinGuese/python_tradingbot_framework/main) - 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. ### Risk Analysis From 3e10aa253f81a492960bf454feb2cd5ec9c87599 Mon Sep 17 00:00:00 2001 From: "Samuel EF. Tinnerholm" <92118699+realfishsam@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:25:39 +0200 Subject: [PATCH 2/9] Add pmxt link to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..ffaa7c5 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,7 @@ date conversion, scaling factor values, and filtering by the specified date. - [orderflow](https://github.com/focus1691/orderflow) - Orderflow trade aggregator for building Footprint Candles from exchange websocket data. - [ccxt](https://github.com/ccxt/ccxt) - A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges. - [PENDAX](https://github.com/CompendiumFi/PENDAX-SDK) - Javascript SDK for Trading/Data API and Websockets for FTX, FTXUS, OKX, Bybit, & More. +- [pmxt](https://github.com/qoery-com/pmxt) - A unified API for accessing prediction market data across multiple exchanges. CCXT for prediction markets. ### Data Visualization From 2625b33a24a5ca319bcb16338872fe74f40c9dd9 Mon Sep 17 00:00:00 2001 From: soutone Date: Mon, 12 Jan 2026 11:38:03 +0100 Subject: [PATCH 3/9] Add coinpulse - Python SDK for crypto portfolio tracking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..3eb392c 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [jsm](https://pypi.org/project/jsm/) - Get the japanese stock market data. - [cn_stock_src](https://github.com/jealous/cn_stock_src) - Utility for retrieving basic China stock data from different sources. - [coinmarketcap](https://github.com/barnumbirr/coinmarketcap) - Python API for coinmarketcap. +- [coinpulse](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. - [after-hours](https://github.com/datawrestler/after-hours) - Obtain pre market and after hours stock prices for a given symbol. - [bronto-python](https://pypi.org/project/bronto-python/) - Bronto API Integration for Python. - [pytdx](https://github.com/rainx/pytdx) - Python Interface for retrieving chinese stock realtime quote data from TongDaXin Nodes. From c8aff629306d4cf989bdbc46388ceeb4e65bf34f Mon Sep 17 00:00:00 2001 From: Robert Tidball <57079898+roberttidball@users.noreply.github.com> Date: Thu, 15 Jan 2026 23:14:29 +1100 Subject: [PATCH 4/9] Add FXMacroData API to README Added FXMacroData API to the list of financial data APIs. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..ed1115a 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [fsynth](https://github.com/welcra/fsynth) - Python library for high-fidelity unlimited synthetic financial data generation using Heston Stochastic Volatility and Merton Jump Diffusion. - [fedfred](https://nikhilxsunder.github.io/fedfred/) - FRED & GeoFRED Economic data API with preprocessed dataframe output in pandas/geopandas, polars/polars_st, and dask dataframes/geodataframes. - [edgar-sec](https://nikhilxsunder.github.io/edgar-sec/) - EDGAR Financial data API with preprocessed dataclass outputs. +- [FXMacroData](https://fxmacrodata.com/) - Real-time forex macroeconomic API for all major currency pairs sourced from central bank announcements. ### Excel Integration From f8d5b14608ffdfac3c74d2242bf02076a0d45f01 Mon Sep 17 00:00:00 2001 From: m1a0cX Date: Sat, 17 Jan 2026 11:21:31 +0800 Subject: [PATCH 5/9] Add PandoraTrader to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..5a22193 100644 --- a/README.md +++ b/README.md @@ -505,6 +505,7 @@ date conversion, scaling factor values, and filtering by the specified date. - [TradeFrame](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. - [Hikyuu](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. - [OrderMatchingEngine](https://github.com/PIYUSH-KUMAR1809/order-matching-engine) - A production-grade, lock-free, high-frequency trading matching engine achieving 150M+ orders/sec. +- [PandoraTrader](https://github.com/pegasusTrader/PandoraTrader) - A C++ CTP trading framework, with very clear logic ## Frameworks From 2b4f910b30686e211f18f7360d12c27536559bed Mon Sep 17 00:00:00 2001 From: Alisson Leal Date: Sat, 17 Jan 2026 13:53:16 -0300 Subject: [PATCH 6/9] feat: add brapi-dev to data sources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..1b096cf 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [FinanceDataReader](https://github.com/FinanceData/FinanceDataReader) - Open Source Financial data reader for U.S, Korean, Japanese, Chinese, Vietnamese Stocks - [pystlouisfed](https://github.com/TomasKoutek/pystlouisfed) - Python client for Federal Reserve Bank of St. Louis API - FRED, ALFRED, GeoFRED and FRASER. - [python-bcb](https://github.com/wilsonfreitas/python-bcb) - Python interface to Brazilian Central Bank web services. +- [brapi.dev](https://brapi.dev/) - Brazilian stock market data API for B3/Bovespa quotes, historical OHLCV, dividends, and fundamentals. - [market-prices](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). - [tardis-python](https://github.com/tardis-dev/tardis-python) - Python interface for Tardis.dev high frequency crypto market data - [lake-api](https://github.com/crypto-lake/lake-api) - Python interface for Crypto Lake high frequency crypto market data From 1ab32d8a6486a079424bf2018350283a66cb9ec7 Mon Sep 17 00:00:00 2001 From: Dwight Gunning Date: Sat, 24 Jan 2026 07:41:40 -0500 Subject: [PATCH 7/9] Add edgartools to Data Sources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..24f3063 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [fsynth](https://github.com/welcra/fsynth) - Python library for high-fidelity unlimited synthetic financial data generation using Heston Stochastic Volatility and Merton Jump Diffusion. - [fedfred](https://nikhilxsunder.github.io/fedfred/) - FRED & GeoFRED Economic data API with preprocessed dataframe output in pandas/geopandas, polars/polars_st, and dask dataframes/geodataframes. - [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. ### Excel Integration From 9cbd0db013794f706b8bd66437c2e86a1a5922bd Mon Sep 17 00:00:00 2001 From: "dragon1086@naver.com" <1gmrfyd2@> Date: Sun, 1 Feb 2026 16:10:14 +0900 Subject: [PATCH 8/9] Add PRISM-INSIGHT to Trading & Backtesting AI-powered stock analysis system with: - 13 specialized AI agents for comprehensive analysis - Automated trading via KIS API - Korean & US market support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..6fdca08 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [pyqstrat](https://github.com/abbass2/pyqstrat) - A fast, extensible, transparent python library for backtesting quantitative strategies. - [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. - [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 7f764cc649f5f0af3c38cfa765f854134643953c Mon Sep 17 00:00:00 2001 From: serxasz Date: Mon, 2 Feb 2026 16:09:19 +0200 Subject: [PATCH 9/9] Update README.md add cointester.io to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f03451d..8b2cdb4 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [rust_bt](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. - [Gunbot Quant](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. - [StrateQueue](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. +- [CoinTester](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. ### Risk Analysis