Skip to Content

年报单期合并财务快照

年报单期合并财务快照。

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

入参

Path

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

Query

参数类型必填说明
reportDatestringYYYY-MM-DD 年报期末

响应

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

响应示例

对应请求 GET /api/v1/stock/financial/snapshot/000001?reportDate=2024-12-31。字段以线上为准。

{ "success": true, "data": { "secuCode": "000001.SZ", "code": "000001", "reportDate": "2024-12-31", "snapshot": { "code": "000001", "secucode": "000001.SZ", "reportDate": "2024-12-31", "period": "2024", "revenue": 146695, "netProfit": 44508, "parentNetProfit": 44508, "minorityInterestPnL": 0, "earningsPerShare": 2.15, "totalSharesOutstandingMm": 19405.918198, "debtRatioPct": 91.4227969916, "roePct": 10.08, "creditImpairmentLoss": 48939 }, "degradeReasons": [ "parent_fields_unavailable" ] } }

请求示例

curl -sS -H "Authorization: Bearer <API_KEY>" "http://localhost:4000/api/v1/stock/financial/snapshot/000001?reportDate=2024-12-31"
Last updated on