近年增发
近年增发
描述:
根据《股票列表》得到的股票代码获取上市公司的近年来的增发情况。按公告日期倒序。更新时间:
每个交易日约16点左右请求频率:
每秒不大于10次返回格式:
JSON温馨提示:
接口A每日累计请求5000次后限速测试KEY:
mushuju.com【约每10秒1次】测试一下
https://www.mushuju.com/data?key=您的key&path=time/f10/zf/股票代码&type=2
请求参数
参数名称 | 参数类型 | 是否必填 | 参数描述 |
---|---|---|---|
key | String | Yes | 密钥,开通VIP后即可获取 |
参数名为空 | String | Yes | 股票代码 |
返回参数
参数名称 | 参数类型 | 参数描述 |
---|---|---|
sdate | String | 公告日期yyyy-MM-dd |
type | String | 发行方式 |
price | String | 发行价格 |
tprice | String | 实际公司募集资金总额 |
fprice | String | 发行费用总额 |
amount | String | 实际发行数量 |
返回示例
[
{
"sdate": "2015-05-20",
"type": "定向配售、网下询价配售",
"price": "16.70元",
"tprice": "1,000,000.00万元",
"fprice": "6,000.00万元",
"amount": "59880.2395万股"
},
{
"sdate": "2014-01-08",
"type": "定向配售",
"price": "11.17元",
"tprice": "1,478,221.03万元",
"fprice": "4,850.00万元",
"amount": "132338.4991万股"
},
{
"sdate": "2011-07-29",
"type": "定向配售",
"price": "17.75元",
"tprice": "269,005.23万元",
"fprice": "0.00元",
"amount": "163833.6654万股"
},
{
"sdate": "2010-09-16",
"type": "定向配售",
"price": "18.26元",
"tprice": "693,113.08万元",
"fprice": "2,386.23万元",
"amount": "37958万股"
}
]