stock-goodwill-industry skillA
stock-goodwill-industry is agent-read markdown (skill) from ftshare-lab/ftshare-skill: Get goodwill data by industry (行业商誉). Use when user asks about 行业商誉, 各行业商誉, 行业商誉占比, goodwill by industry, industry goodwill..
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/industry |
| 请求方式 | GET |
| 适用场景 | 查询各行业的商誉规模、商誉占净资产比例、净利润规模等汇总数据 |
## 请求参数
说明:date 为必填项。
| 参数名 | 类型 | 是否必填 | 描述 | 取值示例 | 备注 |
|--------|------|----------|------|----------|------|
| date | string | 是 | 报告期日期 | 20251231 | 格式 YYYYMMDD,按年份范围过滤,如 20251231 查询 2025 全年 |
## 执行方式
```bash
python scripts/handler.py --date 20251231
```
## 响应结构
```json
{
"code": 0,
"message": "success",
"data": {
"date": "20251231",
"total": 127,
"items": [
{
"industry_name": "IT服务Ⅱ",
"company_count": 67,
"goodwill_scale": "32954873172.3000",
"net_assets": "265068390706.9200",
"goodwill_to_net_assets_ratio": "0.12432593",
"net_profit_scale": "-1094685130.1200"
}
]
}
}
```
### 字段说明(GoodwillIndustryItem)
| 字段名 | 类型 | 是否可为空 | 说明 |
|--------|------|------------|------|
| industry_name | string | 否 | 行业名称 |
| company_count | int | 是 | 公司数量 |
| goodwill_scale | 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-industry@git:20260916.8724d04mdr add ftshare-lab/ftshare-skill/stock-goodwill-industry@sha256:d75f2659edacf7e0Pin 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_bzp7zhmmst537hdk)
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 (2027 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_bzp7zhmmst537hdk GET https://markdownregistry.com/api/v1/resolve?ref=ftshare-lab/ftshare-skill/stock-goodwill-industry GET https://markdownregistry.com/api/v1/blob/d75f2659edacf7e03205a0dab89c477c1a4b079dc43ab1357e218a5eae6f2243
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.