基金经理(fund_archives/fund_manager) 在线调试
记录历任基金经理、基金经理助理的任职起止日期、任职期间最新的净值增长率等
网关地址
| 沙箱环境调用地址: | 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_manager |
|---|
是否需要业务登录
| 否 |
|---|
HTTP请求方式
| GET,POST |
|---|
请求参数
| 参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|---|
| en_prod_code | String | 是 | 240002.OF | 证劵代码 |
上市交易基金的后缀根据上市交易所是 .SZ或者 .SH ,非上市.OF
|
|
| appointment_status | Float | 否 | 10.0 | 0 | 任职状态 |
{"现任":"1","历任":"0"}
|
| appointment_yearly_returns_order | Float | 否 | 10.0 | 0 | 任职年化回报排名 |
{"第一名":"0","第二名":"1","第三名":"2","第四名":"3","第五名":"4","第六名":"5","第七名":"6","第八名":"7","第九名":"8","第十名":"9"}
|
| fields | String | 否 | 字段集合 |
返回参数
| 参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|
| en_prod_code | String | 产品代码集 |
同 prod_code含义 上市交易基金的后缀根据上市交易所是 .SZ或者 .SH ,非上市.OF。
|
||
| performance_time | Float | 任职年化回报 |
经理任职基金年化回报
|
||
| performance | Float | 任职期基金收益率 |
经理任职期基金收益率
|
||
| prod_code | String | 240002.OF | 产品代码 |
上市交易基金的后缀根据上市交易所是 .SZ或者 .SH ,非上市.OF。
|
|
| chinese_name | String | 中文名 |
姓名
|
||
| gender | String | 男 | 性别 |
性别
|
|
| birthday | Integer | 出生日期 |
出生日期
|
||
| country | String | 国家 |
国籍
|
||
| experience_time | Float | 16.2 | 11.8 | 证券从业经历 |
证券从业经历
|
| education | String | 最高学历 |
最高学历
|
||
| manager_number | Float | 19 | 4 | 历任管理基金数 |
历任管理基金数
|
| accession_date | String | 2013-08-27 | 到任日期 |
到任日期
|
|
| dimission_date | String | 离职日期 |
离职日期
|
||
| management_time | Float | 10.0 | 1534 | 任职天数 |
任职天数
|
| appointment_status | Float | 0 | 任职状态 |
{"现任":"1","历任":"0"}
|
|
| appointment_yearly_returns_order | Float | 任职年化回报排名 |
{"第一名":"0","第二名":"1","第三名":"2","第四名":"3","第五名":"4","第六名":"5","第七名":"6","第八名":"7","第九名":"8","第十名":"9"}
|
请求示例
/gildatafund/v1/fund_archives/fund_manager?en_prod_code=240002.OF&appointment_yearly_returns_order=0&appointment_status=0
正确返回示例
{
"data":[
{
"accession_date":"2004-05-18",
"appointment_status":"0",
"appointment_yearly_returns_order":"0",
"birthday":"1969-01-01",
"chinese_name":"魏东",
"country":"中国",
"dimission_date":"2009-05-27",
"education":"硕士",
"experience_time":"23.30",
"gender":"男",
"management_time":"1835",
"manager_number":"5",
"performance":"217.1217",
"performance_time":"25.8053",
"prod_code":"240002.OF"
}],
"error_no":"0"
}
