港股保险投资现金流(hk_fin_statements/hk_inv_cash_flow_ic) 在线调试
获取港股保险公司投资活动现金流指标,如收回投资所得现金、投资活动现金流入小计、投资支付的现金、投资活动现金流出小计等。
URL
https://sandbox.hscloud.cn/gildatahk/v1/hk_fin_statements/hk_inv_cash_flow_ic |
---|
是否需要业务登录
否 |
---|
HTTP请求方式
GET,POST |
---|
支持格式
JSON |
---|
请求参数
参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|---|
en_prod_code | String | 是 | 证劵代码 |
聚源股票代码,根据交易代码和交易市场组合而成,如02628.HK,支持输入多个股票代码。
|
||
report_date | Integer | 是 | 申报日期 |
报告期,输入格式为YYYY-MM-DD。
|
||
report_type | String | 否 | 10 | 财报类型 |
{"母公司调整":"3","合并调整":"1","母公司未调整":"2","合并未调整":"0"}
|
|
currency_type | Float | 否 | 10 | 货币种类 |
{"美元":"3","人民币":"1","原始币种":"0","港元":"2"}
|
|
unit | Integer | 否 | 10 | 单位 |
{"元":"0","十万元":"5","万元":"4","十元":"1","亿元":"8","百万元":"6","千元":"3","十亿元":"9","千万元":"7","百元":"2"}
|
|
fields | String | 否 | 字段集合 |
返回参数
参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
---|---|---|---|---|---|
prod_code | String | 证劵代码 |
聚源股票代码,根据交易代码和交易市场组合而成,如02628.HK,支持输入多个股票代码。
|
||
report_date | Integer | 申报日期 |
|
||
invest_withdrawal_cash | Float | 16 | 收回投资收到的现金 |
收回投资所得现金
|
|
subtotal_invest_cash_inflow | Float | 16 | 投资活动现金流入小计 |
投资活动现金流入小计
|
|
invest_cash_paid | Float | 16 | 投资支付的现金 |
投资支付的现金
|
|
subtotal_invest_cash_outflow | Float | 16 | 投资活动现金流出小计 |
投资活动现金流出小计
|
|
net_invest_cash_flow | Float | 16 | 投资活动产生的现金流量净额 |
投资业务现金净额
|
请求示例
/gildatahk/v1/hk_fin_statements/hk_inv_cash_flow_ic?en_prod_code=01336.HK&report_date=2016-12-31&report_type=0¤cy_type=0&unit=0
正确返回示例
{"data":[{"SubInvCaInflow":"","DisinvestmentCash":"","SubInvCashOflow":"","NetInvbusiCFlow":"-26314000000.00","InvestPaymentCash":""}]}