agentsclimarketplace

10jqk board all kline

Skill FTShare-Lab/FTShare-skills/ftshare-market-data/sub-skills/10jqk-board-all-kline

Get THS all boards K-line by date range (同花顺全板块 K 线). Use when user asks about 同花顺全板块行情、近N天板块K线、某日期范围所有板块K线.From its SKILL.md

Install
npx -y skills add FTShare-Lab/FTShare-skills --skill 10jqk-board-all-kline

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 2 commands, including `python <RUN_PY> 10jqk-board-all-kline --start-date 2026-05-20 --end-date 2026-05-25` and 1 more.

SKILL.md

2.1 KB, 677 tokens by cl100k_base, as published. Nobody here has run it

同花顺全板块 K 线

1. 接口描述

项目说明
接口名称查询同花顺全板块 K 线
外部接口GET /api/v1/market/data/ths-all-board-kline
请求方式GET
适用场景查询同花顺所有板块在指定日期范围内的 K 线数据(分页)

2. 请求参数

参数名类型是否必填描述取值示例备注
start_datestring起始日期(含)2021-10-01格式 YYYY-MM-DD
end_datestring截止日期(含)2021-10-31格式 YYYY-MM-DD
pageint页码,从 1 开始1默认 1
page_sizeint每页数量50默认 50

3. 响应说明

字段名类型说明
itemsarray分页数据列表
items[].board_codestring板块代码
items[].board_namestring板块名称
items[].modulestring所属模块
items[].datestring日期 YYYY-MM-DD
items[].openstring开盘价
items[].highstring最高价
items[].lowstring最低价
items[].closestring收盘价
items[].volumestring成交量
total_pagesint总页数
total_itemsint总记录数

4. 用法

python <RUN_PY> 10jqk-board-all-kline --start-date 2026-05-20 --end-date 2026-05-25
python <RUN_PY> 10jqk-board-all-kline --start-date 2026-05-20 --page 1 --page-size 20

5. 请求示例

GET /api/v1/market/data/ths-all-board-kline?start_date=2021-10-01&end_date=2021-10-31&page=1&page_size=50

6. 注意事项

  • 10jqk-board-kline 的区别:本接口按日期范围返回所有板块的 K 线,无需指定 board_code
  • 日期格式为 YYYY-MM-DD,均可选
  • K 线数值均为字符串
  • 支持分页

What ships with it: 1 file

2.2 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.