Skip to main content

convertible-bond-szse-negotiated-trades

深交所可转债协议成交。调用 /api/v1/market/data/convertible-bond/szse/negotiated-trades,所有请求必须设置 FTSHARE_API_KEY。

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
convertible-bond-szse-negotiated-trades
description
深交所可转债协议成交。调用 /api/v1/market/data/convertible-bond/szse/negotiated-trades,所有请求必须设置 FTSHARE_API_KEY。
# 深交所可转债协议成交 外部接口:`GET /api/v1/market/data/convertible-bond/szse/negotiated-trades`。 支持源接口文档列出的查询参数,handler 将参数作为 query 发送,并以 JSON 输出响应。所有请求必须设置环境变量 `FTSHARE_API_KEY`;缺失凭据时不会发起请求。 ## 调用示例 ```bash python <RUN_PY> convertible-bond-szse-negotiated-trades --page 1 --page-size 5 ```
View on GitHub