风格代码(fund_style/fund_style_code) 在线调试

通过输入风格类别代码或风格名称关键字匹配获取风格代码。

网关地址

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

URL

https://sandbox.hscloud.cn/gildatafund/v1/fund_style/fund_style_code

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
parent_node Integer 10.0 1010 风格类别代码
{"主题":"1010","申万一级行业":"1011","中信一级行业":"1012","规模风格":"1013","价值风格":"1014","操作风格":"1015","基金公司_偏股型":"1016","基金经理_偏股型":"1017","券种配置":"1110","久期分布":"1111","基金公司_偏债型":"1112","基金经理_偏债型":"1113","运作特征":"1310"}
key_words String 中国 关键字
非必填,同时输入时取风格类别代码与关键字的交集。
fields String 字段集合

返回参数

参数名 类型 最大长度 默认值 中文名 描述
parent_node Integer 10.0 1010 风格类别代码
{"主题":"1010","申万一级行业":"1011","中信一级行业":"1012","规模风格":"1013","价值风格":"1014","操作风格":"1015","基金公司_偏股型":"1016","基金经理_偏股型":"1017","券种配置":"1110","久期分布":"1111","基金公司_偏债型":"1112","基金经理_偏债型":"1113","运作特征":"1310"}
fund_style_code String 1010001,1010017 风格代码
风格代码
fund_style_name String 健康中国,美丽中国 风格名称
风格名称

请求示例

/gildatafund/v1/fund_style/fundstyle_code?parent_node='1010'&key_word='中国'

正确返回示例

{"data":[{"parent_node":"1010","key_word":"中国","fund_style_code":"1010001,1010017","fund_style_name":"健康中国,美丽中国"}]}