stock-goodwill-market-overview skillA
stock-goodwill-market-overview is agent-read markdown (skill) from ftshare-lab/ftshare-skill: Get A-share market-wide goodwill overview (A股商誉市场概况) with historical trends. Use when user asks about 商誉市场概况, 全市场商誉, 商誉历史趋势, goodwill market overview..
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
# 查询A股商誉市场概况
## 接口说明
| 项目 | 说明 |
|------|------|
| 接口名称 | 查询A股商誉市场概况 |
| 外部接口 | GET /api/v1/market/data/goodwill/market-overview |
| 请求方式 | GET |
| 适用场景 | 查询 A 股全市场商誉历史概况,包含商誉规模、减值金额、占净资产/净利润比例等汇总指标 |
## 请求参数
无需参数,返回全部历史数据,按报告期倒序排列。
## 执行方式
```bash
python scripts/handler.py
```
## 响应结构
```json
{
"code": 0,
"message": "success",
"data": {
"total": 17,
"items": [
{
"report_date": "2026-03-31 00:00:00",
"goodwill_scale": "1224218430250.2300",
"goodwill_impairment": null,
"net_assets": "56278253157394.5000",
"goodwill_to_net_assets_ratio": "0.02175296",
"impairment_to_net_assets_ratio": null,
"net_profit_scale": "1133013378865.3600",
"impairment_to_net_profit_ratio": null
}
]
}
}
```
### 字段说明(GoodwillMarketOverviewItem)
| 字段名 | 类型 | 是否可为空 | 说明 |
|--------|------|------------|------|
| report_date | string | 是 | 报告期,格式 YYYY-MM-DD HH:MM:SS |
| goodwill_scale | string | 是 | 全市场商誉规模(元) |
| goodwill_impairment | string | 是 | 全市场商誉减值金额(元) |
| net_assets | string | 是 | 全市场净资产(元) |
| goodwill_to_net_assets_ratio | string | 是 | 商誉占净资产比例 |
…Read the whole file at its exact version.
How to install
mdr add ftshare-lab/ftshare-skill/stock-goodwill-market-overview@git:20260916.8724d04mdr add ftshare-lab/ftshare-skill/stock-goodwill-market-overview@sha256:a0a4b90fd41731d5Pin 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_rtoe3hf7ajqwq6rd)
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 (2340 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_rtoe3hf7ajqwq6rd GET https://markdownregistry.com/api/v1/resolve?ref=ftshare-lab/ftshare-skill/stock-goodwill-market-overview GET https://markdownregistry.com/api/v1/blob/a0a4b90fd41731d502e227a3ba07952d17ef04016420417a0eab73a0b2dd244e
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.