From d880ba5d38b5bedc86ace103d9f4d42fa1a7a788 Mon Sep 17 00:00:00 2001 From: bwzheng2010 Date: Mon, 12 May 2025 09:22:42 +0800 Subject: [PATCH 1/3] fix #212 fixed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42b5da5..b53af3b 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants ### Data Sources - [yfinance](https://github.com/ranaroussi/yfinance) - Yahoo! Finance market data downloader (+faster Pandas Datareader) +- [defeatbeta-api](https://github.com/defeat-beta/defeatbeta-api) - An open-source alternative to Yahoo Finance's market data APIs with higher reliability. - [findatapy](https://github.com/cuemacro/findatapy) - Python library to download market data via Bloomberg, Quandl, Yahoo etc. - [googlefinance](https://github.com/hongtaocai/googlefinance) - Python module to get real-time stock data from Google Finance API. - [yahoo-finance](https://github.com/lukaszbanasiak/yahoo-finance) - Python module to get stock data from Yahoo! Finance. From ba12c316fa66ffd7cd08c4049b1cb6eddd0efc93 Mon Sep 17 00:00:00 2001 From: realfishsam Date: Fri, 27 Jun 2025 22:21:08 +0200 Subject: [PATCH 2/3] Update README.md 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42b5da5..4767015 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [Trading Strategy](https://github.com/tradingstrategy-ai/getting-started) - TradingStrategy.ai is a market data, backtesting, live trading and investor management framework for decentralised finance - [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. - [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. +- [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. ### Risk Analysis From 96d76b0dfde5471f0a52f5152fdbcee017418ca9 Mon Sep 17 00:00:00 2001 From: AlgoTradingLib <38377904+usdaud@users.noreply.github.com> Date: Thu, 24 Jul 2025 23:10:24 +0300 Subject: [PATCH 3/3] AlgoTradingLib.com pushed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42b5da5..effab7d 100644 --- a/README.md +++ b/README.md @@ -572,3 +572,4 @@ date conversion, scaling factor values, and filtering by the specified date. - [Tidy Finance](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. - [RoughVolatilityWorkshop](https://github.com/jgatheral/RoughVolatilityWorkshop) - 2024 QuantMind's Rough Volatility Workshop lectures. - [AFML](https://github.com/boyboi86/AFML) - All the answers for exercises from Advances in Financial Machine Learning by Dr Marco Lopez de Parodo. +- [AlgoTradingLib](https://github.com/usdaud/algotradinglib.github.io) - A catalog of algorithmic trading libraries, frameworks, strategies, and educational materials.