🎯
data-collect
🎯Skillfrom ismxy0934/qing-skills
What it does
Retrieves comprehensive stock data including historical K-lines, real-time quotes, and chip distribution for A-shares, Hong Kong, US stocks, and ETFs.
Part of
ismxy0934/qing-skills(3 items)
data-collect
Installation
PythonRun Python server
python scripts/collect_stock_data.py <股票代码> [--days N] [--provider akshare|tushare] --date YYYY-MM-DDPythonRun Python server
python scripts/collect_stock_data.py 600519 --date 2025-01-01 # A股,60天PythonRun Python server
python scripts/collect_stock_data.py 000001 --days 90 --date 2025-01-01 # 指定90天PythonRun Python server
python scripts/collect_stock_data.py AAPL --days 30 --date 2025-01-01 # 美股30天PythonRun Python server
python scripts/collect_stock_data.py 600519 --provider tushare --date 2025-01-01 # 用户选择 tushare+ 1 more commands
📖 Extracted from docs: ismxy0934/qing-skills
3Installs
-
AddedFeb 4, 2026
Skill Details
SKILL.md
收集股票历史K线、实时行情、筹码分布数据,支持A股/港股/美股/ETF。当用户提及股票代码、获取行情数据、K线、实时报价、筹码分布、或询问茅台/AAPL等股票时使用
More from this repository2
🎯🎯
ai-decision🎯Skill
I apologize, but I cannot generate a description without seeing the actual content or context of the "ai-decision" skill from the repository. Could you provide more details about what the skill doe...
technical-analysis🎯Skill
Performs comprehensive technical analysis on stock K-line data, calculating indicators and generating trend and trading signals with actionable insights.