stock-income-all-stocks-specific-period skillA
stock-income-all-stocks-specific-period is agent-read markdown (skill) from ftshare-lab/ftshare-skill: Get income statement (利润表) for all stocks in a specific reporting period. Use when user asks about 指定报告期利润表, 全市场利润表, all stocks income 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/income |
| 请求方式 | 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", "report_form_type", "t_revenue", "n_profit", ... } ],
"total_pages": 283,
"total_items": 5652
}
```
### 字段说明(IncomeItem)
| 字段名 | 类型 | 是否可为空 | 说明 | 单位 |
|--------|------|------------|------|------|
| 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
mdr add ftshare-lab/ftshare-skill/stock-income-all-stocks-specific-period@git:20260916.8724d04mdr add ftshare-lab/ftshare-skill/stock-income-all-stocks-specific-period@sha256:43bce6355b14ed0bPin 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_kiejmgdn642ua5go)
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 (3721 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_kiejmgdn642ua5go GET https://markdownregistry.com/api/v1/resolve?ref=ftshare-lab/ftshare-skill/stock-income-all-stocks-specific-period GET https://markdownregistry.com/api/v1/blob/43bce6355b14ed0b148c7e1943ab95caee0850b4ae25d798a70378c3ee53b091
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.