# 指数 / 股东增减持 ## `indexHoldersIncreaseComList(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日发生大股东增持的股票列表 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:array ## `indexHoldersIncreaseComListQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间发生大股东增持的股票列表 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:array ## `indexHoldersIncreaseComNum(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日发生大股东增持的股票个数 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:int ## `indexHoldersIncreaseComNumQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间发生大股东增持的股票个数 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:int ## `indexHoldersIncreasePercent(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日大股东增持占总市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersIncreasePercent2(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日大股东增持占流通市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersIncreasePercentQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间大股东增持占总市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersIncreasePercentQj2(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间大股东增持占流通市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersIncreaseValue(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日大股东增持市值 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersIncreaseValueQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间大股东增持市值 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersNetChangeComList(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日发生大股东净增持的股票列表 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:array ## `indexHoldersNetChangeComListQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间发生大股东净增持的股票列表 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:array ## `indexHoldersNetChangeComNum(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日发生大股东净增持的股票个数 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:int ## `indexHoldersNetChangeComNumQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间发生大股东净增持的股票个数 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:int ## `indexHoldersNetChangePercent(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日大股东净增持占总市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersNetChangePercent2(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日大股东净增持占流通市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersNetChangePercentQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间大股东净增持占总市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersNetChangePercentQj2(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间大股东净增持占流通市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersNetChangeValue(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日大股东净增持市值 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersNetChangeValueQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间大股东净增持市值 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersReduceComList(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日发生大股东减持的股票列表 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:array ## `indexHoldersReduceComListQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间发生大股东减持的股票列表 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:array ## `indexHoldersReduceComNum(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日发生大股东减持的股票个数 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:int ## `indexHoldersReduceComNumQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间发生大股东减持的股票个数 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:int ## `indexHoldersReducePercent(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日大股东减持占总市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersReducePercent2(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日大股东减持占流通市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersReducePercentQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间大股东减持占总市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersReducePercentQj2(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间大股东减持占流通市值(%) | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersReduceValue(index_id, end_t, vtype)` 声明:function 获得指数成分股指定日大股东减持市值 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float ## `indexHoldersReduceValueQj(index_id, beg_t, end_t, vtype)` 声明:function 获得指数成分股区间大股东减持市值 | 参数 | 类型 | 说明 | | ---------- | -------- | ------------------- | | `index_id` | string | 指数,指数代码 | | `beg_t` | datetime | 日期,开始日期 | | `end_t` | datetime | 日期,截止日期 | | `vtype` | int | 用户自定义,变动原因 | 返回:float