个人账户收益率排名查询(sim_personal_rank_query) 在线调试
获取个人账户排名,根据收益类型(日、周、合计),返回当前用户(sendercomp_id)下该账户的排名
网关地址
| 沙箱环境调用地址: | https://sandbox.hscloud.cn |
| 数据核查类生产调用地址: | https://api.hscloud.cn |
| 其余生产调用地址: | https://open.hscloud.cn |
URL
| https://sandbox.hscloud.cn/sim/v1/sim_personal_rank_query |
|---|
是否需要业务登录
| 是 |
|---|
HTTP请求方式
| GET,POST |
|---|
支持格式
| JSON |
|---|
请求参数
| 参数名 | 类型 | 必填 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|---|
| sendercomp_id | String | 是 | 20 | 发送机构编码 |
|
|
| profit_period | String | 否 | 64 | 收益类型 |
【限制字典子项:4-月 |
|
| fund_account | String | 是 | 18 | 资产账户 |
|
返回参数
| 参数名 | 类型 | 最大长度 | 默认值 | 中文名 | 描述 |
|---|---|---|---|---|---|
| user_num | Integer | 10 | 参与人数 |
|
|
| profit_rate | Float | 16.2 | 回购利率 |
收益率
|
|
| profit | Float | 16.2 | 回购利息 |
收益
|
|
| begin_date | Integer | 8 | 起始日期 |
|
|
| end_date | String | 截止日期 |
|
||
| profit_period | String | 64 | 收益类型 | ||
| profit_rank | String | 20 | 收益率名次 |
|
正确返回示例
{
"data": [
{
"end_date": "20200911",
"profit_rank": "5",
"user_num": "13",
"profit_period": "1",
"begin_date": "20200911",
"profit_rate": "0.00130300",
"profit": "8794.40"
}
]
}
