发行相关
标识:getStockIssuanceByName
- 接口地址:
https://way.jd.com/inspur/getStockIssuanceByName
- 请求方式:
HTTPS GET POST
- 请求示例:
https://way.jd.com/inspur/getStockIssuanceByName?companyName=深圳华强&appkey=您申请的APPKEY
QUERY请求参数
- 公共请求参数
-
名称 类型 必填 示例值 描述 appkey String 是 1 您申请的appkey - 业务请求参数
-
名称 类型 必填 示例值 描述 companyName String 是 深圳华强 公司名称
返回参数
- 公共返回参数
-
名称 类型 示例值 描述 code string 10000 更多返回参数示例值请参看“错误参照码” charge boolean false 或 true false:不扣费 true:扣费 remain long 1305 数据剩余次数 msg string 查询成功 更多返回参数示例值请参看“错误参照码” result object {...} 数据查询结果 - 业务返回参数
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | array | [...] | 返回结果集 |
listDate | string | 2000-06-08 00:00:00 | 上市日期 |
webEstablishDate | string | 2000-04-24 00:00:00 | 网上发行日期 |
companyName | string | 浪潮信息 | 公司名称 |
mjzjje | string | 4.81亿 | 募集资金净额(元) |
totalMarketValue | string | 5.01亿 | 发行总市值(元) |
pricePerShare | string | 7.71 | 每股发行价(元) |
srhsl | string | 64.54% | 首日换手率 |
source | null | null | 来源 |
keyNo | string | 91370000706266601D | / |
srzgj | string | 32.88 | 首日最高价(元) |
firstcommit | string | 2017-11-10 11:23:36 | 入库时间 |
wxpszql | string | -- | 网下配售中签率 |
issuingExpenses | string | 1377万 | 发行费用(元) |
regAccount | null | null | / |
srspj | string | 29.71 | 首日收盘价(元) |
history | null | null | 历史 |
srkpj | string | 22.71 | 首日开盘价(元) |
establishDate | string | 1998-10-28 00:00:00 | 成立日期 |
valuePerShare | string | 1.00 | 每股面值(元) |
listedSponsor | null | null | / |
stockCode | string | 000977 | 股票代码 |
sourceurl | string | http://emweb.securities.eastmoney.com/f10_v2/CompanySurvey.aspx?type=web&code=sz000977&timetip=636380569735797165 | 来源链接 |
peratio | string | 29.45 | / |
keyno | null | null | / |
entryclerk | null | null | 更改人 |
leadUnderwriter | null | null | / |
circulation | string | 6500万 | / |
gettime | string | 2017-10-24 00:00:00 | 采集时间 |
rk | null | null | / |
exceptFundraising | null | null | 预计募资 |
lastupdate | string | 2017-11-10 11:23:40 | 最后更新日期 |
djzql | string | 0.41% | 定价中签率 |
issuingMode | string | 网下定价发行 | 发行方式 |
paging | null | null | 分页数据 |
message | string | 查询成功 | 接口消息 |
status | string | 200 | 接口调用状态 |
返回示例值
{"code":"10000","charge":false,"remain":1305,"msg":"查询成功","result":{
"status": "200",
"message": "查询成功",
"paging": null,
"result": [{
"companyName": "浪潮信息",
"stockCode": "000977",
"establishDate": "1998-10-28 00:00:00",
"listDate": "2000-06-08 00:00:00",
"webEstablishDate": "2000-04-24 00:00:00",
"peratio": "29.45",
"issuingMode": "网下定价发行",
"valuePerShare": "1.00",
"circulation": "6500万",
"pricePerShare": "7.71",
"issuingExpenses": "1377万",
"totalMarketValue": "5.01亿",
"mjzjje": "4.81亿",
"srkpj": "22.71",
"srspj": "29.71",
"srhsl": "64.54%",
"srzgj": "32.88",
"wxpszql": "--",
"djzql": "0.41%",
"exceptFundraising": null,
"sourceurl": "http://emweb.securities.eastmoney.com/f10_v2/CompanySurvey.aspx?type=web&code=sz000977&timetip=636380569735797165",
"gettime": "2017-10-24 00:00:00",
"keyno": null,
"firstcommit": "2017-11-10 11:23:36",
"lastupdate": "2017-11-10 11:23:40",
"leadUnderwriter": null,
"listedSponsor": null,
"history": null,
"regAccount": null,
"keyNo": "91370000706266601D",
"entryclerk": null,
"source": null,
"rk": null
}]
}}