LIVE
All stories ›
AI IN LIFENEWS
Tools & AppsBusiness & DealsAI ModelsSocietyChips & ComputeResearchSafety & SecurityRegulation & PolicyRobotics OpenAIAnthropicGoogle & DeepMindAlibaba / QwenxAIMetaByteDance
HomeTools & Apps › TOOLS
TOOLS

Awesome Quant AI: a reading list for AI trading

The GitHub list maps strategies, frameworks and papers for machine learning in trading, and it says plainly that it is curated, not complete.

Awesome Quant AI: a reading list for AI trading
Symbolic image: a trading desk with abstract curve shapes on the monitors, blinking server status lights and a person seen from behind.

In short

Awesome Quant AI is not trading software but a curated GitHub index that gathers strategy families, open-source frameworks and research papers on AI in quantitative finance in one place.

At a glance

  • Repository leoncuhk/awesome-quant-ai, Apache-2.0 license, 604 stars, 122 forks and 65 commits on the main branch when retrieved.
  • Ten blocks: strategies, tools, courses, books, papers, the maintainer's own notes, community venues and related lists.
  • The tools section names Qlib, LEAN, OpenBB, NautilusTrader and vectorbt, plus FinRL and TradingAgents for agent setups.
  • Data sources listed include FRED, yfinance, Alpha Vantage, Databento and akshare for Chinese markets.
  • A frontier chapter for 2025/2026 covers LLM trading agents, time-series foundation models and diffusion models for synthetic data.

Awesome Quant AI is an index, not a trading system. The GitHub repository maintained by leoncuhk collects strategy families, open-source frameworks, courses, books and research papers on machine learning in quantitative finance. It carries an Apache-2.0 license and showed 604 stars, 122 forks and 65 commits on its main branch at the time of retrieval.

How the list is organized

It opens with ten families of quantitative strategies, among them statistical arbitrage, factor investing, high-frequency trading, trend following, volatility trading, risk parity and event-driven approaches. A comparison section then sets classical quantitative trading against algorithmic trading and AI-agent trading along axes such as adaptability and transparency. Ten blocks in total make up the file, covering tools, learning resources, books, papers, the maintainer's own notes, community venues and related lists.

The repository also spells out a seven-step method for building a trading system: define objectives, identify a strategy, develop the model, backtest it, integrate risk management, implement, and monitor continuously. The maintainer's own material includes regime research and strategy implementations spread over eleven chapters.

The software it points to

On the tooling side the list features Microsoft's Qlib, presented there as an AI-oriented quant research platform, and the LEAN engine for backtesting and live trading. OpenBB, NautilusTrader and vectorbt appear alongside them. FinRL and TradingAgents stand in for the agent-based branch.

For market data it points to FRED, yfinance, Alpha Vantage, Databento and akshare for Chinese markets. The stated selection bias runs toward open-source projects and established research frameworks.

What counts as frontier here

A dedicated 2025/2026 section tracks LLM-based trading agents, transformer foundation models for time series, AI-driven alpha mining, benchmarks for financial language models, diffusion models for synthetic data generation and quantitative strategies in DeFi. That mix reflects what is being pushed to public repositories right now rather than what has been proven in production.

Limits worth stating

The repository calls itself curated rather than comprehensive, and asks contributors to disclose any affiliation with the projects they add. It does not rank the trading performance of anything it links, so it works as a starting map and not as due diligence. This article draws on the repository page alone; the quality and freshness of individual entries are not independently verified here. Star, fork and commit counts are a snapshot from the moment of retrieval and keep moving.

◈ AI-GENERATED REPORT · SOURCES LINKED

FAQ

What is Awesome Quant AI?

A curated GitHub list that gathers strategy families, open-source frameworks, courses, books and research papers on AI and machine learning in quantitative finance. It ships no trading logic of its own.

Which tools does Awesome Quant AI list?

It names Microsoft's Qlib, the LEAN engine, OpenBB, NautilusTrader and vectorbt, plus FinRL and TradingAgents on the agent side. Data sources listed include FRED, yfinance, Alpha Vantage, Databento and akshare.

Is the list free to use?

The repository is published under Apache-2.0. That license covers the list itself, not the linked projects, so you need to check each project's own terms separately.

Sources

More reports