stock-goodwill-impairment skillA
stock-goodwill-impairment is agent-read markdown (skill) from ftshare-lab/ftshare-skill: Get goodwill impairment detail (商誉减值明细) for all stocks in a specific year. Use when user asks about 商誉减值, 商誉减值损失, 商誉减值占净利润比例, goodwill impairment..
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/goodwill/stock-impairment |
| 请求方式 | GET |
| 适用场景 | 查询存在商誉减值的个股数据,包含减值金额、减值占净利润比例等字段 |
## 请求参数
说明:date 为必填项。
| 参数名 | 类型 | 是否必填 | 描述 | 取值示例 | 备注 |
|--------|------|----------|------|----------|------|
| date | string | 是 | 报告期日期 | 20251231 | 格式 YYYYMMDD,按年份范围过滤,如 20251231 查询 2025 全年 |
## 执行方式
```bash
python scripts/handler.py --date 20251231
```
## 响应结构
```json
{
"code": 0,
"message": "success",
"data": {
"pageNum": 1,
"pageSize": 50,
"total": 2676,
"pages": 54,
"records": [
{
"seq": 0,
"security_code": "300860",
"security_name": "锋尚文化",
"goodwill_scale": "28235811.5900",
"goodwill_change": null,
"goodwill_to_net_assets_ratio": "0.00898123",
"net_profit_scale": "-16592410.5300",
"goodwill_impairment_to_net_profit": null,
"notice_date": "2026-05-13 00:00:00",
"trade_board": "cyb"
}
]
}
}
```
### 字段说明(GoodwillStockImpairmentItem)
| 字段名 | 类型 | 是否可为空 | 说明 |
|--------|------|------------|------|
| seq | int | 否 | 序号 |
…Read the whole file at its exact version.
How to install
mdr add ftshare-lab/ftshare-skill/stock-goodwill-impairment@git:20260916.8724d04mdr add ftshare-lab/ftshare-skill/stock-goodwill-impairment@sha256:115c88932919d3ffPin 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_m2juctalse67irkb)
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 (2936 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_m2juctalse67irkb GET https://markdownregistry.com/api/v1/resolve?ref=ftshare-lab/ftshare-skill/stock-goodwill-impairment GET https://markdownregistry.com/api/v1/blob/115c88932919d3ffbffef9c9d45744e4798fe8859dd7fe8c3929dfc4fd360dde
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.