基金分类(fund_archives/fund_type) 在线调试

获取基金性质、运作方式、投资类型、投资定位等信息。

网关地址

沙箱环境调用地址: 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/fund_type

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
en_prod_code String 184688.SZ 证劵代码
基金代码,根据交易代码和交易市场组合而成,上市交易基金的后缀根据上市交易所是 .SZ或者 .SH,非上市.OF,支持输入多个基金代码,以半角逗号隔开。
fields String 字段集合

返回参数

参数名 类型 最大长度 默认值 中文名 描述
prod_code String 184688.SZ 产品代码
基金代码,根据交易代码和交易市场组合而成,上市交易基金的后缀根据上市交易所是 .SZ或者 .SH,非上市.OF,支持输入多个基金代码,以半角逗号隔开。
fund_nature String 常规基金 基金性质
基金性质
operation String 契约型封闭式 运作方式
运作方式
investment_type String 封闭式普通股票型基金 投资类型
投资类型
investment_location String 成长型—稳健成长型 投资定位
投资定位
data_name_cx String 标准混合型基金(封闭) 晨星
晨星
data_name_yh String 银河
银河
if_initiating_fund String 是否发起式基金
是否发起式基金

请求示例

/gildatafund/v1/fund_archives/fund_type? en_prod_code=720003.OF

正确返回示例

{"data":[{"prod_code":"184688.SZ","fund_nature":"常规基金","Operation":"契约型封闭式","investment_locationn":"成长型—稳健成长型","investment_type":"封闭式普通股票型基金","data_name_cx":"标准混合型基金(封闭)","if_initiating_fund":"是","data_name_yh":""}]}