Skip to Content

财务评估

财务评估。

HTTP 方法与路径GET /api/v1/stock/diagnosis/financial/evaluation/{code}

入参

Path

参数位置类型必填说明
codepathstring股票代码

Query

| Query 参数 | 无 |

响应

响应外壳:成功时 JSON 含 successdata、可选 message,见 统一响应体

响应示例

对应请求 GET /api/v1/stock/diagnosis/financial/evaluation/000001。字段以线上为准。

{ "success": true, "data": [ { "code": "000001", "secucode": "000001.SZ", "name": "平安银行", "reportDate": "2026-03-31 00:00:00", "reportType": "2026年一季报", "weightRoe": 2.83, "weightRoeRank": null, "netProfitYoyRatio": 3.02922814983, "totalAssetsTr": 0.005899292618, "saleCashRatio": 107.1576381212, "debtAssetRatio": 90.9829892863, "labelExplain": "财务整体良好" }, "..." ] }

请求示例

curl -sS -H "Authorization: Bearer <API_KEY>" "http://localhost:4000/api/v1/stock/diagnosis/financial/evaluation/000001"
Last updated on