ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Stock Data Export

Skill by bingze00000

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bingze00000/stock-data-export
Or

Stock 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

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bingze00000-stock-data-export": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.