IPO发行费用(astock/invest_divid/issue_fee) 在线调试

统计新股发行中相关费用支出,支持同时输入多个股票代码。

网关地址

沙箱环境调用地址: https://sandbox.hscloud.cn
数据核查类生产调用地址: https://api.hscloud.cn
仿真业务接口生产调用地址: https://vopen.hscloud.cn
其余生产调用地址: https://open.hscloud.cn

URL

https://sandbox.hscloud.cn/gildataastock/v1/astock/invest_divid/issue_fee

是否需要业务登录

HTTP请求方式

GET

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
en_prod_code String 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如上交所600000.SH,深交所000001.SZ
unit Integer 0 单位
{"元":"0","十元":"1","百元":"2","千元":"3","万元":"4","十万":"5","百万":"6","千万":"7","亿":"8","十亿":"9"}
fields String 字段集合

返回参数

参数名 类型 最大长度 默认值 中文名 描述
prod_code String 证劵代码
聚源股票代码,根据交易代码和交易市场组合而成,如上交所600000.SH,深交所000001.SZ
issue_cost String 发行费用总额
underwriting_fee String 承销费用
cpa_fee Float 注册会计师费用
asset_appraisal_fee Float 资产评估费用
land_evaluation_fee Float 土地评估费用
attorney_fee Float 律师费用
total_agent_fee Float 中介机构费合计
online_issue_fee Float 上网发行费用
scrip_fee Float 股票登记费用
other_fee Float 其他费用
issue_cost_per_share Float 每股发行费用
sponsor_fee Float 上市推荐费用

请求示例

/gildataastock/v1/astock/invest_divid/issue_fee?en_prod_code=600000.SH

正确返回示例

{
 "data":[{
             "asset_appraisal_fee":"",
    "attorney_fee":"",
    "cpa_fee":"",
    "issue_cost":"19868400.00",
    "issue_cost_per_share":"1.17",
    "land_evaluation_fee":"",
    "online_issue_fee":"",
    "other_fee":"",
    "prod_code":"600570.SH",
    "scrip_fee":"",
    "sponsor_fee":"",
    "total_agent_fee":"",
    "underwriting_fee":""
  }]
}