# 金融函数 - 股票 / 股票质押回购平均质押率 ## 函数 ### `marketPrLimitePledgeRateEndT(mtype, endt)` 指定日指定市场有限售条件股份质押率(%) 其中:沪市+深市=(沪市+深市)/2 | 参数 | 类型 | 说明 | | ------- | -------- | ------------- | | `mtype` | any | 整型,市场类型 | | `endt` | datetime | 日期,截止日 | 返回:float ### `marketPrUnLimitePledgeRateEndT(mtype, endt)` 指定日指定市场无限售条件股份质押率(%) 其中:沪市+深市=(沪市+深市)/2 | 参数 | 类型 | 说明 | | ------- | -------- | ------------- | | `mtype` | any | 整型,市场类型 | | `endt` | datetime | 日期,截止日 | 返回:float|void