From d5158f836299555ca48bf6536dbffb9dcf89ac11 Mon Sep 17 00:00:00 2001 From: Robert Grzesik Date: Fri, 10 Apr 2026 23:29:41 -0400 Subject: [PATCH] Add lumibot to Financial Data section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lumibot is an actively maintained Python framework (1,333+ stars, MIT license) for algorithmic trading backtesting and live deployment. It supports stocks, options, crypto, futures, and forex across multiple brokers. Repository is 3+ years old with consistent weekly activity. Category: Hidden Gem — solves the real pain of running the same strategy code in backtesting and production with multiple brokers. https://github.com/Lumiwealth/lumibot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89a4a6d..ef7b191 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ _Libraries for data analysis._ - Financial Data - [akshare](https://github.com/akfamily/akshare) - A financial data interface library, built for human beings! - [edgartools](https://github.com/dgunning/edgartools) - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements. + - [lumibot](https://github.com/Lumiwealth/lumibot) - Algorithmic trading framework for backtesting and live deployment across stocks, options, crypto, futures, and forex. - [openbb](https://github.com/OpenBB-finance/OpenBB) - A financial data platform for analysts, quants and AI agents. - [yfinance](https://github.com/ranaroussi/yfinance) - Easy Pythonic way to download market and financial data from Yahoo Finance.