风格基本信息(fund_style/fund_style_info) 在线调试

输入风格代码获取风格的基本信息,包括风格名称、规则说明、划分依据。

网关地址

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

是否需要业务登录

HTTP请求方式

GET,POST

请求参数

参数名 类型 必填 最大长度 默认值 中文名 描述
fund_style_code String 1010001 风格代码
风格代码可从“风格代码”API中获取;支持输入多个代码,用逗号“,”隔开
fields String 字段集合

返回参数

参数名 类型 最大长度 默认值 中文名 描述
fund_style_code String 1010001 风格代码
风格代码可从“风格代码”API中获取;支持输入多个代码,用逗号“,”隔开
fund_style_name String 健康中国 风格名称
风格名称
rule_explanation String 基金主要投资于健康中国主题相关证券 规则说明
规则说明
rule_basis String 关键词 划分依据
划分依据

请求示例

/gildatafund/v1/fund_style/fund_style_info?fund_style_code='1010001'

正确返回示例

{"data":[{"fund_style_code":"1010001","fund_style_name":"健康中国","rule_explanation":"基金主要投资于健康中国主题相关证券","rule_basis":"关键词"}]}