pythonstock/stock

stock,股票系统。使用python进行开发。

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 8th, 2026
Created on July 17th, 2017
Open Issues & Pull Requests: 78 (+0)
GitHub issues: Enabled
Number of forks: 2,362
Total Stargazers: 7,875 (-1)
Total Subscribers: 300 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 285.0 days
90th percentile: 855.0 days
Tracked items: 3

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 304 days
Stale 30+ days: 7
Stale 90+ days: 7

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

pythonstock is a Python-based stock analysis system that fetches, processes, and visualizes stock market data through a web interface.

The project addresses the need to collect and analyze stock market data by ingesting raw stock information, cleaning and processing it using pandas and numpy, storing results in a MySQL database, and exposing analysis through a Tornado web framework. The system calculates seventeen daily technical indicators for each stock to support analytical workflows.

The tool is designed for developers learning Python, those interested in stock data analysis, and individuals building personal investment research systems. It suits projects where you need to work with historical stock data, compute technical indicators, and view results through a web dashboard. The project explicitly disclaims responsibility for investment outcomes and positions itself as an educational resource rather than a trading system.

Development activity shows ongoing maintenance with updates to the codebase and documentation. The project maintains supplementary resources including video tutorials and blog documentation to support users beyond the repository itself. The tool remains actively supported with a clear separation between its educational purpose and any real-world financial decision-making.