Skip to main content

chinabond-yield-daily

查询中债收益率曲线日度。接口:GET /api/v1/market/data/chinabond-yield-daily。所有请求必须设置 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
chinabond-yield-daily
description
查询中债收益率曲线日度。接口:GET /api/v1/market/data/chinabond-yield-daily。所有请求必须设置 FTSHARE_API_KEY。
# 中债收益率曲线日度 接口:GET `/api/v1/market/data/chinabond-yield-daily`。参数和响应以 `ftshare-doc/api-doc/宏观经济/国内宏观/中债收益率曲线日度.md` 为准。 请求必须从环境变量 `FTSHARE_API_KEY` 读取凭据,并通过请求头发送 `FTSHARE_API_KEY` 和 `Content-Type: application/json`;缺少凭据时不会发起请求。 ## 调用示例 ```bash python <RUN_PY> chinabond-yield-daily --start_date 20260828 --end_date 20260828 --page 1 --trade_date 20260828 ```
View on GitHub