十年业绩最新报告期
十年业绩最新报告期。
HTTP 方法与路径:GET /api/v1/stock/performance/ten-years/latest/{code}
入参
Path
| 参数 | 位置 | 类型 | 必填 | 说明 |
|---|---|---|---|---|
code | path | string | 是 | 股票代码 |
Query
| Query 参数 | 无 |
响应
响应外壳:成功时 JSON 含
success、data、可选message,见 统一响应体。
响应示例
对应请求 GET /api/v1/stock/performance/ten-years/latest/000001。字段以线上为准。
{
"success": true,
"data": [
{
"code": "000001",
"secucode": "000001.SZ",
"name": "平安银行",
"industryName": "股份制银行Ⅲ",
"maxReportDate": "2025-12-31 00:00:00",
"maxYear": 2025,
"maxValueDate": "2026-06-30 00:00:00",
"maxValueYear": 2026
}
]
}请求示例
curl -sS -H "Authorization: Bearer <API_KEY>" "http://localhost:4000/api/v1/stock/performance/ten-years/latest/000001"Last updated on