文档
测试

【董秘】异动监控数据

POST
/api/inquiry/letters/list

接口描述

需要解释以下字段的意思,里面已经包含所有的异动警告数据

请求头

参数名
类型
描述
必填
apiToken
string
用户登录后的token, 永久保留
必填

请求参数

参数名
类型
描述
必填
id
string
公司证券代码或公司简称
必填

响应参数

参数名
类型
描述
必填
code
int
成功:200,失败:其它
必填

说明 / 示例

需要解释以下字段的意思,里面已经包含所有的异动警告数据 ```json { "iCurTime": 1618994975, "iTradingDay": 1, "vSecQuote": [{ "bIsRegistration": false, "bIsVIE": false, "bProfit": true, "bSameVoteRight": true, "cInoutflag": 0, "eSecStatus": 0, "fAmout": 285951680.000000, "fAverageprice": 17.909706, "fBuy": 17.809999, "fCirculationmarketvalue": 19692355584.000000, "fClose": 17.930000, "fCointype": 0.000000, "fCommittee": 0.115756, "fDayincrease": 0.000000, "fFhsl": 0.014440, "fFundNetValue": 0.000000, "fHot": 0.000000, "fLtg": 110569.000000, "fMax": 18.250000, "fMaxLimit": 19.719999, "fMin": 17.590000, "fMinLimit": 16.139999, "fNow": 17.809999, "fOpen": 17.750000, "fQuickRisePct": 0.000000, "fSell": 17.820000, "fSjl": 5.851431, "fSyl": 61.865356, "fTickdiff": -0.160000, "fTotalmarketvalue": 19692355584.000000, "fTradeAmountP": 0.000000, "fVolinstock": 0.000000, "fVolumeRatio": 1.272832, "fYclose": 0.000000, "fYjl": 0.000000, "iDownnum": 0, "iErveyhand": 100, "iNochange": 0, "iTime": 1618988400, "iTpFlag": 2, "iUpnum": 0, "lInside": 89651, "lNowVolume": 159663, "lOutside": 70012, "lRestvol": 0, "lTradeVolumeP": 0, "lVolinstock": 0, "lVolume": 159663, "lYvolinstock": 0, "sDtSecCode": "0101603000", "sSecName": "人民网", "stSecAttr": { "mSecAttr": { "1": "true", "2": "true" }, "stPlateInfo": { "sDtSecCode": "2020880057", "sPlateName": "互联网信息服务" } }, "vBuyp": [17.809999, 17.799999, 17.790001, 17.780001, 17.770000], "vBuyv": [493, 392, 148, 316, 224], "vSellp": [17.820000, 17.830000, 17.840000, 17.850000, 17.860001], "vSellv": [283, 183, 196, 283, 302] }] } ```