stock-intraday skillA
stock-intraday is agent-read markdown (skill) from ftshare-lab/ftshare-skill: 股票跨日分时行情,含均价与日累计量额(stock_intraday,GET /api/v4/market/data/stock-intraday)。用户问某只股票的分时数据、当日/近五日逐分钟价格与均价、日累计成交量额时使用。必填 --symbol;可选 --range、--days、--ts-ms,三者按 ts_ms > days > range 优先级生效。.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# 股票跨日分时行情 ## 1. 接口描述 | 项目 | 说明 | |------|------| | 接口名称 | 股票跨日分时行情(stock_intraday) | | 外部接口 | `GET /api/v4/market/data/stock-intraday` | | 请求方式 | GET(query 参数) | | 适用场景 | 查询单只股票的分钟分时价格、均价及日累计成交量额;支持当日实时分时与近期历史分时合并返回 | | 数据范围 | 当日及近期历史交易日,时间范围按北京时间(Asia/Shanghai)计算 | | 单次限量 | 单只股票;`days` 为 1~5;无分页,返回所选范围内的可用数据点 | ## 2. 请求参数 | 参数名 | 类型 | 是否必填 | 描述 | 取值示例 | 备注 | |--------|------|----------|------|----------|------| | symbol | string | 是 | 股票代码(需带市场后缀) | 600000.SH | 不接受裸代码;也接受 `600000.XSHG` 等 MIC 后缀 | | range | string | 否 | 预置区间 | Today | `Today`(当日)/`FiveDays`(当日及此前 4 个交易日,默认);大小写敏感 | | days | int | 否 | 查询当日及此前 N−1 个交易日 | 3 | 范围 1~5,`1` 表示当日 | | ts_ms | int | 否 | 当日过滤起点(毫秒,包含起点) | 1789522140000 | 只过滤当日数据,不能通过它指定历史日期;早于当日零点时按当日零点处理 | 三个时间参数可以同时传入,按 `ts_ms` > `days` > `range` 选择生效参数,低优先级参数不参与范围计算;三者均不传时默认 `FiveDays`。 ## 3. 响应说明 外层固定为 `code`(成功 200)/ `message`(成功 `success`)/ `data`。`data` 为分时点数组,按时间升序排列,同一分钟只返回一个数据点,无分页: | 字段名 | 类型 | 说明 | 单位 | |--------|------|------|------| | ts_ms | int | 分钟起点的 Unix 毫秒时间戳 | 毫秒 | | price | number | 成交价格;历史分钟取该分钟收盘价,不复权 | 元 | | avg_price | number / null | 当日累计成交均价;不可用时为 `null`,字段仍返回 | 元 | | volume | int | 当日累计成交量 | 股 | …
Read the whole file at its exact version.
How to install
mdr add ftshare-lab/ftshare-skill/stock-intraday@git:20260917.e822798mdr add ftshare-lab/ftshare-skill/stock-intraday@sha256:545d7e888b98241cPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_qcw4kgnlm77ox3zx)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4209 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
ftshare-lab/ftshare-skill · 64 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_qcw4kgnlm77ox3zx GET https://markdownregistry.com/api/v1/resolve?ref=ftshare-lab/ftshare-skill/stock-intraday GET https://markdownregistry.com/api/v1/blob/545d7e888b98241c87fcf5ad1df9d75e5e95f28e6aca6e1f47576b8b49c3838e
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.