stock-top-gainers

获取 A 股近 10 日个股涨幅排名(前 20 只),排除 ST 股票。 **触发场景**: - "近 10 日涨幅排名" - "最近哪些股票涨得好" - "获取涨幅前 20 股票" - "股票排行榜" - "强势股排名"

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "stock-top-gainers" with this command: npx skills add shinelp100/stock-top-gainers

stock-top-gainers

获取 A 股近 10 日个股涨幅排名(前 20 只),排除 ST 股票。

数据源

首选:同花顺问财

  • URL: https://www.iwencai.com/unifiedwap/result?w=近 10 日涨幅排名

备用:东方财富网(网络不稳定时)

  • URL: https://data.eastmoney.com/rzrq/
  • 导航至「区间统计」→「10 日涨幅」排行

操作步骤

  1. 使用 browser 工具导航到同花顺问财 URL
  2. 使用 browser snapshot 获取页面数据(refs="aria"
  3. 从 snapshot 中提取表格数据,字段包括:
    • 序号/排名
    • 股票代码(6 位数字)
    • 股票简称
    • 收盘价(元)
    • 10 日涨幅(%)
    • 今日涨跌(%)
    • 所属行业
  4. 排除 ST 股票:检查股票简称是否包含 "ST"(包括 ST、ST、SST 等)
  5. 取前 20 只非 ST 股票

数据格式

字段说明
排名1-20
股票代码6 位数字代码
股票简称不含 ST 的股票名称
收盘价最新收盘价(元)
10 日涨幅区间涨幅(%),统计周期 10 个交易日
今日涨跌当日涨跌幅(%)
所属行业股票所属行业分类

筛选条件

  • ❌ 排除所有 ST 股票(ST、ST、SST 等)
  • ✅ 按 10 日涨幅从高到低排序
  • ✅ 取前 20 只

统计周期

近 10 个交易日(约 2 周自然日)

输出示例

## 📈 近 10 日涨幅前 20 股票(2026-03-21)

| 排名 | 股票代码 | 股票简称 | 收盘价 | 10 日涨幅 | 今日涨跌 | 所属行业 |
|------|----------|----------|--------|-----------|----------|----------|
| 1 | 688295 | 中复神鹰 | 60.59 | +99.97% | +2.34% | 材料 |
| 2 | 600726 | 华电能源 | 5.02 | +81.88% | +1.21% | 电力 |
| 3 | 301396 | 宏景科技 | 178.53 | +80.24% | -0.56% | 科技 |
...

注意事项

  • 同花顺问财的 ak.stock_rank_lxsz_ths() 接口返回的是连续上涨天数排行,不是真实区间涨幅,不推荐使用
  • 东方财富网 akshare 接口 ak.stock_zh_a_hist() 需逐个股票获取,效率较低,仅作备用
  • 数据可能有 15 分钟延迟,非实时行情
  • 免责声明:数据仅供参考,不构成投资建议

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated