Skip to Content

治理负面事件归一

治理负面事件归一。

HTTP 方法与路径GET /api/v1/stock/governance/events/{code}

入参

Path

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

Query

参数类型必填说明
yearstring
limitnumber1–30
timeRangestring3m/6m/1y/3y/5y
dedupeboolean
sourcestringaggregate/cninfo/sse
startDatestring上交所检索
endDatestring
stockNamestring

响应

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

响应示例

对应请求 GET /api/v1/stock/governance/events/000001。字段以线上为准。

{ "success": true, "data": { "code": "000001", "sources": { "cninfo": { "status": "ok", "total": 0, "note": "当前条目在严格主题闸门下无命中公告(已避免制度类误匹配放宽)" }, "sse": { "status": "skipped", "total": 0, "note": "上交所监管函接口仅适用于沪市 A 股代码" } }, "total": 0, "highSeverityCount": 0, "events": [] } }

请求示例

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