[
  {
    "path": ".github/FUNDING.yml",
    "content": "# These are supported funding model platforms\n\ngithub: [wangzhe3224]\n"
  },
  {
    "path": ".github/workflows/ci.yml",
    "content": "name: ci \non:\n  push:\n    branches:\n      - master \n      - main\njobs:\n  deploy:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - uses: actions/setup-python@v2\n        with:\n          python-version: 3.x\n      - run: pip install mkdocs-material \n      - run: mkdocs gh-deploy --force\n"
  },
  {
    "path": ".gitignore",
    "content": "# Byte-compiled / optimized / DLL files\n__pycache__/\n*.py[cod]\n*$py.class\n\n# C extensions\n*.so\n\n# Distribution / packaging\n.Python\nbuild/\ndevelop-eggs/\ndist/\ndownloads/\neggs/\n.eggs/\nlib/\nlib64/\nparts/\nsdist/\nvar/\nwheels/\nshare/python-wheels/\n*.egg-info/\n.installed.cfg\n*.egg\nMANIFEST\n\n# PyInstaller\n#  Usually these files are written by a python script from a template\n#  before PyInstaller builds the exe, so as to inject date/other infos into it.\n*.manifest\n*.spec\n\n# Installer logs\npip-log.txt\npip-delete-this-directory.txt\n\n# Unit test / coverage reports\nhtmlcov/\n.tox/\n.nox/\n.coverage\n.coverage.*\n.cache\nnosetests.xml\ncoverage.xml\n*.cover\n*.py,cover\n.hypothesis/\n.pytest_cache/\ncover/\n\n# Translations\n*.mo\n*.pot\n\n# Django stuff:\n*.log\nlocal_settings.py\ndb.sqlite3\ndb.sqlite3-journal\n\n# Flask stuff:\ninstance/\n.webassets-cache\n\n# Scrapy stuff:\n.scrapy\n\n# Sphinx documentation\ndocs/_build/\n\n# PyBuilder\n.pybuilder/\ntarget/\n\n# Jupyter Notebook\n.ipynb_checkpoints\n\n# IPython\nprofile_default/\nipython_config.py\n\n# pyenv\n#   For a library or package, you might want to ignore these files since the code is\n#   intended to run in multiple environments; otherwise, check them in:\n# .python-version\n\n# pipenv\n#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.\n#   However, in case of collaboration, if having platform-specific dependencies or dependencies\n#   having no cross-platform support, pipenv may install dependencies that don't work, or not\n#   install all needed dependencies.\n#Pipfile.lock\n\n# poetry\n#   Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.\n#   This is especially recommended for binary packages to ensure reproducibility, and is more\n#   commonly ignored for libraries.\n#   https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control\n#poetry.lock\n\n# PEP 582; used by e.g. github.com/David-OConnor/pyflow\n__pypackages__/\n\n# Celery stuff\ncelerybeat-schedule\ncelerybeat.pid\n\n# SageMath parsed files\n*.sage.py\n\n# Environments\n.env\n.venv\nenv/\nvenv/\nENV/\nenv.bak/\nvenv.bak/\n\n# Spyder project settings\n.spyderproject\n.spyproject\n\n# Rope project settings\n.ropeproject\n\n# mkdocs documentation\n/site\n\n# mypy\n.mypy_cache/\n.dmypy.json\ndmypy.json\n\n# Pyre type checker\n.pyre/\n\n# pytype static type analyzer\n.pytype/\n\n# Cython debug symbols\ncython_debug/\n\n# PyCharm\n#  JetBrains specific template is maintainted in a separate JetBrains.gitignore that can\n#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore\n#  and can be added to the global gitignore or merged into this file.  For a more nuclear\n#  option (not recommended) you can uncomment the following to ignore the entire idea folder.\n#.idea/\n\n# General\n.DS_Store\n.AppleDouble\n.LSOverride\n\n# Icon must end with two \\r\nIcon\r\r\n\n# Thumbnails\n._*\n\n# Files that might appear in the root of a volume\n.DocumentRevisions-V100\n.fseventsd\n.Spotlight-V100\n.TemporaryItems\n.Trashes\n.VolumeIcon.icns\n.com.apple.timemachine.donotpresent\n\n# Directories potentially created on remote AFP share\n.AppleDB\n.AppleDesktop\nNetwork Trash Folder\nTemporary Items\n.apdisk\n"
  },
  {
    "path": "LICENSE",
    "content": "MIT License\n\nCopyright (c) 2021 Zhe Wang\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."
  },
  {
    "path": "Readme.md",
    "content": "# Awesome Systematic Trading\n\n> or Quantitative Trading + a bit data science infra\n\n[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n![GitHub last commit (branch)](https://img.shields.io/github/last-commit/wangzhe3224/awesome-systematic-trading/master)\n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)\n![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)\n![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white)\n![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)\n![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)\n![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)\n![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?style=for-the-badge&logo=jupyter&logoColor=white)\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=wangzhe3224/awesome-systematic-trading&type=Timeline)](https://star-history.com/#wangzhe3224/awesome-systematic-trading&Timeline)\n\n[希望阅读中文版？点我](./Readme_cn.md)\n\n[Interested in systematic trading? Check QuantBox](https://quant.funcoder.net/)\n\nA curated list of awesome libraries, packages and resources for Systematic Trading (Quantitative Trading)\n\n> Open access: all rights granted for use and re-use of any kind, by anyone, at no cost, under your choice of either the free MIT License or Creative Commons CC-BY International Public License.\n\nHow do we pick the projects?\n\n- Fit in Systematic Trading / Quantitative Trading domain\n- Good coding style and software architecture\n- (Optional) Under active development\n- (Optional) Reasonable test coverage\n\nOverall, I tend to pick decent or promising libraries that closely related to systematic trading instead of including as many libraries as possible.\n\n **Please raise a PR if you found some good fit projects for this repo or remove some outdated projects. Thanks!**\n\nSearch page by languages you are interested in to find related libraries. For example: `Ctrl+F`, `Rust`\n\nAnd I count crypto as whole new category: [>> Click ME to Systematic Crypto](crypto_focus.md).\n\n- [Awesome Systematic Trading](#awesome-systematic-trading)\n  - [Star History](#star-history)\n  - [🔥 AI Powered Systematic Trading Systems](#-ai-powered-systematic-trading-systems)\n  - [Backtest + live trading](#backtest--live-trading)\n    - [General purpose](#general-purpose)\n    - [Crypto currency focus](#crypto-currency-focus)\n    - [Machine Learning / Reinforcement Learning Focused](#machine-learning--reinforcement-learning-focused)\n  - [Alpha Collections](#alpha-collections)\n    - [General Alpha](#general-alpha)\n    - [Expression based alpha](#expression-based-alpha)\n    - [Stock picking](#stock-picking)\n    - [Orderbook](#orderbook)\n    - [Arbitrage (Crypto)](#arbitrage-crypto)\n  - [Basic Components](#basic-components)\n    - [Fundamental libraries](#fundamental-libraries)\n    - [Computation](#computation)\n    - [Python Performance Booster](#python-performance-booster)\n    - [Python Profilers](#python-profilers)\n    - [Alternative libraries](#alternative-libraries)\n      - [Numpy Alternatives](#numpy-alternatives)\n      - [Pandas Alternatives](#pandas-alternatives)\n  - [Analytic tools](#analytic-tools)\n    - [Metrics computation](#metrics-computation)\n    - [Indicators](#indicators)\n    - [Pricing](#pricing)\n    - [Risk](#risk)\n    - [Optimization](#optimization)\n    - [TimeSeries Analysis](#timeseries-analysis)\n  - [Visualization](#visualization)\n  - [Message Queues](#message-queues)\n  - [Databases](#databases)\n  - [Data Source](#data-source)\n    - [Stocks and General](#stocks-and-general)\n    - [Alternative](#alternative)\n    - [Crypto](#crypto)\n  - [Broker APIs](#broker-apis)\n  - [Quant Shops Code and Blog](#quant-shops-code-and-blog)\n  - [Resources](#resources)\n    - [Research](#research)\n    - [Books](#books)\n    - [Blogs](#blogs)\n    - [Tutorials](#tutorials)\n    - [Courses](#courses)\n  - [Relevant Projects](#relevant-projects)\n\n## 🔥 AI Powered Systematic Trading Systems\n\n- [AI Hedge Fund](https://github.com/virattt/ai-hedge-fund) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/virattt/ai-hedge-fund/main) ![GitHub Repo stars](https://img.shields.io/github/stars/virattt/ai-hedge-fund?style=social) | `Python` | - An AI Hedge Fund Team\n- [FinRL](https://github.com/AI4Finance-Foundation/FinRL) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/AI4Finance-Foundation/FinRL/master) ![GitHub Repo stars](https://img.shields.io/github/stars/AI4Finance-Foundation/FinRL?style=social) | Python | - FinRL is the first open-source framework to demonstrate the great potential of applying deep reinforcement learning in quantitative finance.\n- [FinGPT](https://github.com/AI4Finance-Foundation/FinGPT) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/AI4Finance-Foundation/FinGPT/master) ![GitHub Repo stars](https://img.shields.io/github/stars/AI4Finance-Foundation/FinGPT?style=social) - FinGPT: Open-Source Financial Large Language Models! Revolutionize 🔥 We release the trained model on HuggingFace.\n- [QLib (Microsoft)](https://github.com/microsoft/qlib) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/microsoft/qlib/main) ![GitHub Repo stars](https://img.shields.io/github/stars/microsoft/qlib?style=social) | Python, Cython | - Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib.\n- [Qbot](https://github.com/UFund-Me/Qbot) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/UFund-Me/Qbot/main) ![GitHub Repo stars](https://img.shields.io/github/stars/UFund-Me/Qbot?style=social) | `Python` | - AI 自动量化交易机器人 AI-powered Quantitative Investment Research Platform.\n- [VARRD](https://github.com/augiemazza/varrd) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/augiemazza/varrd/main) ![GitHub Repo stars](https://img.shields.io/github/stars/augiemazza/varrd?style=social) | `Python` | - AI-powered trading research platform that validates any trading idea with event studies, statistical tests, and real market data across 15,000+ instruments. CLI, Python SDK, and MCP server.\n- [InvicTrade](https://invictrade.com) - AI-powered trading signals with 74% historical win rate, combining strategies from legendary investors using multi-model AI intelligence.\n- [OpenFinClaw](https://github.com/cryptoSUN2049/openFinclaw) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/cryptoSUN2049/openFinclaw/main) ![GitHub Repo stars](https://img.shields.io/github/stars/cryptoSUN2049/openFinclaw?style=social) | `TypeScript` | - AI-native systematic trading framework. Natural language strategy generation, multi-market execution (US/HK/CN/Crypto), self-evolving strategy pipeline with community leaderboard. Built on OpenClaw (68K+ stars).\n\n## Backtest + live trading\n\n### General purpose\n\n> Event Driven Frameworks\n\nNote: the one marked as `Live Trading` has reasonable live trading support for at least 1 broker. Otherwise, backtest\n function only.\n\n- [the0](https://github.com/alexanderwanyoike/the0) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/alexanderwanyoike/the0/main) ![GitHub Repo stars](https://img.shields.io/github/stars/alexanderwanyoike/the0?style=social) | Python, TypeScript, Rust, C++, C#, Scala, Haskell, Live Trading | - Self-hosted execution engine for algorithmic trading bots. Each bot runs in an isolated container. No framework imposed — your bot is just normal code.\n- [aat](https://github.com/AsyncAlgoTrading/aat) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/AsyncAlgoTrading/aat/main) ![GitHub Repo stars](https://img.shields.io/github/stars/AsyncAlgoTrading/aat?style=social) | Python, C++, Live Trading| - an asynchronous, event-driven framework for writing algorithmic trading strategies in python with optional acceleration in C++. It is designed to be modular and extensible, with support for a wide variety of instruments and strategies, live trading across (and between) multiple exchanges.\n- [* barter-rs](https://github.com/barter-rs/barter-rs) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/barter-rs/barter-rs/main) ![GitHub Repo stars](https://img.shields.io/github/stars/barter-rs/barter-rs?style=social) | Rust | - Open-source Rust framework for building event-driven live-trading & backtesting systems. Algorithmic trade with the peace of mind that comes from knowing your strategies have been backtested with a near-identical trading Engine.\n- [* bt](https://github.com/pmorissette/bt) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pmorissette/bt/master) ![GitHub Repo stars](https://img.shields.io/github/stars/pmorissette/bt?style=social) | Python | -  Flexible backtesting for Python based on Algo and Strategy Tree\n- [Better Quant](https://github.com/byrnexu/betterquant) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/byrnexu/betterquant/master) ![GitHub Repo stars](https://img.shields.io/github/stars/byrnexu/betterquant?style=social) | C++, Live Trading | - Better quant today, best quant tomorrow. 💪\n- [Botvana](https://github.com/featherenvy/botvana) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/featherenvy/botvana/main) ![GitHub Repo stars](https://img.shields.io/github/stars/featherenvy/botvana?style=social) | Rust | - high-performance and event-driven trading system built using Rust\n- [backtrader](https://github.com/mementum/backtrader) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/mementum/backtrader/master) ![GitHub Repo stars](https://img.shields.io/github/stars/mementum/backtrader?style=social) | Python, Live Trading | - Event driven Python Backtesting library for trading strategies\n- [backtesting.py](https://github.com/kernc/backtesting.py) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/kernc/backtesting.py/master) ![GitHub Repo stars](https://img.shields.io/github/stars/kernc/backtesting.py?style=social) | Python | - Backtesting.py is a Python framework for inferring viability of trading strategies on historical (past) data. Improved upon the vision of Backtrader, and by all means surpassingly comparable to other accessible alternatives, Backtesting.py is lightweight, fast, user-friendly, intuitive, interactive, intelligent and, hopefully, future-proof.\n- [FlashFunk](https://github.com/HFQR/FlashFunk) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/HFQR/FlashFunk/master) ![GitHub Repo stars](https://img.shields.io/github/stars/HFQR/FlashFunk?style=social) | Rust | -  High Performance Runtime in Rust\n- [QuantFabric](https://github.com/QuantFabric/QuantFabric) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/QuantFabric/QuantFabric/master) ![GitHub Repo stars](https://img.shields.io/github/stars/QuantFabric/QuantFabric?style=social) | C++ | - QuantFabric是基于Linux/C++开发的中高频量化交易系统，支持中金所、郑商所、大商所、上期所、上海国际能源中心的期货业务品种交易，支持上交所、深交所的股票、债券品种交易。\n- [gobacktest](https://github.com/gobacktest/gobacktest) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/gobacktest/gobacktest/main) ![GitHub Repo stars](https://img.shields.io/github/stars/gobacktest/gobacktest?style=social) | Go | - A Go implementation of event-driven backtesting framework\n- [Hikyuu](https://github.com/fasiondog/hikyuu) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/fasiondog/hikyuu/master) ![GitHub Repo stars](https://img.shields.io/github/stars/fasiondog/hikyuu?style=social) | C++, Python| - Hikyuu Quant Framework 基于C++/Python的开源量化交易研究框架\n- [Investing Algorithm Framework](https://github.com/coding-kitties/investing-algorithm-framework/tree/main) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/coding-kitties/investing-algorithm-framework/main) ![GitHub Repo stars](https://img.shields.io/github/stars/coding-kitties/investing-algorithm-framework?style=social) | Python | - Framework for developing, backtesting, and deploying automated trading algorithms and trading bots.\n- [lumibot](https://github.com/Lumiwealth/lumibot) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Lumiwealth/lumibot/master) ![GitHub Repo stars](https://img.shields.io/github/stars/Lumiwealth/lumibot?style=social) | Python | - A very simple yet useful backtesting and sample based live trading framework (a bit slow to run...)\n- [* nautilus_trader](https://github.com/nautechsystems/nautilus_trader) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/nautechsystems/nautilus_trader/master) ![GitHub Repo stars](https://img.shields.io/github/stars/nautechsystems/nautilus_trader?style=social) | Python, Cython, Rust, Live Trading | - A high-performance algorithmic trading platform and event-driven backtester\n- [PyBroker](https://github.com/edtechre/pybroker) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/edtechre/pybroker/master) ![GitHub Repo stars](https://img.shields.io/github/stars/edtechre/pybroker?style=social) | Python | - Algorithmic Trading in Python with Machine Learning\n- [QuantConnect](https://github.com/QuantConnect/Lean) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/QuantConnect/Lean/master) ![GitHub Repo stars](https://img.shields.io/github/stars/QuantConnect/Lean?style=social) | C#, .NET, Live Trading | - Lean Algorithmic Trading Engine by QuantConnect (Python, C#)\n- [QUANTAXIS](https://github.com/QUANTAXIS/QUANTAXIS) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/QUANTAXIS/QUANTAXIS/master) ![GitHub Repo stars](https://img.shields.io/github/stars/QUANTAXIS/QUANTAXIS?style=social) | Python, Rust, Live Trading | - QUANTAXIS 支持任务调度 分布式部署的 股票/期货/期权/港股/虚拟货币 数据/回测/模拟/交易/可视化/多账户 纯本地量化解决方案\n- [Rqalpha](https://github.com/ricequant/rqalpha) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/ricequant/rqalpha/master) ![GitHub Repo stars](https://img.shields.io/github/stars/ricequant/rqalpha?style=social) | Python | - A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities\n- [quanttrader](https://github.com/letianzj/quanttrader) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/letianzj/quanttrader/master) ![GitHub Repo stars](https://img.shields.io/github/stars/letianzj/quanttrader?style=social) | Python | - Backtest and live trading in Python. Event based. Similar to backtesting.py.\n- [qf-lib](https://github.com/quarkfin/qf-lib) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/quarkfin/qf-lib/master) ![GitHub Repo stars](https://img.shields.io/github/stars/quarkfin/qf-lib?style=social) | Python | - Modular Python library that provides an advanced event driven backtester and a set of high quality tools for quantitative finance. Integrated with various data vendors and brokers, supports Crypto, Stocks and Futures.\n- [sdoosa-algo-trade-python](https://github.com/sreenivasdoosa/sdoosa-algo-trade-python) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/sreenivasdoosa/sdoosa-algo-trade-python/master) ![GitHub Repo stars](https://img.shields.io/github/stars/sreenivasdoosa/sdoosa-algo-trade-python?style=social) | Python | - This project is mainly for newbies into algo trading who are interested in learning to code their own trading algo using python interpreter.\n- [* vnpy](https://github.com/vnpy/vnpy) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/vnpy/vnpy/master) ![GitHub Repo stars](https://img.shields.io/github/stars/vnpy/vnpy?style=social) | Python, Stock, Futures, Crypto, Live Trading | - Python-based open source quantitative trading system development framework, officially released in January 2015, has grown step by step into a full-featured quantitative trading platform\n- [WonderTrader](https://github.com/wondertrader/wondertrader) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/wondertrader/wondertrader/master) ![GitHub Repo stars](https://img.shields.io/github/stars/wondertrader/wondertrader?style=social) | C++, Python | - WonderTrader——量化研发交易一站式框架\n- [zvt](https://github.com/zvtvz/zvt) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/zvtvz/zvt/master) ![GitHub Repo stars](https://img.shields.io/github/stars/zvtvz/zvt?style=social) | Python, Stock, Backtest | - Modular quant framework\n- [zipline](https://github.com/quantopian/zipline) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/quantopian/zipline/master) ![GitHub Repo stars](https://img.shields.io/github/stars/quantopian/zipline?style=social) | Python | - Zipline is a Pythonic algorithmic trading library. It is an event-driven system for backtesting.\n- [PandoraTrader](https://github.com/pegasusTrader/PandoraTrader) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pegasusTrader/PandoraTrader/master) ![GitHub Repo stars](https://img.shields.io/github/stars/pegasusTrader/PandoraTrader?style=social) | C++ | - CTP 高频量化交易平台 C++ Trade Platform for quant developer\n- [hftbacktest](https://github.com/nkaz001/hftbacktest) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/nkaz001/hftbacktest/master) ![GitHub Repo stars](https://img.shields.io/github/stars/nkaz001/hftbacktest?style=social) | Python, numba | - A high-frequency trading and market-making backtesting tool accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books.\n- [Cipher](https://github.com/nanvel/cipher-bt) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/nanvel/cipher-bt/master) ![GitHub Repo stars](https://img.shields.io/github/stars/nanvel/cipher-bt?style=social) | Python | - Backtesting library with focus on position adjustment that allows testing complicated setups. Pythonic, extensible, well-structured, documented.\n- [Gunbot Quant](https://github.com/GuntharDeNiro/gunbot-quant) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/GuntharDeNiro/gunbot-quant/master) ![GitHub Repo stars](https://img.shields.io/github/stars/GuntharDeNiro/gunbot-quant?style=social) | Python | - Standalone application for market screening and backtesting. Supports multi-asset, multi-strategy backtests. Includes user interface and CLI options.\n- [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 | - 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.\n- [Tradingview Screener API](https://github.com/jmargieh/tradingview-screener) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/jmargieh/tradingview-screener/main) ![GitHub Repo stars](https://img.shields.io/github/stars/jmargieh/tradingview-screener?style=social) | TypeScript | - Query TradingView's financial data with a type-safe, fluent TypeScript API. Screen stocks, crypto, forex, bonds, and futures using 13,000+ data fields. The library includes a Model Context Protocol (MCP) server that lets you query financial markets using natural language in Claude Desktop. This is a unique feature that enables conversational market analysis.\n\n> Vector Based Frameworks\n\n- [QTradeX](https://github.com/squidKid-deluxe/QTradeX-Algo-Trading-SDK)  ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/squidKid-deluxe/QTradeX-Algo-Trading-SDK) ![GitHub Repo stars](https://img.shields.io/github/stars/squidKid-deluxe/QTradeX-Algo-Trading-SDK?style=social) | Python, Live Trading | - A powerful and flexible Python framework for designing, backtesting, optimizing, and deploying algotrading bots\n- [FinHack](https://github.com/FinHackCN/finhack) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/FinHackCN/finhack/main) ![GitHub Repo stars](https://img.shields.io/github/stars/FinHackCN/finhack?style=social) | Python | - 一个易于拓展的量化金融框架，它在当前版本中集成了数据采集、因子计算、因子挖掘、因子分析、机器学习、策略编写、量化回测、实盘接入等全流程的量化投研工作\n- [pysystemtrade](https://github.com/robcarver17/pysystemtrade) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/robcarver17/pysystemtrade/master) ![GitHub Repo stars](https://img.shields.io/github/stars/robcarver17/pysystemtrade?style=social) | Python, Live Trading | - Systematic Trading in python from book <Systematic Trading> by Rob Carver\n- [finmarketpy](https://github.com/cuemacro/finmarketpy) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/cuemacro/finmarketpy/master) ![GitHub Repo stars](https://img.shields.io/github/stars/cuemacro/finmarketpy?style=social) | Python | - Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians)\n- [vectorbt](https://github.com/polakowo/vectorbt) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/polakowo/vectorbt/master) ![GitHub Repo stars](https://img.shields.io/github/stars/polakowo/vectorbt?style=social) | Python, numba | - vectorbt takes a novel approach to backtesting: it operates entirely on pandas and NumPy objects, and is accelerated by Numba to analyze any data at speed and scale. This allows for testing of many thousands of strategies in seconds.\n- [fund-strategy](https://github.com/SunshowerC/fund-strategy) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/SunshowerC/fund-strategy/master) ![GitHub Repo stars](https://img.shields.io/github/stars/SunshowerC/fund-strategy?style=social) | TypeScript | - 一个简单实用的基金投资策略分析，基金回测工具\n- [fastquant](https://github.com/enzoampil/fastquant) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/enzoampil/fastquant/master) ![GitHub Repo stars](https://img.shields.io/github/stars/enzoampil/fastquant?style=social) | Python | - Backtest and optimize your ML trading strategies with only 3 lines of code\n\n### Crypto currency focus\n\n- [basana](https://github.com/gbeced/basana) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/gbeced/basana/master) ![GitHub Repo stars](https://img.shields.io/github/stars/gbeced/basana?style=social) | Python | - A Python async and event driven framework for algorithmic trading, with a focus on crypto currencies.\n- [c-binance-future-quant](https://github.com/Melelery/c-binance-future-quant/tree/main) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Melelery/c-binance-future-quant/main) ![GitHub Repo stars](https://img.shields.io/github/stars/Melelery/c-binance-future-quant?style=social) | Python | - 低成本，高效率，简单实现的币安合约量化系统架构\n- [triangular-arbitrage2](https://github.com/zlq4863947/triangular-arbitrage2) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/zlq4863947/triangular-arbitrage2/main) ![GitHub Repo stars](https://img.shields.io/github/stars/zlq4863947/triangular-arbitrage2?style=social) | TypeScript | - a server side application for perform triangular arbitrage.\n- [bTrader](https://github.com/gabriel-milan/btrader) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/gabriel-milan/btrader/master) ![GitHub Repo stars](https://img.shields.io/github/stars/gabriel-milan/btrader?style=social) | Rust | - Triangle arbitrage trading bot for Binance\n- [crypto-crawler-rs](https://github.com/crypto-crawler/crypto-crawler-rs) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/crypto-crawler/crypto-crawler-rs/main) ![GitHub Repo stars](https://img.shields.io/github/stars/crypto-crawler/crypto-crawler-rs?style=social) | Rust | - Crawl orderbook and trade messages from crypto exchanges\n- [cryptotrader-core](https://github.com/monomadic/cryptotrader-core) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/monomadic/cryptotrader-core/master) ![GitHub Repo stars](https://img.shields.io/github/stars/monomadic/cryptotrader-core?style=social) | Rust | - Simple to use Crypto Exchange REST API client in rust.\n- [openlimits](https://github.com/nash-io/openlimits) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/nash-io/openlimits/main) ![GitHub Repo stars](https://img.shields.io/github/stars/nash-io/openlimits?style=social) | Rust | - A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers.\n- [Freqtrade](https://github.com/freqtrade/freqtrade) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/freqtrade/freqtrade/develop) ![GitHub Repo stars](https://img.shields.io/github/stars/freqtrade/freqtrade?style=social) | Python | - Freqtrade is a free and open source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram. It contains backtesting, plotting and money management tools as well as strategy optimization by machine learning.\n- [* Hummingbot](https://github.com/CoinAlpha/hummingbot) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/CoinAlpha/hummingbot/development) ![GitHub Repo stars](https://img.shields.io/github/stars/CoinAlpha/hummingbot?style=social) | Python, Cython, Live Trading | - A client for crypto market making\n- [Jesse](https://github.com/jesse-ai/jesse) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/jesse-ai/jesse/master) ![GitHub Repo stars](https://img.shields.io/github/stars/jesse-ai/jesse?style=social) | Python | - Jesse is an advanced crypto trading framework which aims to simplify researching and defining trading strategies.\n- [* OctoBot](https://github.com/Drakkar-Software/OctoBot) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Drakkar-Software/OctoBot/master) ![GitHub Repo stars](https://img.shields.io/github/stars/Drakkar-Software/OctoBot?style=social) | Python, Cython, Live Trading| - Cryptocurrency trading bot for TA, arbitrage and social trading with an advanced web interface\n- [Kelp](https://github.com/stellar/kelp) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/stellar/kelp/master) ![GitHub Repo stars](https://img.shields.io/github/stars/stellar/kelp?style=social) | Go, Live Trading | - Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges\n- [exc](https://github.com/Nouzan/exc) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Nouzan/exc/main) ![GitHub Repo stars](https://img.shields.io/github/stars/Nouzan/exc?style=social) | Rust | - The abstraction layer of exchanges.\n- [MyCryptoBot](https://github.com/diogomatoschaves/MyCryptoBot) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/diogomatoschaves/MyCryptoBot/master) ![GitHub Repo stars](https://img.shields.io/github/stars/diogomatoschaves/MyCryptoBot?style=social) | Python, Js | - Automated, open source crypto trading and backtesting platform\n\n### Machine Learning / Reinforcement Learning Focused\n\n> ML, RL\n\n- [TradingGym](https://github.com/Yvictor/TradingGym) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Yvictor/TradingGym/master) ![GitHub Repo stars](https://img.shields.io/github/stars/Yvictor/TradingGym?style=social) | Python, Live Trading | - Trading and Backtesting environment for training reinforcement learning agent or simple rule base algo.\n- [Stock Trading Bot using Deep Q-Learning](https://github.com/pskrunner14/trading-bot) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pskrunner14/trading-bot/master) ![GitHub Repo stars](https://img.shields.io/github/stars/pskrunner14/trading-bot?style=social) | Python | - Stock Trading Bot using Deep Q-Learning\n\n## Alpha Collections\n\n### General Alpha\n\n- [Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD](https://github.com/je-suis-tm/quant-trading#15-vix-calculator)\n- [analyzingalpha](https://github.com/leosmigel/analyzingalpha)\n- [Finance](https://github.com/shashankvemuri/Finance) | `Python` | - 150+ quantitative finance Python programs to help you gather, manipulate, and analyze stock market data\n- [ThetaGang](https://github.com/brndnmtthws/thetagang) - ThetaGang is an IBKR bot for collecting money\n  - <https://www.reddit.com/r/options/comments/a36k4j/the_wheel_aka_triple_income_strategy_explained/>\n- [PyTrendFollow](https://github.com/chrism2671/PyTrendFollow) | `Python` | - PyTrendFollow - systematic futures trading using trend following\n- [czsc - 缠中说禅技术分析工具](https://github.com/waditu/czsc) | `Python` | - 缠中说禅技术分析工具；缠论；股票；期货；Quant；量化交易\n- [volest](https://github.com/jasonstrimpel/volatility-trading) | `Python` | - A complete set of volatility estimators based on Euan Sinclair's Volatility Trading\n- [quant-trading](https://github.com/je-suis-tm/quant-trading) | `Python` | - Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, Shooting Star, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD\n- [一个中文策略合集](https://github.com/fmzquant/strategies) | `Python` |\n- [一个实盘的股票趋势策略](https://github.com/BigBrotherTrade/trader) | `Python` | -\n- [Quantitative-analysis](https://github.com/hugo2046/QuantsPlaybook) | `Python` | - 量化研究-券商金工研报复现\n\n### Expression based alpha\n\n- [torchquantum](https://github.com/nymath/torchquantum) | `Cython`, `C`, `Python` | - TorchQuantum is a backtesting framework that integrates the structure of PyTorch and WorldQuant's Operator for efficient quantitative financial analysis.\n- [OpenAlpha](https://github.com/caoruicn/openalpha) | `C++` | - An open source equity statistical arbitrage backtest simulator, use the same API as WorldQuant's WebSim\n- [stock](https://github.com/xcycharles/stock) | `Python` | - 一些因子挖掘的代码 A 股\n- [AlphaGen](https://github.com/RL-MLDM/alphagen) | `Python` | - Automatic formulaic alpha generation with reinforcement learning.\n- [Genetic-Alpha](https://github.com/Morgansy/Genetic-Alpha) - A genetic programming algorithm used for generating alpha factors in the multi-factor investment strategy\n- [alpha_examples](https://github.com/wukan1986/alpha_examples) - An expression based alpha demo using Polars\n\n### Stock picking\n\n- [InvesTool](https://github.com/axiaoxin-com/investool) | `Go` | - Golang实现财报分析、个股基本面检测、基本面选股、4433法则基金筛选与检测、基金持仓相似度、股票选基、基金经理筛选\n- [Sequoia选股系统](https://github.com/sngyai/Sequoia#sequoia%E9%80%89%E8%82%A1%E7%B3%BB%E7%BB%9F) | `Python` | - A股自动选股程序，实现了海龟交易法则、缠中说禅牛市买点，以及其他若干种技术形态\n- [ValueInvest](https://github.com/wangzhe3224/valueinvest) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/wangzhe3224/valueinvest/main) ![GitHub Repo stars](https://img.shields.io/github/stars/wangzhe3224/valueinvest?style=social) | `Python` | - A modular Python library for comprehensive stock valuation using multiple methodologies (Graham, DCF, EPV, DDM, etc.) with real-time data fetching and news sentiment analysis\n\n### Orderbook\n\n- [The Microprice](https://github.com/sstoikov/microprice/tree/master) - An estimator of the fair price, given the state of the order book.\n\n### Arbitrage (Crypto)\n\n> Note: these bots are old and not maintained. I put them here just to show some logic of crypto arbitrage.\n  \n- [Blackbird](https://github.com/butor/blackbird) | `C++` | - Blackbird Bitcoin Arbitrage: a long/short market-neutral strategy\n- [bitcoin-arbitrage](https://github.com/maxme/bitcoin-arbitrage) | `Python` | - Bitcoin arbitrage - opportunity detector\n- [R2 Bitcoin Arbitrager](https://github.com/bitrinjani/r2) | `TypeScript` | - R2 Bitcoin Arbitrager is an automatic arbitrage trading system powered by Node.js + TypeScript.\n\n## Basic Components\n\n### Fundamental libraries\n\n- [Cvxpy](https://github.com/cvxpy/cvxpy) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/cvxpy/cvxpy/master) ![GitHub Repo stars](https://img.shields.io/github/stars/cvxpy/cvxpy?style=social) | Python, C++ | - A Python-embedded modeling language for convex optimization problems.\n- [jax](https://github.com/google/jax) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/google/jax/main) ![GitHub Repo stars](https://img.shields.io/github/stars/google/jax?style=social) | `Python` | - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more\n- [Numpy](https://github.com/numpy/numpy) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/numpy/numpy/main) ![GitHub Repo stars](https://img.shields.io/github/stars/numpy/numpy?style=social) | Python, C | - The fundamental package for scientific computing with Python\n- [trade-frame](https://github.com/rburkholder/trade-frame) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/rburkholder/trade-frame/master) ![GitHub Repo stars](https://img.shields.io/github/stars/rburkholder/trade-frame?style=social) | C++ | - C++ 17 based library (with sample applications) for testing equities, futures, currencies, etfs & options based automated trading ideas using DTN IQFeed real time data feed and Interactive Brokers (IB TWS API) for trade execution. Some support for Alpaca & Phemex. Notifications via Telegram \n- Modelling\n  - [Scipy](https://github.com/scipy/scipy) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/scipy/scipy/main) ![GitHub Repo stars](https://img.shields.io/github/stars/scipy/scipy?style=social) | Python, C | - Fundamental algorithms for scientific computing in Python\n  - [statsmodels](https://github.com/statsmodels/statsmodels/) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/statsmodels/statsmodels/main) ![GitHub Repo stars](https://img.shields.io/github/stars/statsmodels/statsmodels?style=social) - Python module that allows users to explore data, estimate statistical models, and perform statistical tests.\n  - [PyMC](https://github.com/pymc-devs/pymc) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/statsmodels/statsmodels/main) ![GitHub Repo stars](https://img.shields.io/github/stars/pymc-devs/pymc?style=social) | Python | - Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Aesara\n  - [DEAP](https://github.com/DEAP/deap) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/DEAP/deap/master) ![GitHub Repo stars](https://img.shields.io/github/stars/DEAP/deap?style=social) |Python| - Distributed Evolutionary Algorithms in Python\n- DataFrame\n  - [Pandas](https://github.com/pandas-dev/pandas) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pandas-dev/pandas/main) ![GitHub Repo stars](https://img.shields.io/github/stars/pandas-dev/pandas?style=social) | Python, Cython | - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more\n  - [Polars](https://github.com/pola-rs/polars) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pola-rs/polars/main) ![GitHub Repo stars](https://img.shields.io/github/stars/pola-rs/polars?style=social)| Rust, Python | - Polars is a blazingly fast DataFrames library implemented in Rust using Apache Arrow Columnar Format as memory model.\n  - [FireDucks](https://fireducks-dev.github.io/) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/fireducks-dev/fireducks/main) - Compiler Accelerated DataFrame Library for Python with fully-compatible pandas API\n- Machine Learning\n  - [Hugging Face](https://github.com/huggingface/) ![GitHub Repo stars](https://img.shields.io/github/stars/huggingface?style=social) - The AI community building the future.\n  - [LangChain](https://github.com/langchain-ai/langchain) ![GitHub Repo stars](https://img.shields.io/github/stars/langchain-ai/langchain?style=social) - Building applications with LLMs through composability\n  - [Sikit-learn](https://github.com/scikit-learn/scikit-learn) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/scikit-learn/scikit-learn/main) ![GitHub Repo stars](https://img.shields.io/github/stars/scikit-learn/scikit-learn?style=social) | Python, Cython | - Machine learning in Python\n  - [JAX](https://github.com/google/jax) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/google/jax/main) ![GitHub Repo stars](https://img.shields.io/github/stars/google/jax?style=social)  - Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more\n  - [Pytorch](https://github.com/pytorch/pytorch) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pytorch/pytorch/main) ![GitHub Repo stars](https://img.shields.io/github/stars/pytorch/pytorch?style=social) | Python | - Tensors and Dynamic neural networks in Python with strong GPU acceleration\n  - [Keras](https://github.com/keras-team/keras) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/keras-team/keras/master) ![GitHub Repo stars](https://img.shields.io/github/stars/keras-team/keras?style=social) | Python | - The most user friendly Deep Learning for humans in Python\n  - [TensorFlow](https://github.com/tensorflow/tensorflow) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/tensorflow/tensorflow/master) ![GitHub Repo stars](https://img.shields.io/github/stars/tensorflow/tensorflow?style=social) | Python, C++ | - More low level Deep Learning framework\n- DAG\n  - [Rustworkx](https://github.com/Qiskit/rustworkx/tree/main) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Qiskit/rustworkx/main) ![GitHub Repo stars](https://img.shields.io/github/stars/Qiskit/rustworkx?style=social) | Rust, Python | - A high performance Python graph library implemented in Rust.\n  - [Networkx](https://github.com/networkx/networkx) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/networkx/networkx/main) ![GitHub Repo stars](https://img.shields.io/github/stars/networkx/networkx?style=social) | Python | - Network Analysis in Python\n\n### Computation\n\n- [Ray](https://github.com/ray-project/ray) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/ray-project/ray/master) ![GitHub Repo stars](https://img.shields.io/github/stars/ray-project/ray?style=social) | Python, C++ | - An open source framework that provides a simple, universal API for building distributed applications.\n- [csp (Point72)](https://github.com/Point72/csp/tree/main) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Point72/csp/main) ![GitHub Repo stars](https://img.shields.io/github/stars/Point72/csp?style=social) | Python, C++ | - csp is a high performance reactive stream processing library, written in C++ and Python\n- [Dask](https://github.com/dask/dask) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/dask/dask/main) ![GitHub Repo stars](https://img.shields.io/github/stars/dask/dask?style=social) | Python | - Parallel computing with task scheduling in Python with a Pandas like API\n- [Spark](https://github.com/apache/spark) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/apache/spark/master) ![GitHub Repo stars](https://img.shields.io/github/stars/apache/spark?style=social) | Scala | - Apache Spark - A unified analytics engine for large-scale data processing\n- [Hamilton](https://github.com/dagworks-inc/hamilton) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/dagworks-inc/hamilton/main) ![GitHub Repo stars](https://img.shields.io/github/stars/dagworks-inc/hamilton?style=social)| Python | - A scalable general purpose micro-framework for defining dataflows. You can use it to build dataframes, numpy matrices, python objects, ML models, etc. Embed Hamilton anywhere python runs, e.g. spark, airflow, jupyter, fastapi, python scripts, etc.\n- [Incremental (JaneStreet)](https://github.com/janestreet/incremental) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/janestreet/incremental/master) ![GitHub Repo stars](https://img.shields.io/github/stars/janestreet/incremental?style=social) | Ocaml | - Incremental is a library that gives you a way of building complex computations that can update efficiently in response to their inputs changing, inspired by the work of Umut Acar et. al. on self-adjusting computations. Incremental can be useful in a number of applications\n- [Joblib](https://github.com/joblib/joblib)  ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/joblib/joblib/main) ![GitHub Repo stars](https://img.shields.io/github/stars/joblib/joblib?style=social) | Python | - running Python functions as pipeline jobs\n- [Tributary](https://github.com/timkpaine/tributary) ![GitHub Repo stars](https://img.shields.io/github/stars/timkpaine/tributary?style=social) | Python | - Streaming reactive and dataflow graphs in Python\n- [GraphKit(No activity)](https://github.com/yahoo/graphkit) ![GitHub Repo stars](https://img.shields.io/github/stars/yahoo/graphkit?style=social) | Python | - A lightweight Python module for creating and running ordered graphs of computations.\n- [Man MDF (No activity)](https://github.com/man-group/mdf) ![GitHub Repo stars](https://img.shields.io/github/stars/man-group/mdf?style=social) | Python | - Data-flow programming toolkit for Python\n- [Anchors - C++(No activity)](https://github.com/oluwatimilehin/anchors) ![GitHub Repo stars](https://img.shields.io/github/stars/oluwatimilehin/anchors?style=social) | C++ | - C++ library for incremental computing\n- [Anchors - Rust(No activity)](https://github.com/lord/anchors) ![GitHub Repo stars](https://img.shields.io/github/stars/lord/anchors?style=social) | Rust | - self adjusting computations in rust\n- [Loman (No activity)](https://github.com/janushendersonassetallocation/loman) ![GitHub Repo stars](https://img.shields.io/github/stars/janushendersonassetallocation/loman?style=social) | Python | - Loman is a Python library designed to allow quantitative researchers to control complex live updating calculation processes\n\n### Python Performance Booster\n\n- [cython](https://github.com/cython/cython) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/cython/cython/master) ![GitHub Repo stars](https://img.shields.io/github/stars/cython/cython?style=social) - Cython is a Python compiler that makes writing C extensions for Python as easy as Python itself. Cython is based on Pyrex, but supports more cutting edge functionality and optimizations.\n- [numba](https://github.com/numba/numba) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/numba/numba/main) ![GitHub Repo stars](https://img.shields.io/github/stars/numba/numba?style=social) - NumPy aware dynamic Python compiler using LLVM\n- [pybind11](https://github.com/pybind/pybind11) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pybind/pybind11/master) ![GitHub Repo stars](https://img.shields.io/github/stars/pybind/pybind11?style=social) - Seamless operability between C++11 and Python\n- [pyo3](https://github.com/PyO3/pyo3)  ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/numba/numba/main) ![GitHub Repo stars](https://img.shields.io/github/stars/PyO3/pyo3?style=social) - Rust bindings for the Python interpreter\n- [CuPy](https://github.com/cupy/cupy/) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/cupy/cupy/main) ![GitHub Repo stars](https://img.shields.io/github/stars/cupy/cupy?style=social) | Python, C++, Cython, Cuda | - CuPy is an open-source array library for GPU-accelerated computing with Python. 100x Boost for some operations\n- [CuDF](https://github.com/rapidsai/cudf) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/rapidsai/cudf/main) ![GitHub Repo stars](https://img.shields.io/github/stars/rapidsai/cudf?style=social) | Python | - cuDF - GPU DataFrame Library. No-code-change accelerator for pandas.\n- [codon](https://github.com/exaloop/codon) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/exaloop/codon/develop) ![GitHub Repo stars](https://img.shields.io/github/stars/exaloop/codon?style=social) | C++ | - A high-performance, zero-overhead, extensible Python compiler using LLVM\n- [Bottleneck](https://github.com/pydata/bottleneck) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pydata/bottleneck/master) ![GitHub Repo stars](https://img.shields.io/github/stars/pydata/bottleneck?style=social) | Python, C | - Fast NumPy array functions written in C\n- [NumExpr](https://github.com/pydata/numexpr) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/pydata/numexpr/master) ![GitHub Repo stars](https://img.shields.io/github/stars/pydata/numexpr?style=social) | Python, C++ | - Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more\n- [pandarallel](https://github.com/nalepae/pandarallel) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/nalepae/pandarallel/master) ![GitHub Repo stars](https://img.shields.io/github/stars/nalepae/pandarallel?style=social) | Python | - A simple and efficient tool to parallelize Pandas operations on all available CPUs\n\n### Python Profilers\n\n- [py-spy](https://github.com/benfred/py-spy) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/benfred/py-spy/master) ![GitHub Repo stars](https://img.shields.io/github/stars/benfred/py-spy?style=social) - Sampling profiler for Python programs\n- [pyinstrument](https://github.com/joerick/pyinstrument) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/joerick/pyinstrument/main) ![GitHub Repo stars](https://img.shields.io/github/stars/joerick/pyinstrument?style=social) - Call stack profiler for Python. Shows you why your code is slow!\n- [Memray](https://github.com/bloomberg/memray) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/bloomberg/memray/main) ![GitHub Repo stars](https://img.shields.io/github/stars/bloomberg/memray?style=social) - Memray is a memory profiler for Python\n\n### Alternative libraries\n\n#### Numpy Alternatives\n\n- [ndarray](https://github.com/rust-ndarray/ndarray) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/rust-ndarray/ndarray/master) ![GitHub Repo stars](https://img.shields.io/github/stars/rust-ndarray/ndarray?style=social) | Rust | - ndarray: an N-dimensional array with array views, multidimensional slicing, and efficient operations\n- [faer](https://github.com/sarah-ek/faer-rs)  ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/sarah-ek/faer-rs/main) ![GitHub Repo stars](https://img.shields.io/github/stars/sarah-ek/faer-rs?style=social) | Rust | - Linear algebra foundation for the Rust programming language\n\n#### Pandas Alternatives\n\n- [DataFrame](https://github.com/hosseinmoein/DataFrame) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/hosseinmoein/DataFrame/master) ![GitHub Repo stars](https://img.shields.io/github/stars/hosseinmoein/DataFrame?style=social)  | C++ | - C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage\n- [Vaex](https://github.com/vaexio/vaex) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/vaexio/vaex/master) ![GitHub Repo stars](https://img.shields.io/github/stars/vaexio/vaex?style=social) | Python, C++ | - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second\n- [Modin](https://github.com/modin-project/modin) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/modin-project/modin/main) ![GitHub Repo stars](https://img.shields.io/github/stars/modin-project/modin?style=social) | Python |  - Modin: Speed up your Pandas workflows by changing a single line of code\n- [Koalas](https://github.com/databricks/koalas) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/databricks/koalas/master) ![GitHub Repo stars](https://img.shields.io/github/stars/databricks/koalas?style=social) | Python | - Koalas: pandas API on Apache Spark\n\n## Analytic tools\n\n### Metrics computation\n\n- [alphalens (Fork)](https://github.com/wangzhe3224/alphalens) | `Python` | - Performance analysis of predictive (alpha) stock factors\n- [ffn](https://github.com/pmorissette/ffn) | `Python` | - A financial function library for Python\n- [quantstats](https://github.com/ranaroussi/quantstats) | `Python` | - Portfolio analytics for quants, written in Python\n\n### Indicators\n\n- [TA-Lib](https://ta-lib.org) | `C` | - Perform technical analysis of financial market data\n  - [Python Wrapper](https://github.com/mrjbq7/ta-lib) | `Python` |\n  - [Go Port](https://github.com/markcheno/go-talib) | `Go` |\n  - [Rust Wrapper](https://github.com/CLevasseur/ta-lib-rust) | `Rust` |\n- [ta-rust](https://github.com/greyblake/ta-rs) | `Rust` | - Technical analysis library for Rust language\n- [finta](https://github.com/peerchemist/finta) | `Python` | - Common financial technical indicators implemented in Pandas\n- [pandas-ta](https://github.com/twopirllc/pandas-ta) | `Python` | - Pandas Technical Analysis (Pandas TA) is an easy to use library that leverages the Pandas package with more than 130 Indicators and Utility functions and more than 60 TA Lib Candlestick Patterns.\n- [kand](https://github.com/rust-ta/kand) | `Rust` & `Python` | - A blazingly fast technical analysis library in Rust and Python.\n- [chart-patterns](https://github.com/focus1691/chart-patterns) | `TypeScript` | - Technical analysis library for chart patterns, price action, and volume-based pattern detection.\n- [ChartScout](https://chartscout.io) - Real-time crypto chart pattern detection and alerts\n\n\n### Pricing\n\n- [Quantlib](https://www.quantlib.org)\n  - [PyQL](https://github.com/enthought/pyql) | `Python`, `Cython` | - Python wrapper of the famous pricing library QuantLib\n  - [QuantLib.jl](https://github.com/pazzo83/QuantLib.jl) | `Julia` | - Quantlib implementation in pure Julia.\n- [FinancePy](https://github.com/domokane/FinancePy) | `Python` | - A Python Finance Library that focuses on the pricing and risk-management of Financial Derivatives, including fixed-income, equity, FX and credit derivatives.\n- [tf-quant-finance](https://github.com/google/tf-quant-finance) - High-performance TensorFlow library for quantitative finance from Google\n- [vollib](https://github.com/vollib/vollib) | `Python` | - Fundamentally a swig/python wrapper around Peter Jaeckel's lets_be_rational. lets_be_rational focuses exclusively on Black76, while Vollib extends this to add support for Black-Scholes and Black-Scholes-Merton.\n\n### Risk\n\n- [pyfolio](https://github.com/quantopian/pyfolio) | `Python` | - Portfolio and risk analytics in Python\n- [curistat](https://github.com/moxiespirit/MyClone/tree/main/volatility_platform) | `Python` | - Futures volatility forecasting for ES/NQ. Daily CVN rating (1-10), regime detection (CRC composite), directional signals, economic event impact analytics. Includes MCP server for AI agent integration.\n- [System R](https://agents.systemr.ai) | `Python` | - Risk intelligence API for trading agents. Pre-trade gate with position sizing (G-formula/Kelly), drawdown analysis, Monte Carlo simulation, regime detection. REST API and MCP server.\n\n### Optimization\n\n- [cvxportfolio](https://github.com/cvxgrp/cvxportfolio) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/cvxgrp/cvxportfolio/main) ![GitHub Repo stars](https://img.shields.io/github/stars/cvxgrp/cvxportfolio?style=social) | Python | - Portfolio optimization and back-testing.\n- [skfolio](https://github.com/skfolio/skfolio) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/skfolio/skfolio/main)  ![GitHub Repo stars](https://img.shields.io/github/stars/skfolio/skfolio?style=social) | Python | - Python library for portfolio optimization built on top of scikit-learn\n- [Riskfolio-Lib](https://github.com/dcajasn/Riskfolio-Lib) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/dcajasn/Riskfolio-Lib/master) ![GitHub Repo stars](https://img.shields.io/github/stars/dcajasn/Riskfolio-Lib?style=social) | C++, Python | - Portfolio Optimization and Quantitative Strategic Asset Allocation in Python\n- [Deepdow](https://github.com/jankrepl/deepdow) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/jankrepl/deepdow/master) ![GitHub Repo stars](https://img.shields.io/github/stars/jankrepl/deepdow?style=social) | Python | - Python package connecting portfolio optimization and deep learning. Its goal is to facilitate research of networks that perform weight allocation in one forward pass.\n- [PyPortfolioOpt](https://github.com/robertmartin8/PyPortfolioOpt) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/robertmartin8/PyPortfolioOpt/master) ![GitHub Repo stars](https://img.shields.io/github/stars/robertmartin8/PyPortfolioOpt?style=social) | Python | - Financial portfolio optimizations in python, including classical efficient frontier, Black-Litterman, Hierarchical Risk Parity\n- [empyrial](https://github.com/ssantoshp/Empyrial) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/ssantoshp/Empyrial/main) ![GitHub Repo stars](https://img.shields.io/github/stars/ssantoshp/Empyrial?style=social) | Python | - Empyrial is a Python-based open-source quantitative investment library dedicated to financial institutions and retail investors, officially released in March 2021.\n- [spectre](https://github.com/Heerozh/spectre) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/Heerozh/spectre/master) ![GitHub Repo stars](https://img.shields.io/github/stars/Heerozh/spectre?style=social) | Python | - spectre is a GPU-accelerated Parallel quantitative trading library, focused on performance.\n\n### TimeSeries Analysis\n\n- [tsfresh](https://github.com/blue-yonder/tsfresh) - Automatic extraction of relevant features from time series.\n- [Facebook Prophet](https://github.com/facebook/prophet) - Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.\n- [pmdarima](https://github.com/alkaline-ml/pmdarima) - A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.\n\n## Visualization\n\n- [Matplotlib](https://github.com/matplotlib/matplotlib) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/matplotlib/matplotlib/main) ![GitHub Repo stars](https://img.shields.io/github/stars/matplotlib/matplotlib?style=social) | Python | - matplotlib: plotting with Python\n- [Seaborn](https://github.com/mwaskom/seaborn) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/mwaskom/seaborn/master) ![GitHub Repo stars](https://img.shields.io/github/stars/mwaskom/seaborn?style=social) | Python | - Statistical data visualization in Python\n- [Dash](https://github.com/plotly/dash) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/plotly/dash/master) ![GitHub Repo stars](https://img.shields.io/github/stars/plotly/dash?style=social) | Python | - Data Apps & Dashboards for Python. No JavaScript Required.\n- [Perspective](https://github.com/finos/perspective) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/finos/perspective/master) ![GitHub Repo stars](https://img.shields.io/github/stars/finos/perspective?style=social) | C++, Python | - A data visualization and analytics component, especially well-suited for large and/or streaming datasets.\n- [Streamlit](https://github.com/streamlit/streamlit) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/streamlit/streamlit/master) ![GitHub Repo stars](https://img.shields.io/github/stars/streamlit/streamlit?style=social) | Python | - Streamlit — A faster way to build and share data apps.\n- [gradio](https://github.com/gradio-app/gradio/) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/gradio-app/gradio/main) ![GitHub Repo stars](https://img.shields.io/github/stars/gradio-app/gradio?style=social) | Python | - Build and share delightful machine learning apps, all in Python.\n- [pylatex](https://github.com/JelteF/PyLaTeX/) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/JelteF/PyLaTeX/master) ![GitHub Repo stars](https://img.shields.io/github/stars/JelteF/PyLaTeX?style=social) | Python | - A Python library for creating LaTeX files\n- [D-Tale (Man Group)](https://github.com/man-group/dtale) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/man-group/dtale/master) ![GitHub Repo stars](https://img.shields.io/github/stars/man-group/dtale?style=social) | JavaScript, Python | - D-Tale is the combination of a Flask back-end and a React front-end to bring you an easy way to view & analyze Pandas data structures.\n- [mplfinance](https://github.com/matplotlib/mplfinance) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/matplotlib/mplfinance/master) ![GitHub Repo stars](https://img.shields.io/github/stars/matplotlib/mplfinance?style=social) | Python | - Financial Markets Data Visualization using Matplotlib\n- [btplotting](https://github.com/happydasch/btplotting) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/happydasch/btplotting/master) ![GitHub Repo stars](https://img.shields.io/github/stars/happydasch/btplotting?style=social) | Python, bokeh | - btplotting provides plotting for backtests, optimization results and live data from backtrader.\n\n## Message Queues\n\n- [Kafka](https://github.com/apache/kafka) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/apache/kafka/master) ![GitHub Repo stars](https://img.shields.io/github/stars/apache/kafka?style=social) | Java | - Mirror of Apache Kafka\n- [RedPanda](https://github.com/redpanda-data/redpanda/) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/redpanda-data/redpanda/main) ![GitHub Repo stars](https://img.shields.io/github/stars/redpanda-data/redpanda?style=social) | C++ | - Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!\n- [BlazingMQ](https://github.com/bloomberg/blazingmq) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/bloomberg/blazingmq/main) ![GitHub Repo stars](https://img.shields.io/github/stars/bloomberg/blazingmq?style=social) | C++ | - A modern high-performance open source message queuing system\n\n## Databases\n\n- [ArcticDB (Man Group)](https://github.com/man-group/ArcticDB) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/man-group/ArcticDB/master)| `C++`, `Python` | - ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.\n- [DuckDB](https://github.com/duckdb/duckdb) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/duckdb/duckdb/main) | `C++`, `Python` | - ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.\n- [pylance](https://github.com/lancedb/lance) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/lancedb/lance/main)  | `Rust` | - Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow\n- [Arctic (Man Group)](https://github.com/man-group/arctic) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/man-group/arctic/master) | `Python` | - High performance datastore for time series and tick data\n- [PyStore](https://github.com/ranaroussi/pystore) | `Python` | - Fast data store for Pandas time-series data\n- [Marketstore](https://github.com/alpacahq/marketstore) | `Go` | - DataFrame Server for Financial Timeseries Data\n- [Tectonicdb](https://github.com/0b01/tectonicdb) | `Rust` | - Tectonicdb is a fast, highly compressed standalone database and streaming protocol for order book ticks.\n- [Redis](https://github.com/redis/redis) | `C` | - Redis is an in-memory database that persists on disk.\n- [kdb](https://github.com/KxSystems) | `q` | - Companion files to kdb+ and q\n\n## Data Source\n\n### Stocks and General\n\n- [* OpenBB Terminal](https://github.com/OpenBB-finance/OpenBBTerminal) | `Python` | - Investment Research for Everyone, Anywhere.\n- [FinanceDatabase](https://github.com/JerBouma/FinanceDatabase) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/JerBouma/FinanceDatabase/main) - This is a database of 300.000+ symbols containing Equities, ETFs, Funds, Indices, Currencies, Cryptocurrencies and Money Markets.\n- [AkShare](https://github.com/akfamily/akshare) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/akfamily/akshare/main) |`Python`| - AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库\n- [多因子模型数据](https://github.com/hugo2046/GetAstockFactors) - 获取经典的量化多因子模型数据\n- [findatapy](https://github.com/cuemacro/findatapy) |`Python`| - findatapy creates an easy to use Python API to download market data from many sources including Quandl, Bloomberg, Yahoo, Google etc. using a unified high level interface.  \n- [yfinance](https://github.com/ranaroussi/yfinance) |`Python`| - yfinance offers a threaded and Pythonic way to download market data from Yahoo!Ⓡ finance.\n- [pandas-datareader](https://github.com/pydata/pandas-datareader) |`Python`| - Up to date remote data access for pandas, works for multiple versions of pandas.\n- [Wallstreet](https://github.com/mcdallas/wallstreet) |`Python`| - Wallstreet: Real time Stock and Option tools\n- [TuShare](https://github.com/waditu/tushare) |`Python`| - TuShare is a utility for crawling historical data of China stocks\n- [Investpy](https://github.com/alvarobartt/investpy) - Financial Data Extraction from Investing.com with Python\n- [awesome-data](https://github.com/akfamily/awesome-data) - Awesome-data shows most interesting data-source around the financial world\n- [Fundamental Analysis Data](https://github.com/JerBouma/FundamentalAnalysis) | `Python` | - Fully-fledged Fundamental Analysis package capable of collecting 20 years of Company Profiles, Financial Statements, Ratios and Stock Data of 20.000+ companies.\n- [Financial Data](https://financialdata.net/) - Stock Market and Financial Data API\n- [StockAInsights](https://stockainsights.com) - Institutional-grade financial statements API with AI extraction from SEC filings — not XBRL. Covers domestic and foreign filers (20-F, 6-K, 40-F), normalized quarterly and annual data.\n- [goMacro.ai](https://gomacro.ai) - AI-powered economic calendar with institutional-grade macro insights and scenario planning for NFP, CPI, PPI and other data releases.\n\n### Alternative\n\n- [SEC EDGAR Filing API](https://github.com/janlukasschroeder/sec-api-python)\n- [edgartools](https://github.com/dgunning/edgartools) |`Python`| - SEC EDGAR data for quant strategies — fundamentals, institutional holdings (13F), insider transactions, and corporate events (8-K). Includes MCP server for AI workflows.\n\n### Crypto\n\n- [Cryptofeed](https://github.com/bmoscon/cryptofeed) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/bmoscon/cryptofeed/master)|`Python`| - Cryptocurrency Exchange Websocket Data Feed Handler with Asyncio\n- [Orderflow](https://github.com/focus1691/orderflow) | `TypeScript`, `NestJS`, `TimescaleDB` | - Builds real-time Footprint Candles from WebSocket trade data across crypto exchanges.\n- [Agent Gateway](https://agent-gateway-kappa.vercel.app) | `REST API` | - Free unified REST API providing real-time prices for 500+ crypto tokens via Hyperliquid. No API key required for price data. OpenAPI spec at `/openapi.json`.\n- [CoinPaprika](https://api.coinpaprika.com) | `REST API` | - Free crypto market data API with prices, volume, market cap, OHLCV, and exchange data for 7,000+ coins. No API key required, no rate limits.\n- [DexPaprika](https://api.dexpaprika.com) | `REST API` | - Free DEX/DeFi data API covering pools, tokens, OHLCV, and trade history across all chains and DEXes. No API key, no rate limits.\n- [PreReason](https://github.com/PreReason/mcp) | `TypeScript`, `REST API`, `MCP` | - Pre-analyzed Bitcoin and macro market briefings. 17 contexts covering BTC, Fed balance sheet, M2, Treasury yields, hash rate, difficulty, mining production costs, and cross-asset correlations (SPY, QQQ, VXX, UUP as BTC relationship signals). Returns trend direction, confidence scores, percentile rankings, and regime classification. [Website](https://www.prereason.com)\n\n### Prediction Markets\n\n- [Parsec](https://github.com/parsecular/parsec-mcp) | `Rust`, `TypeScript`, `Python` | - Prediction market data, execution, and live streams across all major exchanges. [Website](https://parsecapi.com)\n- [pykalshi](https://github.com/ArshKA/kalshi-client) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/ArshKA/kalshi-client/main) ![GitHub Repo stars](https://img.shields.io/github/stars/ArshKA/kalshi-client?style=social) | `Python` | - Feature-rich Python client for Kalshi prediction markets with WebSocket streaming, automatic retries, rate limiting, pandas integration, Jupyter rendering, and local orderbook management.\n\n## Broker APIs\n\n- [Ib_insync](https://github.com/erdewit/ib_insync) | `Python` | - Python sync/async framework for Interactive Brokers API\n- [PENDAX](https://github.com/CompendiumFi/PENDAX-SDK) | `JavaScript` | - A free Javascript library allowing simplified interaction with trading and data commands on a growing list of cryptocurrency exchanges like FTX, OKX, ByBit, & more.\n- [ccxt](https://github.com/ccxt/ccxt) | `Python`, `JavaScript` | - A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges\n- [Coinnect](https://github.com/hugues31/coinnect) | `Rust` | - Coinnect is a Rust library aiming to provide a complete access to main crypto currencies exchanges via REST API.\n- [async_rithmic](https://github.com/rundef/async_rithmic) | `Python` | - Python async framework for Rithmic Protocol Buffer API\n- [pmxt](https://github.com/pmxt-dev/pmxt) | `Python`, `JavaScript` | - A JavaScript / Python prediction markets trading API with support for major exchanges. (The ccxt for prediction markets)\n- [PolyClawster](https://github.com/al1enjesus/polyclawster) - AI agent skill for trading on Polymarket prediction markets. Non-custodial, whale signal detection, public leaderboard. Works as OpenClaw skill or Telegram Mini App.\n- [NanoStack](https://api.nano-labs.io) | `Rust`, `REST API` | - Permissionless cross-chain execution fabric. 86 chains, 8-15 bps fee, no API key required. Direct pool routing, conservation-enforced settlement, sub-millisecond dispatch.\n- More is coming... (PR welcome)\n\n## Quant Shops Code and Blog\n\n- **JaneStreet**\n  - [JaneStreet Tech Blog](https://blog.janestreet.com/)\n  - [JaneStreet Tech Podcast](https://signalsandthreads.com/)\n  - [Tech Talks](https://www.janestreet.com/tech-talks/)\n  - [Open Source](https://opensource.janestreet.com/)\n    - Tech stack: Ocaml, C, F#\n- **Man AHL**\n  - [Man Group Tech Blog](https://www.man.com/tech-articles-all)\n  - [Podcast](https://www.man.com/maninstitute/podcasts)\n  - [Open Source](https://github.com/man-group)\n    - Tech stack: Python, JavaScript, Java, C, Go\n- **DE Show**\n  - [Open Source](https://github.com/deshaw)\n    - Tech stack: Python, TypeScript, JavaScript, Rust, Nix\n- **Two Sigma**\n  - [Two Signal Engineering](https://www.twosigma.com/topic/engineering/)\n  - [Open Source](https://github.com/twosigma)\n    - Tech stack: Python, Java, C, Clojure, Rust\n- **Hudson River Trading - HRT**\n  - [HRT Engineering](https://www.hudsonrivertrading.com/hrtbeat/category/engineering/)\n\n## Resources\n\n### Research\n\n- [RevenPack - Insight](https://www.ravenpack.com/insights/research/)\n- [Alexandria Technology - Insight](https://www.alexandriatechnology.com/insights)\n\n### Books\n\n- [Building Low Latency Applications with C++](https://www.packtpub.com/product/building-low-latency-applications-with-c/9781837639359)\n  - Source Code: <https://github.com/PacktPublishing/Building-Low-Latency-Applications-with-CPP>\n- [Quantitative Portfolio Management: The Art and Science of Statistical Arbitrage (2021)](https://www.amazon.co.uk/Quantitative-Portfolio-Management-Statistical-Arbitrage/dp/1119821320/ref=asc_df_1119821320/?tag=googshopuk-21&linkCode=df0&hvadid=534858257189&hvpos=&hvnetw=g&hvrand=3040398248892159445&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9044954&hvtargid=pla-919734400242&psc=1&th=1&psc=1)\n- [Algorithmic Trading with Python (2020) by Chris Conlan](https://github.com/chrisconlan/algorithmic-trading-with-python)\n- [Python for Algorithmic Trading (2020) by Dr. Yves J. Hilpisch](https://github.com/yhilpisch/py4at)\n- [Systematic Trading: A unique new method for designing trading and investing systems by Robert Carver](https://github.com/robcarver17/pysystemtrade)\n- [Machine Learning for Algorithmic Trading: Predictive models to extract signals from market and alternative data for systematic trading strategies with Python](https://github.com/stefan-jansen/machine-learning-for-trading)\n- [Advances in Financial Machine Learning](https://github.com/BlackArbsCEO/Adv_Fin_ML_Exercises)\n- [Machine Learning for Asset Managers](https://github.com/emoen/Machine-Learning-for-Asset-Managers)\n\n### Blogs\n\n- [QuantBox - Systematic trading toolbox](https://quant.funcoder.net/)\n- [大富翁量化](https://github.com/zillionare/zillionare)\n- [Proof Engineering: The Algorithmic Trading Platform](https://medium.com/prooftrading/proof-engineering-the-algorithmic-trading-platform-b9c2f195433d)\n\n### Tutorials\n\n- [Algorithmic Trading for Cryptocurrencies in Python](https://github.com/tudorelu/tudorials/tree/master/trading) - A simple yet practical experiment tutorial for cryto trading.\n\n### Courses\n\n- [Hudson and Thames Quantitative Research](https://github.com/hudson-and-thames) - Our mission is to promote the scientific method within investment management by codifying frameworks, algorithms, and best practices.\n- More is coming... (PR welcome)\n\n## Relevant Projects\n\n- [量化交易知识集 @ 泛程序员](https://github.com/wangzhe3224/systematic-trading-knowledge-collection) - Collect knowledge around systematic trading, including software design, trading strategies, statistical skill. 量化交易/系统化交易知识集\n- [Awesome Quant 中文](https://github.com/thuquant/awesome-quant) -  中国的Quant相关资源索引\n- [awesome-deep-trading](https://github.com/cbailes/awesome-deep-trading) - List of awesome resources for machine learning-based algorithmic trading\n- [Awesome Crypto Trading Bots](https://github.com/botcrypto-io/awesome-crypto-trading-bots)\n"
  },
  {
    "path": "Readme_cn.md",
    "content": "# 棒棒的系统化交易\n\n> 量化交易 + 一点数据科学\n\n[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)\n\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)\n![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white)\n![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white)\n![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)\n![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)\n![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge&logo=go&logoColor=white)\n![Jupyter Notebook](https://img.shields.io/badge/jupyter-%23FA0F00.svg?style=for-the-badge&logo=jupyter&logoColor=white)\n[Start Tracker](https://seladb.github.io/StarTrack-js/#/preload?r=wangzhe3224,awesome-systematic-trading)\n\n[English Version](./Readme.md)\n\n> Open access: all rights granted for use and re-use of any kind, by anyone, at no cost, under your choice of either the free MIT License or Creative Commons CC-BY International Public License.\n>\n> © 2021 Zhe Wang ([知乎](https://www.zhihu.com/people/wangzhetju) | [wangzhetju@gmail.com](mailto:wangzhetju@gmai.com))\n\n我们怎么选项目呢？\n\n- 属于系统交易和量化交易范畴\n- 现在还在积极维护的\n- 具有优秀的编程书写风格和软件架构\n- (不全是) 有覆盖到测试\n\n **如果你找到好的项目，或者想删除过时的项目，可以 raise PR 哦!**\n\n可以用快捷查找方式找到相关的libraries，比如：`Ctrl+F`, `Rust`\n\n 关于crypto相关的: [>> 点这里 Systematic Crypto](crypto_focus.md).\n\n- [棒棒的系统化交易](#棒棒的系统化交易)\n  - [回测 + 实时交易](#回测--实时交易)\n    - [General purpose](#general-purpose)\n    - [加密货币相关](#加密货币相关)\n    - [机器学习/强化学习](#机器学习强化学习)\n  - [Alpha 集合](#alpha-集合)\n    - [Alpha](#alpha)\n    - [套利 (Crypto)](#套利-crypto)\n  - [基本日常用到的库集合](#基本日常用到的库集合)\n    - [基础库](#基础库)\n    - [Computation Graph计算图](#computation-graph计算图)\n    - [其他可用的库 libraries](#其他可用的库-libraries)\n      - [Numpy Alternatives](#numpy-alternatives)\n      - [Pandas Alternatives](#pandas-alternatives)\n  - [分析工具 Analytic tools](#分析工具-analytic-tools)\n    - [指标计算 Metrics computation](#指标计算-metrics-computation)\n    - [指标 Indicators](#指标-indicators)\n    - [定价 Pricing](#定价-pricing)\n    - [风险 Risk](#风险-risk)\n    - [优化 Optimization](#优化-optimization)\n    - [时间序列分析 TimeSeries Analysis](#时间序列分析-timeseries-analysis)\n  - [可视化 Visualization](#可视化-visualization)\n  - [数据库 Databases](#数据库-databases)\n  - [数据源 Data Source](#数据源-data-source)\n    - [股票和其他 Stocks and General](#股票和其他-stocks-and-general)\n    - [Crypto](#crypto)\n  - [Broker APIs](#broker-apis)\n  - [资源 Resources](#资源-resources)\n    - [书籍](#书籍)\n    - [博客](#博客)\n    - [教程 Tutorials](#教程-tutorials)\n    - [专业课程 Courses](#专业课程-courses)\n  - [相关项目 Relevant Projects](#相关项目-relevant-projects)\n  - [Buy me a coffee?](#buy-me-a-coffee)\n\n\n## 回测 + 实时交易\n\n### General purpose\n\n> 事件驱动框架\n\nNote: 如果标有`Live Trading` 表示具有实时交易功能（至少一个），否则的话，只有回测功能而已。\n\n- [aat](https://github.com/AsyncAlgoTrading/aat) | `Python`, `C++`, `Live Trading`| - 一个异步的、事件驱动的框架，主要用于编写Python算法交易策略（可以选择C++作为加速）。其具有模块化，可扩展性，支持多种工具和策略的特点，同时支持多个交易所之间进行实时交易。\n- [barter-rs](https://gitlab.com/open-source-keir/financial-modelling/trading/barter-rs) | `Rust` | - 开源Rust框架，用于建立事件驱动实时交易&回测系统。Open-source Rust framework for building event-driven live-trading & backtesting systems. Algorithmic trade with the peace of mind that comes from knowing your strategies have been backtested with a near-identical trading Engine.\n- [backtesting.py](https://github.com/kernc/backtesting.py) | `Python` | - Backtesting.py 是一个 Python 框架，用于根据历史（过去）数据推断交易策略的可行性。 在 Backtrader 的基础上进行了改进，且与其他的替代方案相比，Backtesting.py 是轻量级的、快速的、用户友好的、直观的、交互式的、智能的，并且有望面向未来。\n- [backtrader](https://github.com/mementum/backtrader) | `Python`, `Live Trading` | - 用于交易策略的事件驱动 Python 回测库\n- [FlashFunk](https://github.com/HFQR/FlashFunk) | `Rust` | -  High Performance Runtime in Rust\n- [finmarketpy](https://github.com/cuemacro/finmarketpy) | `Python` | - 用于回测交易策略和分析金融市场的 Python 库(formerly pythalesians)\n- [gobacktest](https://github.com/gobacktest/gobacktest) | `Go` | - 基于Go的事件驱动回测框架\n- [lumibot](https://github.com/Lumiwealth/lumibot/tree/8da88cadfe9ee35399dd69c94aa5ed3cf995f417) | `Python` | - 一个非常简单但有用的回测和基于样本的实时交易框架（运行起来有点慢......）\n- [nautilus_trader](https://github.com/nautechsystems/nautilus_trader) | `Python`, `Cython`, `Rust`, `Live Trading` | - 高性能算法交易平台和事件驱动回测器\n- [QuantConnect](https://github.com/QuantConnect/Lean) | `C#`, `.NET`, `Live Trading` | - Lean 算法交易引擎 by QuantConnect (Python, C#)\n- [QUANTAXIS](https://github.com/QUANTAXIS/QUANTAXIS) | `Python`, `Rust`, `Live Trading` | - QUANTAXIS 支持任务调度 分布式部署的 股票/期货/期权/港股/虚拟货币 数据/回测/模拟/交易/可视化/多账户 纯本地量化解决方案\n- [Rqalpha](https://github.com/ricequant/rqalpha) | `Python` | - 一个可扩展、可替换的 Python 算法回测 && 交易框架，支持多种证券\n- [quanttrader](https://github.com/letianzj/quanttrader) | `Python` | - 一个完全的基于python的事件驱动回测和量化交易者的实时交易库。\n- [sdoosa-algo-trade-python](https://github.com/sreenivasdoosa/sdoosa-algo-trade-python) | `Python` | - 该项目主要面向有兴趣学习使用 python 解释器编写自己的交易算法的算法交易新手。\n- [vnpy](https://github.com/vnpy/vnpy) | `Python`, `Stock`, `Futures`, `Crypto`, `Live Trading` | - 基于Python的开源量化交易系统开发框架，2015年1月正式发布，逐步成长为功能齐全的量化交易平台\n- [WonderTrader](https://github.com/wondertrader/wondertrader) | `C++`, `Python` | - WonderTrader——量化研发交易一站式框架\n- [zvt](https://github.com/zvtvz/zvt) | `Python`, `Stock`, `Backtest` | - Modular quant framework\n- [zipline](https://github.com/quantopian/zipline) | `Python` | - Zipline 是一个 Pythonic 算法交易库，用于回测的事件驱动系统。\n\n> Vector Based Frameworks\n\n- [bt](https://github.com/pmorissette/bt) | `Python` | -  bt是一个基于Python的灵活回测框架，用于Algo和策略树中。\n- [pysystemtrade](https://github.com/robcarver17/pysystemtrade) | `Python`, `Live Trading` | - <Systematic Trading> by Rob Carver这本书的系统交易代码实现\n- [vectorbt](https://github.com/polakowo/vectorbt) | `Python`, `numba` | - vectorbt 采用了一种新颖的回测方法：它完全在 pandas 和 NumPy 对象上运行，并由 Numba 加速对大规模的数据进行分析，这使得于几秒钟内测试数千种策略。\n\n### 加密货币相关\n\n- [bTrader](https://github.com/gabriel-milan/btrader) | `Rust` | - Binance三角套利交易机器人\n- [crypto-crawler-rs](https://github.com/crypto-crawler/crypto-crawler-rs) | `Rust` | - 从加密货币交易所抓取订单簿和交易消息\n- [cryptotrader-core](https://github.com/monomadic/cryptotrader-core) | `Rust` | - 简单易用的Crypto Exchange REST API client(in Rust)\n- [openlimits](https://github.com/nash-io/openlimits) | `Rust` | - 一个 Rust 高性能加密货币交易 API，支持多个交易所和语言包装器。\n- [Freqtrade](https://github.com/freqtrade/freqtrade) | `Python` | - Freqtrade 是一个用 Python 编写的免费开源加密交易机器人。 它旨在支持所有主要交易所并通过 Telegram 进行控制。 它包含回测、绘图和资金管理工具以及通过机器学习进行的策略优化。\n- [Hummingbot](https://github.com/CoinAlpha/hummingbot) | `Python`, `Cython`, `Live Trading` | - A client for crypto market making\n- [Jesse](https://github.com/jesse-ai/jesse) | `Python` | - Jesse 是一个先进的加密交易框架，旨在简化交易策略的研究和定义。\n- [OctoBot](https://github.com/Drakkar-Software/OctoBot) | `Python`, `Cython`, `Live Trading`| - 具有高级 Web 界面的用于 TA、套利和社交交易的加密货币交易机器人\n- [Kelp](https://github.com/stellar/kelp) | `Go`, `Live Trading` | - Kelp 是一个免费的开源交易机器人，适用于 Stellar DEX 和 100 多个中心化交易所\n- [exc](https://github.com/Nouzan/exc) | `Rust` | - Exc 是一个加密货币交易所API抽象层实现，旨在让使用者更关注于策略实现。\n\n###  机器学习/强化学习\n\n> ML, RL\n\n- [FinRL](https://github.com/AI4Finance-Foundation/FinRL) | `Python` | - FinRL 是第一个展示在量化金融中应用深度强化学习的巨大潜力的开源框架。\n- [QLib (Microsoft)](https://github.com/microsoft/qlib) | `Python`, `Cython` | - Qlib是一个面向AI的量化投资平台，旨在挖掘潜力，赋能研究，创造AI技术在量化投资中的价值。 使用 Qlib，您可以轻松尝试您的想法以创建更好的量化投资策略。 越来越多的 SOTA Quant 研究作品/论文在 Qlib 中发布。\n- [TradingGym](https://github.com/Yvictor/TradingGym) | `Python`, `Live Trading` | - 用于训练强化学习代理或简单规则库算法的交易和回测环境。\n- [Stock Trading Bot using Deep Q-Learning](https://github.com/pskrunner14/trading-bot) | `Python` | - 使用Deep Q Learning的股票交易机器人\n\n## Alpha 集合\n\n### Alpha\n\n- [analyzingalpha](https://github.com/leosmigel/analyzingalpha)\n- [ThetaGang](https://github.com/brndnmtthws/thetagang) - ThetaGang is an IBKR bot for collecting money\n  - https://www.reddit.com/r/options/comments/a36k4j/the_wheel_aka_triple_income_strategy_explained/\n\n### 套利 (Crypto) \n\n> 注意：这些项目很旧，没有维护。 我把它们放在这里只是为了展示一些加密套利的逻辑。\n\n- [Blackbird](https://github.com/butor/blackbird) | `C++` | - 黑鸟比特币套利：多头/空头市场中性策略\n- [bitcoin-arbitrage](https://github.com/maxme/bitcoin-arbitrage) | `Python` | - 比特币套利 - 机会监控器\n- [R2 Bitcoin Arbitrager](https://github.com/bitrinjani/r2) | `TypeScript` | - R2 Bitcoin Arbitrager 是一个由 Node.js + TypeScript 提供支持的自动套利交易系统。\n\n## 基本日常用到的库集合\n\n### 基础库\n\n- [Cvxpy](https://github.com/cvxpy/cvxpy) | `Python`, `C++` | - 用于凸优化问题的 Python 嵌入式建模语言.\n- [Numpy](https://github.com/numpy/numpy) | `Python`, `C` | - 使用 Python 进行科学计算的基础库\n- [Scipy](https://github.com/scipy/scipy) | `Python`, `C` | - 科学计算的基础算法(Python)\n- [Pandas](https://github.com/pandas-dev/pandas) | `Python`, `Cython` | - 灵活而强大的 Python 数据分析/操作库，提供类似于 R 的数据结构、框架对象、统计函数等\n- [Sikit-learn](https://github.com/scikit-learn/scikit-learn) | `Python`, `Cython` | - Machine learning in Python\n- [Keras](https://github.com/keras-team/keras) | `Python` | - 最友好的强化学习(in Python)\n- [TensorFlow](https://github.com/tensorflow/tensorflow) | `Python`, `C++` | - 更底层的深度学习框架\n- [Pytorch](https://github.com/pytorch/pytorch) | `Python` | - 具有强大 GPU 加速功能的 Python 张量和动态神经网络\n- [PyMC](https://github.com/pymc-devs/pymc) | `Python` | - Python 中的概率编程：使用 Aesara 进行贝叶斯建模和概率机器学习\n\n### Computation Graph计算图\n\n- [Dask](https://github.com/dask/dask) | `Python` | - 在 Python 中使用 Pandas 之类 API 进行任务调度的并行计算\n- [Ray](https://github.com/ray-project/ray) | `Python`, `C++` | - An open source framework that provides a simple, universal API for building distributed applications.\n- [Incremental (JaneStreet)](https://github.com/janestreet/incremental) | `Ocaml` | -  Incremental 是一个库，它为您提供了一种构建复杂计算的方法，该计算可以有效地更新以响应输入的变化，灵感来自 Umut Acar et. al。关于自调整计算。 incremental在许多应用程序中都很有用\n- [GraphKit](https://github.com/yahoo/graphkit) | `Python` | - 用于创建和运行有序计算图的轻量级 Python 模块。\n- [Man MDF](https://github.com/man-group/mdf) | `Python` | - Python数据流编程工具包\n- [Tributary](https://github.com/timkpaine/tributary) | `Python` | - Python 流式处理反应式和数据流图\n\n### 其他可用的库 libraries\n\n#### Numpy Alternatives\n\n- [ndarray](https://github.com/rust-ndarray/ndarray) | `Rust` | - ndarray: 具有数组视图、多维切片和高效操作的 N 维数组\n\n#### Pandas Alternatives\n\n- [Polars](https://github.com/pola-rs/polars) | `Rust`, `Python` | - Polars 是使用 Apache Arrow Columnar Format 作为内存模型在 Rust 中实现的速度极快的 DataFrames 库。\n- [Vaex](https://github.com/vaexio/vaex) | `Python`, `C++` | - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second\n- [Modin](https://github.com/modin-project/modin) | `Python` |  - Modin：通过更改一行代码来加快 Pandas 工作流程\n- [Koalas](https://github.com/databricks/koalas) | `Python` | - Koalas: pandas API on Apache Spark\n\n## 分析工具 Analytic tools\n\n### 指标计算 Metrics computation\n\n- [ffn](https://github.com/pmorissette/ffn) | `Python` | - Python的金融函数库\n- [quantstats](https://github.com/ranaroussi/quantstats) | `Python` | - 用 Python 编写的量化投资组合分析\n\n### 指标 Indicators\n\n- [TA-Lib](https://ta-lib.org) | `C` | - 对金融市场数据进行技术分析\n  - [Python Wrapper](https://github.com/mrjbq7/ta-lib) | `Python` |\n  - [Go Port](https://github.com/markcheno/go-talib) | `Go` |\n  - [Rust Wrapper](https://github.com/CLevasseur/ta-lib-rust) | `Rust` |\n- [ta-rust](https://github.com/greyblake/ta-rs) | `Rust` | - Rust金融分析库\n- [finta](https://github.com/peerchemist/finta) | `Python` | - Pandas常用金融技术指标\n- [pandas-ta](https://github.com/twopirllc/pandas-ta) | `Python` | - Pandas TA is an easy to use library that leverages the Pandas package with more than 130 Indicators and Utility functions and more than 60 TA Lib Candlestick Patterns.\n\n### 定价 Pricing\n\n- [Quantlib](https://www.quantlib.org)\n  - [PyQL](https://github.com/enthought/pyql) | `Python`, `Cython` | - Python wrapper of the famous pricing library QuantLib\n  - [QuantLib.jl](https://github.com/pazzo83/QuantLib.jl) | `Julia` | - Quantlib implementation in pure Julia.\n- [FinancePy](https://github.com/domokane/FinancePy) | `Python` | - Python 金融库，专注于金融衍生品的定价和风险管理，包括固定收益、股票、外汇和信用衍生品。\n- [tf-quant-finance](https://github.com/google/tf-quant-finance) - 量化金融的高性能 TensorFlow 库。\n\n### 风险 Risk\n\n- [pyfolio](https://github.com/quantopian/pyfolio) | `Python` | - Python 投资组合和风险分析\n\n### 优化 Optimization\n\n- [Deepdow](https://github.com/jankrepl/deepdow) | `Python` | - Python package connecting portfolio optimization and deep learning. Its goal is to facilitate research of networks that perform weight allocation in one forward pass.\n- [PyPortfolioOpt](https://github.com/robertmartin8/PyPortfolioOpt) | `Python` | - python 中的金融投资组合优化，包括经典有效前缘、Black-Litterman、分层风险平价策略\n- [Riskfolio-Lib](https://github.com/dcajasn/Riskfolio-Lib) | `Python` | - Python 投资组合优化和量化战略资产配置\n- [empyrial](https://github.com/ssantoshp/Empyrial) | `Python` | - Empyrial 是一个基于 Python 的开源量化投资库，致力于金融机构和散户投资者，于 2021 年 3 月正式发布。\n- [spectre](https://github.com/Heerozh/spectre) | `Python` | - Spectre 是一个 GPU 加速的并行量化交易库，专注于性能。\n\n### 时间序列分析 TimeSeries Analysis\n\n- [statsmodels](http://statsmodels.sourceforge.net) - 允许用户探索数据、估计统计模型和执行统计测试的 Python 模块。\n- [tsfresh](https://github.com/blue-yonder/tsfresh) - 从时间序列中自动提取相关特征。\n- [Facebook Prophet](https://github.com/facebook/prophet) - 用于为具有线性或非线性增长的多个季节性的时间序列数据生成高质量预测的工具。\n- [pmdarima](https://github.com/alkaline-ml/pmdarima) - 一个统计库，旨在填补 Python 时间序列分析功能的空白，包括与 R 的 auto.arima 函数等效的功能。\n\n## 可视化 Visualization\n\n- [D-Tale (Man Group)](https://github.com/man-group/dtale) | `JavaScript`, `Python` | - D-Tale 是 Flask 后端和 React 前端的组合，提供查看和分析 Pandas 数据结构功能。\n- [mplfinance](https://github.com/matplotlib/mplfinance) | `Python` | - 使用 Matplotlib 进行金融市场数据可视化\n- [btplotting](https://github.com/happydasch/btplotting) | `Python`, `bokeh` | - btplotting 提供回测、优化结果和来自 backtrader 的实时数据的绘图。\n\n## 数据库 Databases\n\n- [Arctic (Man Group)](https://github.com/man-group/arctic) | `Python` | - 时间序列和tick data的高性能数据存储\n- [Marketstore](https://github.com/alpacahq/marketstore) | `Go` | - 金融时间序列数据的 DataFrame 服务器\n- [Tectonicdb](https://github.com/0b01/tectonicdb) | `Rust` | - Tectonicdb 是一个快速、高度压缩的独立数据库和order book tick串流协议。\n\n## 数据源 Data Source\n\n### 股票和其他 Stocks and General\n\n- [findatapy](https://github.com/cuemacro/findatapy) |`Python`| - findatapy 创建了一个易于使用的 Python API，使用统一的高级接口从 Quandl、Bloomberg、Yahoo、Google 等多个来源下载市场数据。\n- [yfinance](https://github.com/ranaroussi/yfinance) |`Python`| - yfinance 提供了从 Yahoo!Ⓡ Finance 下载市场数据。\n- [pandas-datareader](https://github.com/pydata/pandas-datareader) |`Python`| - 最新远程数据访问，适用于多个版本的 pandas。\n- [Wallstreet](https://github.com/mcdallas/wallstreet) |`Python`| - Wallstreet: 实时股票和期权工具\n- [TuShare](https://github.com/waditu/tushare) |`Python`| - TuShare是一个用于抓取中国股票历史数据的实用程序\n- [Investpy](https://github.com/alvarobartt/investpy) - 使用 Python 从 Investing.com 提取财务数据\n- [AkShare](https://github.com/akfamily/akshare) |`Python`| - AKShare 是一个优雅简洁的 Python 金融数据接口库，专为人类打造！ 开源财经数据接口库\n- [Fundamental Analysis Data](https://github.com/JerBouma/FundamentalAnalysis) | `Python` | - 是一个成熟的基本面分析库，能够收集 20.000 多家公司的 20 年公司简介、财务报表、比率和股票数据。\n\n### Crypto\n\n- [Cryptofeed](https://github.com/bmoscon/cryptofeed) |`Python`| - Cryptocurrency Exchange Websocket Data Feed Handler with Asyncio\n\n## Broker APIs\n\n- [Ib_insync](https://github.com/erdewit/ib_insync) | `Python` | - P盈透证券API的同步/异步python框架\n- [ccxt](https://github.com/ccxt/ccxt) | `Python`, `JavaScript` | - 一个 JavaScript / Python / PHP 加密货币交易 API，支持 100 多个比特币/山寨币交易所\n- [Coinnect](https://github.com/hugues31/coinnect) | `Rust` | - Coinnect 是一个 Rust 库，旨在通过 REST API 提供对主要加密货币交易所的完整访问。\n- More is coming... (欢迎PR)\n\n## 资源 Resources\n\n### 书籍\n\n- [Quantitative Portfolio Management: The Art and Science of Statistical Arbitrage (2021)](https://www.amazon.co.uk/Quantitative-Portfolio-Management-Statistical-Arbitrage/dp/1119821320/ref=asc_df_1119821320/?tag=googshopuk-21&linkCode=df0&hvadid=534858257189&hvpos=&hvnetw=g&hvrand=3040398248892159445&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=9044954&hvtargid=pla-919734400242&psc=1&th=1&psc=1)\n- [Algorithmic Trading with Python (2020) by Chris Conlan](https://github.com/chrisconlan/algorithmic-trading-with-python)\n- [Python for Algorithmic Trading (2020) by Dr. Yves J. Hilpisch](https://github.com/yhilpisch/py4at)\n- [Systematic Trading: A unique new method for designing trading and investing systems by Robert Carver](https://github.com/robcarver17/pysystemtrade)\n- [Machine Learning for Algorithmic Trading: Predictive models to extract signals from market and alternative data for systematic trading strategies with Python](https://github.com/stefan-jansen/machine-learning-for-trading)\n- [Advances in Financial Machine Learning](https://github.com/BlackArbsCEO/Adv_Fin_ML_Exercises)\n- [Machine Learning for Asset Managers](https://github.com/emoen/Machine-Learning-for-Asset-Managers)\n- More is coming... (PR welcome)\n\n### 博客\n\n- [Proof Engineering: The Algorithmic Trading Platform](https://medium.com/prooftrading/proof-engineering-the-algorithmic-trading-platform-b9c2f195433d) 证明工程：算法交易平台\n\n### 教程 Tutorials\n\n- [Algorithmic Trading for Cryptocurrencies in Python](https://github.com/tudorelu/tudorials/tree/master/trading) - 一个简单而实用的加密交易教程。\n\n### 专业课程 Courses\n\n- [Hudson and Thames Quantitative Research](https://github.com/hudson-and-thames) - 目标是提倡使用编纂框架、算法和最佳实践等方式促进投资管理中的科学方法。\n- More is coming... (PR welcome)\n\n## 相关项目 Relevant Projects\n\n- [量化交易知识集 @ 泛程序员](https://github.com/wangzhe3224/systematic-trading-knowledge-collection) - 收集有关系统交易的知识，包括软件设计、交易策略、统计技能. 量化交易/系统化交易知识集\n- [Awesome Quant 中文](https://github.com/thuquant/awesome-quant) -  中国的Quant相关资源索引\n- [awesome-deep-trading](https://github.com/cbailes/awesome-deep-trading) - 机器学习的算法交易的资源列表\n- [Awesome Crypto Trading Bots](https://github.com/botcrypto-io/awesome-crypto-trading-bots)\n\n## Buy me a coffee?\n\n作者收集资料和维护项目等花费了不少心思和时间，如果你想支持一下的话，可以送我一杯咖啡呀！:)\n\n- [Patreon](https://www.patreon.com/funcoder777)\n- BTC: bc1qrjrffv7aaf5f4f6dydkt4yaukt4297vedd6w6p\n- 支付宝\n\n<img src=\"https://github.com/wangzhe3224/awesome-systematic-trading/blob/master/assets/IMG_0825.jpg\" width=\"200\" height=\"200\" />\n"
  },
  {
    "path": "crypto_focus.md",
    "content": "# Awesome Systematic Trading for Crypto + DeFi\n\n- [perp-arbitrageur](https://github.com/perpetual-protocol/perp-arbitrageur) | `Python` | - An arbitrage bot that executes automated trading strategies between Perpetual Protocol and FTX\n- [FTX_and_four_other_exchange_futures_and_funding_arbitrage_scanner](https://github.com/staccDOTsol/FTX_and_four_other_exchange_futures_and_funding_arbitrage_scanner) | `Python` | - ?\n- [Liquidation Bot](https://github.com/HydroProtocol/liquidation_bot) | `Go` | - DDEX Liquidation Bot \n- [T-1000 Advanced Prototype](https://github.com/Draichi/T-1000) | `Python` | - Bot using deep learning with Ray API\n- [Tai - Orchestrate Your Trading](https://github.com/fremantle-industries/tai) | `Elixir` |  - A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine \n- [bTrader](https://github.com/gabriel-milan/btrader) | `Rust` | - Triangle arbitrage trading bot for Binance\n- [crypto-crawler-rs](https://github.com/crypto-crawler/crypto-crawler-rs) | `Rust` | - Crawl orderbook and trade messages from crypto exchanges\n- [cryptotrader-core](https://github.com/monomadic/cryptotrader-core) | `Rust` | - Simple to use Crypto Exchange REST API client in rust. \n- [openlimits](https://github.com/nash-io/openlimits) | `Rust` | - A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers. \n- [Freqtrade](https://github.com/freqtrade/freqtrade) | `Python` | - Freqtrade is a free and open source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram. It contains backtesting, plotting and money management tools as well as strategy optimization by machine learning.\n- [Hummingbot](https://github.com/CoinAlpha/hummingbot) | `Python`, `Cython`, `Live Trading` | - A client for crypto market making\n- [Jesse](https://github.com/jesse-ai/jesse) | `Python` | - Jesse is an advanced crypto trading framework which aims to simplify researching and defining trading strategies.\n- [OctoBot](https://github.com/Drakkar-Software/OctoBot) | `Python`, `Cython`, `Live Trading`| - Cryptocurrency trading bot for TA, arbitrage and social trading with an advanced web interface\n- [Kelp](https://github.com/stellar/kelp) | `Go`, `Live Trading` | - Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges\n- [Golang Crypto Trading Bot](https://github.com/saniales/golang-crypto-trading-bot/tree/develop) | `Go` | - A golang implementation of a console-based trading bot for cryptocurrency exchanges \n- [BBGO](https://github.com/c9s/bbgo) | `Go` | - The modern cryptocurrency trading bot written in Go.\n- [Blankly](https://github.com/blankly-finance/blankly) | `Python` | - 🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package. \n- [Peregrine](https://github.com/wardbradt/peregrine) | `Python` | - Detects arbitrage opportunities across 131 cryptocurrency exchanges in 50 countries \n- [K](https://github.com/ctubio/Krypto-trading-bot) | `C++` | - Self-hosted crypto trading bot (automated high frequency market making) written in C++ \n- [polymarket-whales](https://github.com/al1enjesus/polymarket-whales) - Real-time whale trade tracker for Polymarket prediction markets. Fires terminal + Telegram alerts when large orders hit the book. Python, MIT, zero config.\n- [gocryptotrader](https://github.com/thrasher-corp/gocryptotrader) | `Go` |  - A cryptocurrency trading bot supporting multiple exchanges written in Golang.\n- [Solana SDK Tools](https://github.com/DebuggingMax/solana-sdk-tools) | `TypeScript` | - Token scanner and trading toolkit for Solana DEXs (Pump.fun, Raydium) with anti-rug analysis, copy trading, and paper trading mode\n"
  },
  {
    "path": "mkdocs.yml",
    "content": "site_name: Systematic Trading\nsite_author: FunCoder\nsite_description: >-\n  Awesome Systematic Trading \nrepo_name: awesome-systematic-trading \nrepo_url: https://github.com/wangzhe3224/awesome-systematic-trading\n\ncopyright: Copyright &copy; 2022-present <a href=\"https://github.com/wangzhe3224\" target=\"_blank\" rel=\"noopener noreferrer\">FunCoder</a>\n\ntheme:\n  name: material\n  # favicon: assets/bitcoin.png\n  # logo: assets/bitcoin.png\n  language: zh\n  include_search_page: false\n  search_index_only: true\n  plugins:\n    - meta\n  features:\n    # - navigation.instant\n    # - navigation.expand\n    # - navigation.sections\n    # - navigation.tabs\n    # - navigation.tabs.sticky\n    # - navigation.indexes\n    # - toc.integrate\n    - header.autohide\n    - navigation.tracking\n    - navigation.top\n    - search.highlight\n    - search.share\n    - search.suggest\n    - content.code.annotate\n  palette:\n    - media: \"(prefers-color-scheme: light)\"\n      scheme: default\n      primary: light blue\n      accent: deep purple\n      toggle:\n        icon: material/weather-sunny\n        name: Switch to dark mode\n    - media: \"(prefers-color-scheme: dark)\"\n      scheme: slate\n      primary: cyan\n      accent: deep purple\n      toggle:\n        icon: material/weather-night\n        name: Switch to light mode\n  icon:\n    repo: fontawesome/brands/github\n    admonition:\n      note: octicons/tag-16\n      abstract: octicons/checklist-16\n      info: octicons/info-16\n      tip: octicons/squirrel-16\n      success: octicons/check-16\n      question: octicons/question-16\n      warning: octicons/alert-16\n      failure: octicons/x-circle-16\n      danger: octicons/zap-16\n      bug: octicons/bug-16\n      example: octicons/beaker-16\n      quote: octicons/quote-16\n  custom_dir: overrides\nmarkdown_extensions:\n  - attr_list\n  - md_in_html \n  - admonition\n  - pymdownx.details\n  - pymdownx.inlinehilite\n  - pymdownx.snippets\n  - pymdownx.superfences\n  - pymdownx.tabbed:\n      alternate_style: true \n  - pymdownx.emoji:\n      emoji_index: !!python/name:materialx.emoji.twemoji\n      emoji_generator: !!python/name:materialx.emoji.to_svg\n\nextra_javascript:\n  - https://polyfill.io/v3/polyfill.min.js?features=es6\n  - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js\n\nextra:\n  analytics:\n    provider: google\n    property: G-KJC6F9YNGT\n  social:\n    - icon: fontawesome/brands/github\n      link: https://github.com/wangzhe3224 \n  generator: false\n"
  },
  {
    "path": "overrides/main.html",
    "content": "{% extends \"base.html\" %} \n{% block ads %}\n<script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9801985319378542\"\ncrossorigin=\"anonymous\"></script>\n{% endblock %}"
  },
  {
    "path": "overrides/partials/comments.html",
    "content": "{% if page.meta.comments %}\n  <script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9801985319378542\"\n  crossorigin=\"anonymous\"></script>\n{% endif %}"
  },
  {
    "path": "src/go/main.go",
    "content": "package main\n\nfunc main() {\n\tprintln(\"Go related\")\n\tprintln(\":)\")\n}\n"
  },
  {
    "path": "src/python/main.py",
    "content": "print(\"Python related.\")"
  },
  {
    "path": "src/rust/Cargo.toml",
    "content": "[package]\nname = \"rust\"\nversion = \"0.1.0\"\nedition = \"2021\"\n\n# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html\n\n[dependencies]\npolars=\"0.20.0\""
  },
  {
    "path": "src/rust/src/main.rs",
    "content": "use polars::prelude::*;\n\nfn main() {\n    println!(\"Hello, world!\");\n    let s1 = Series::new(\"Fruit\", &[\"Apple\", \"Apple\", \"Pear\"]);\n    let s2 = Series::new(\"Color\", &[\"Red\", \"Yellow\", \"Green\"]);\n\n    let df: Result<DataFrame> = DataFrame::new(vec![s1, s2]);\n    println!(\"{:?}\", df.unwrap());\n}\n"
  }
]