基金费率(fund_archives/charge_rate) 在线调试
记录基金各种收费比率及标准。
网关地址
| 沙箱环境调用地址: | https://sandbox.hscloud.cn |
| 数据核查类生产调用地址: | https://api.hscloud.cn |
| 仿真业务接口生产调用地址: | https://vopen.hscloud.cn |
| 其余生产调用地址: | https://open.hscloud.cn |
URL
| https://sandbox.hscloud.cn/gildatafund/v1/fund_archives/charge_rate |
|---|
是否需要业务登录
| 否 |
|---|
HTTP请求方式
| GET,POST |
|---|
请求参数
| 参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|---|
| en_prod_code | String | 是 | 580001.OF | 证劵代码 |
上市交易基金的后缀根据上市交易所是 .SZ或者 .SH ,非上市.OF
|
|
| ofund_charge_type | String | 否 | 10 | 1 | 基金收费方式 |
{"前端":"0","后端":"1"}
|
| fund_invest_type | String | 否 | 10 | 1 | 投资类别(资管) |
{"日常投资":"0","定期定额投资":"1"}
|
| fields | String | 否 | 字段集合 |
返回参数
| 参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|
| prod_code | String | 580001.OF | 产品代码 |
上市交易基金的后缀根据上市交易所是 .SZ或者 .SH ,非上市.OF
|
|
| manage_rate | String | 1.5% | 管理费率 |
管理费率
|
|
| trustee_rate | Float | 0.25% | 托管费 |
托管费率
|
|
| marketing_rate | String | 营销费率 |
营销费率
|
||
| subscription_fee_rate | Float | 认购费率 |
认购费率
|
||
| apply_fee_rate | Integer | 申购费率(%) |
申购费率
|
||
| redeem_rate | String | 赎回费率 |
赎回费率
|
请求示例
/gildatafund/v1/fund_archives/charge_rate? en_prod_code=580001.OF&ofund_charge_type=1&fund_invest_type=1
正确返回示例
{ "data": [
{
" prod_code":"580001.OF",
" manage_rate":"1.5%",
" trustee_rate":"0.25%",
" marketing_rate":"",
"subscription_fee_rate":"",
" apply_fee_rate":"",
" redeem_rate":"" }
]
}
