Stock Data Export
Skill by bingze00000
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bingze00000/stock-data-exportStock Data Export - A 股数据导出工具
功能描述
基于 Tushare API 的 A 股数据批量导出工具,支持日线/周线/月线数据导出为 Excel/CSV 格式。
使用场景
- 量化交易数据准备
- 股票回测数据收集
- 投资组合分析
- 财务数据导出
命令
导出单只股票
导出股票代码=000001 开始日期=20250101 结束日期=20260328 类型=日线
批量导出
批量导出股票列表=000001,000002,000003 开始日期=20250101 类型=日线 输出格式=Excel
导出指数数据
导出指数代码=000300 开始日期=20250101 结束日期=20260328
配置
需要配置 Tushare API Token:
tushare_token=你的 token
输出格式
- CSV (默认)
- Excel (.xlsx)
- JSON
数据字段
- 交易日期
- 开盘价
- 收盘价
- 最高价
- 最低价
- 成交量
- 成交额
- 涨跌幅
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bingze00000-stock-data-export": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
market-analysis-cn-jarvis
市场分析服务 | Market Analysis Service. 企业市场趋势分析 | Enterprise market trend analysis. 竞品分析 | Competitor analysis. 用户行为洞察 | User behavior insights. 触发词:市场分析、竞品分析、market analysis、趋势.
Short Video Writer
Skill by bingze00000
skill-vetter-jarvis
Security-first skill vetting for AI agents. Use before installing any skill from ClawdHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns.
backtesting-frameworks
Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.
Claude Code Analyzer
Skill by bingze00000