Skip to Content

公告/财报候选链接搜索

公告/财报候选链接搜索。

HTTP 方法与路径GET /api/v1/stock/report/search

入参

Path

| 路径参数 | 无 |

Query

参数类型必填说明
codestring股票代码
categorystring中文类,可 ; 多值
yearstring
limitnumber
keywordstring
timeRangestring
stockNamestring
itemstring

响应

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

响应示例

对应请求 GET /api/v1/stock/report/search?code=600887&category=年报。字段以线上为准。

{ "success": true, "data": { "code": "600887", "timeRange": "3y", "category": "年报", "requestedCategories": "年报", "requestedCategoryKeys": "category_ndbg_szsh", "effectiveCategoryParam": "category_ndbg_szsh;", "total": 3, "candidates": [ { "title": "内蒙古伊利实业集团股份有限公司2024年年度报告", "url": "https://static.cninfo.com.cn/finalpage/2025-04-30/1223421123.PDF", "publishedAt": "2025-04-29", "year": "2024", "category": "年报" }, "..." ] } }

请求示例

curl -sS -H "Authorization: Bearer <API_KEY>" "http://localhost:4000/api/v1/stock/report/search?code=600887&category=年报"
Last updated on