ricequant/rqalpha

A extendable, replaceable Python algorithmic backtest && trading framework supporting multiple securities

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 9th, 2026
Created on July 20th, 2016
Open Issues & Pull Requests: 32 (+0)
GitHub issues: Enabled
Number of forks: 1,794
Total Stargazers: 6,764 (+0)
Total Subscribers: 412 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 2.5 days
90th percentile: 2.7 days
Tracked items: 27

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 14% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 1
Closed in 7 days: 1
Avg open age: 369 days
Stale 30+ days: 6
Stale 90+ days: 5

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (16)
  • help wanted (1)

Most active issues this week

Detailed Description

RQAlpha is a Python algorithmic backtest and trading framework that supports multiple securities including stocks and futures.

The framework addresses the need for a complete programmatic trading solution by integrating data acquisition, algorithm development, backtesting, paper trading simulation, live trading execution, and data analysis into a single system. Its approach centers on flexible configuration and extensibility through a Mod Hook interface, allowing developers to customize their trading systems and integrate third-party libraries without modifying core code.

Developers should choose RQAlpha if they want to concentrate on strategy development rather than infrastructure. The tool suits quantitative traders building systems for stocks and futures who value ease of use and the ability to run strategies through simple command-line execution. The framework is designed for non-commercial use, with commercial licensing available through the maintainers.

The project maintains active test coverage and documentation infrastructure. Development activity shows consistent attention to stability and reliability, with the framework supporting high-volume algorithmic trading in production environments. The tool integrates with an associated community platform that provides backtesting and paper trading environments alongside live trading competitions.