Skip to main content

continuous-auction-volume

查询全市场连续竞价成交量和成交额占比。用户询问全市场、沪深北市场的分时成交占比时使用。

Jump to install

Source facts

Repository
FTShare-Lab/FTShare-skill
Last source activity
September 16, 2026 at 12:43
Detected SKILL.md language
Chinese
Stars
64
Forks
13

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
2 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
continuous-auction-volume
description
查询全市场连续竞价成交量和成交额占比。用户询问全市场、沪深北市场的分时成交占比时使用。
# 连续竞价成交量 接口:`GET /api/v2/market/data/intraday-auction-volume`。可选 `--trade-date`(YYYYMMDD)、`--page` 和 `--page-size`,每页最多 200 条;支持 `--all` 自动翻页。 ```bash python <RUN_PY> continuous-auction-volume --trade-date 20260620 --page 1 --page-size 50 ``` 不传交易日查询当日实时全市场聚合数据,传入历史交易日查询历史数据;响应为 `code/message/data` 分页信封,分钟记录位于 `data.records`,包含 overall、xshg、xshe 和 bjse 四个市场维度。
View on GitHub