Home / ftshare-lab / ftshare-skill · ftshare-market-data/sub-skills/stock-cashflow-all-stocks-specific-period/SKILL.md · GitHub

stock-cashflow-all-stocks-specific-period skillA

stock-cashflow-all-stocks-specific-period is agent-read markdown (skill) from ftshare-lab/ftshare-skill: Get cash flow statement (现金流量表) for all stocks in a specific reporting period. Use when user asks about 指定报告期现金流量表, 全市场现金流量表, all stocks cashflow for a specific year and period..

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

# 查询单报告期全市场现金流量表(分页)

## 接口说明

| 项目 | 说明 |
|------|------|
| 接口名称 | 查询单报告期所有票现金流量表 |
| 外部接口 | GET /api/v1/market/data/finance/cashflow |
| 请求方式 | GET |
| 适用场景 | 获取 A 股指定报告期所有股票的现金流量表,支持沪深京股票,支持分页 |

## 请求参数

说明:year、report_type、page、page_size 为必填项。

| 参数名 | 类型 | 是否必填 | 描述 | 取值示例 | 备注 |
|--------|------|----------|------|----------|------|
| year | int | 是 | 报告所属年度 | 2025 | 必填 |
| report_type | string | 是 | 报告期类型标识 | q2 | q1(一季报)、q2(半年报)、q3(三季报)、annual(全年报) |
| page | int | 是 | 页码 | 1 | 从 1 开始 |
| page_size | int | 是 | 每页记录数 | 20 | 建议 10–100 |

## 执行方式

```bash
python scripts/handler.py --year 2025 --report-type q2 --page 1 --page-size 20
```

## 响应结构

```json
{
  "items": [ { "stock_code", "stock_name", "year", "report_type", "report_type_cn", "publish_date", "detail_report_type", "cash_equ_inc", ... } ],
  "total_pages": 279,
  "total_items": 5565
}
```

### 字段说明(CashflowItem)

| 字段名 | 类型 | 是否可为空 | 说明 | 单位 |
|--------|------|------------|------|------|
| stock_code | String | 否 | 股票交易代码,带 .SZ/.SH/.BJ 后缀 | - |
| stock_name | String | 否 | 上市公司股票名称 | - |
| year | int | 否 | 报告所属年度 | - |
| report_type | String | 否 | 报告期类型:q1/q2/q3/annual | - |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ftshare-lab/ftshare-skill/stock-cashflow-all-stocks-specific-period@git:20260916.8724d04
Exact content
mdr add ftshare-lab/ftshare-skill/stock-cashflow-all-stocks-specific-period@sha256:340bd6e74e316b30

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_kjufs6e3dz2wlvpq.svg)](https://markdownregistry.com/a/art_kjufs6e3dz2wlvpq)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260916.8724d04 latest2026-09-16 8724d04 3,891 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3891 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

GitHub

ftshare-lab/ftshare-skill · 64 stars · license MIT · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_kjufs6e3dz2wlvpq
GET https://markdownregistry.com/api/v1/resolve?ref=ftshare-lab/ftshare-skill/stock-cashflow-all-stocks-specific-period
GET https://markdownregistry.com/api/v1/blob/340bd6e74e316b30ef848b12e2cf1231f9f72d8caac0c71a214cfd8db41414f8

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.

More from ftshare-lab/ftshare-skill

ftshare-market-data skill
ftshare-lab/ftshare-skill · ftshare-market-data/SKILL.md · FTShare 市场数据技能集。根据用户对股票、ETF、指数、基金、可转债、期货、港股、美股、资金流、财务数据或宏观数据的查询意图,匹配并执行对应子 skill。
git:20260922.444da4f · audit A · 64 stars
10jqk-board-list skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/10jqk-board-list/SKILL.md · Get all THS board list (同花顺板块列表). Use when user asks about 同花顺板块列表、概念板块、行业板块、地域板块、证监会板块、有哪些板块.
git:20260903.6431274 · audit A · 64 stars
sub-skills skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/SKILL.md · 查询股票列表。接口:GET /api/v1/market/data/stock-list。所有请求必须设置 FTSHARE_API_KEY。
git:20260903.8f74c9b · audit A · 64 stars
abnormal-trading-details skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/abnormal-trading-details/SKILL.md · 查询龙虎榜明细。接口:GET /api/v1/market/data/abnormal-trading-details。所有请求必须设置 FTSHARE_API_KEY。
git:20260903.6431274 · audit A · 64 stars
abnormal-trading-overview skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/abnormal-trading-overview/SKILL.md · 查询龙虎榜总览。接口:GET /api/v1/market/data/abnormal-trading-overview。所有请求必须设置 FTSHARE_API_KEY。
git:20260903.6431274 · audit A · 64 stars
ashare-code-change skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/ashare-code-change/SKILL.md · 查询 A 股代码变更历史。Use when user asks about 股票代码变更、改名换码、代码迁移或北交所升板代码历史。
git:20260904.d0f3421 · audit A · 64 stars
ashare-interactions skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/ashare-interactions/SKILL.md · 查询e互动。接口:GET /api/v2/market/data/ashare-interactions。所有请求必须设置 FTSHARE_API_KEY。
git:20260903.6431274 · audit A · 64 stars
ashare-news-sentiment-factors skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/ashare-news-sentiment-factors/SKILL.md · 查询指定 A 股的新闻情绪因子。必填 --trade-code;可选 --start-date、--end-date、--page、--page-size。接口:GET…
git:20260903.6431274 · audit A · 64 stars
ashare-rating-factor-snapshot skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/ashare-rating-factor-snapshot/SKILL.md · 查询指定 A 股的 Top-K 相关公司。用户询问股票相关性、相关公司排名或相关性评分时使用。
git:20260903.8f74c9b · audit A · 64 stars
ashare-status-change skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/ashare-status-change/SKILL.md · 查询 A 股状态变更记录。Use when user asks about 上市、退市、暂停上市或股票状态变更。
git:20260922.34b56f4 · audit A · 64 stars
auction-results skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/auction-results/SKILL.md · 查询集合竞价结果。接口:GET /api/v2/market/data/auction-results。所有请求必须设置 FTSHARE_API_KEY。
git:20260922.34b56f4 · audit A · 64 stars
block-trades skill
ftshare-lab/ftshare-skill · ftshare-market-data/sub-skills/block-trades/SKILL.md · 查询大宗交易列表。当用户需要获取 A 股大宗交易记录,包含买卖方营业部、成交价、成交量、溢价率等,或了解大宗交易列表时使用。
git:20260703.d074f75 · audit A · 64 stars

Every file in ftshare-lab/ftshare-skill

Browse by kind, by grade A, or by owner.