第 N 个交易日

SkillDev tools

查询第 N 个交易日。Use when user asks for 前 N 个交易日、某日期对应的第 N 个交易日或交易日倒推。

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the 第 N 个交易日 skill

What this skill tells your AI

The instructions your AI receives, as published by ftshare-lab/ftshare-skill in ftshare-market-data/sub-skills/nth-trade-date/SKILL.md and read by ahel’s review.

接口:GET /api/v1/market/data/time/get-nth-trade-date。按服务端当前日期向前计算第 N 个交易日。

python <RUN_PY> nth-trade-date --n 5
  • --n:必填整数,必须大于等于 1。

响应为 code/message/data 信封,data 包括 current_datenth_trade_date(均为 YYYY-MM-DD)和请求的 n

Signals

GitHub stars
64
Forks
13
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
nth-trade-date
Source
github.com/ftshare-lab/ftshare-skill