# 金融函数 - 行情 / 指定日 ## 函数 ### `stockZdf4(end_t)` 振幅(%)(已复权) | 参数 | 类型 | 说明 | | ------- | -------- | ------------------ | | `end_t` | datetime | 日期类型,截止日期 | 返回:float ### `stockIspg(end_t)` 用于某些场景判断指定日是否配股 | 参数 | 类型 | 说明 | | ------- | -------- | ------------- | | `end_t` | datetime | 日期,截止日期 | 返回:array ### `stockYoYZf(end_t)` 指定日年度同比涨幅(%):过去1年的区间涨幅,与系统证券相关 年度同比涨幅(%)=(截止日收盘价-1年前收盘价)/1年前收盘\*100 | 参数 | 类型 | 说明 | | ------- | -------- | ----------- | | `end_t` | datetime | 日期,截止日 | 返回:float