a-share-data — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited a-share-data (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
使用本技能时,优先调用本目录下脚本获取结构化数据,不依赖网页抓取。
支持能力:
fetch_danginvest.py;先读 references/danginvest-api-reference.md)fetch_sector_info.py,数据源东方财富;个股概念不稳定,见下)pip install akshare MyTT pandas numpy requestsSKILL_DIR="<本skill绝对路径>"
python3 "$SKILL_DIR/scripts/fetch_realtime.py" [参数]
python3 "$SKILL_DIR/scripts/fetch_history.py" [参数]
python3 "$SKILL_DIR/scripts/fetch_technical.py" [参数]
python3 "$SKILL_DIR/scripts/fetch_stock_events.py" [参数]
python3 "$SKILL_DIR/scripts/fetch_ah_stocks.py" [参数]
python3 "$SKILL_DIR/scripts/fetch_ah_ipo_timeline.py" [参数]
python3 "$SKILL_DIR/scripts/fetch_danginvest.py" [参数]
python3 "$SKILL_DIR/scripts/fetch_sector_info.py" [参数]说明:fetch_sector_info.py 虽可能带概念参数,但东方财富个股概念接口不稳定、常为空,使用时固定加 --no-concepts,只查行业与证券简称。市场级概念板块(涨跌幅、热力图、成分股)走 fetch_danginvest.py,不要与前者混用。
优先使用以下股票代码格式:
600519sh600519 / sz000001600519.XSHG按问题类型选脚本:
fetch_danginvest.py:热门概念、热门行业、行业涨跌幅、概念涨跌幅、板块热力图、板块成分股、7×24 市场快讯;参数与查询惯例见 references/danginvest-api-reference.mdfetch_realtime.py:实时价格、分钟线、指数、北向、龙虎榜、涨跌停、资金流、全市场行情、成交明细(--boards-* 仅兼容旧用法)fetch_history.py:历史K线、财务、业绩、分红、行业、指数成分、交易日历、宏观fetch_technical.py:MA/MACD/KDJ/RSI/BOLL等技术指标fetch_stock_events.py:业绩、增减持/回购、监管、重大合同、舆情方向fetch_ah_stocks.py:A+H 双重上市公司清单、H 股上市日期区间筛选fetch_ah_ipo_timeline.py:A股赴港上市关键事件节点(递表/聆讯/备案/招股/定价/配售/上市);支持 --code / --name 点查fetch_sector_info.py:单只或多只股票的行业与名称(东方财富);批量时并行,默认 --workers;仅文档化行业路径,不加概念references/danginvest-api-reference.md,再用 fetch_danginvest.py(勿用 fetch_realtime.py --boards-*):--json。fetch_history.py(已内置多源逻辑,K线链路为腾讯优先、新浪降级、东财兜底)。--all-stocks 已支持新浪/腾讯/雪球多源;若单一源失败,继续返回其他源合并结果。当任务是“批量拉取”时(实时个股列表 / 多只历史K线),默认并行,不逐只串行。
max_workers=8~12(默认 10)超时上限(硬限制):
30s30s60s超时/失败处理(强制):
# 实时(单只)
python3 fetch_realtime.py --quote 600519 --json
# 实时(多只,逗号分隔,最多10只)
python3 fetch_realtime.py --multi-quote 002491,002364,600519 --json
python3 fetch_realtime.py --index --json
python3 fetch_realtime.py --all-quote --sort change_pct_desc --top 50 --json
python3 fetch_realtime.py --tick 600519 --json
# 历史
python3 fetch_history.py --kline 600519 --start 2025-01-01 --end 2025-03-31 --freq d --json
python3 fetch_history.py --kline-batch 600519,000001,300750 --start 2025-10-01 --end 2026-03-31 --count 120 --workers 8 --retries 2 --json
python3 fetch_history.py --financials 600519 --start 2023-01-01 --end 2025-01-01 --json
python3 fetch_history.py --industry 300271 --with-boards --json
# 技术
python3 fetch_technical.py 600519 --freq 1d --count 120 --indicators MA,MACD,KDJ,RSI,BOLL --json
# 事件
python3 fetch_stock_events.py --code 300476 --name 胜宏科技 --dates 20250331,20241231 --limit 20 --json
# A+H 列表
python3 fetch_ah_stocks.py --json
python3 fetch_ah_stocks.py --since 2020-01-01 --until 2024-12-31 --json
# A股赴港上市关键节点
python3 fetch_ah_ipo_timeline.py --name 顺丰 --json
python3 fetch_ah_ipo_timeline.py --code 002352 --json
python3 fetch_ah_ipo_timeline.py --since 2020 --workers 4 --json
# 热门行业/热门概念/涨跌幅/快讯 → fetch_danginvest.py,见 references/danginvest-api-reference.md
# 个股行业(不加概念,见上文说明)
python3 fetch_sector_info.py --no-concepts --json 600519
python3 fetch_sector_info.py --workers 8 --no-concepts --timeout 15 --json 600519 000001 300750 600036 601318 002594 688981 300059fetch_danginvest.py,先读 references/danginvest-api-reference.md;勿用 fetch_realtime.py --boards-*。fetch_sector_info.py 的个股概念字段;市场级「热门概念/概念涨跌」走 fetch_danginvest.py,不是 sector_info。references/api-reference.mdreferences/danginvest-api-reference.md~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.