# 金融 / 基本面 / 基本报表 / 回购库 ## `hgInfo(int_end_t)` 声明:function 返回回购基本信息,与系统参数(证券代码)相关 | 参数 | 类型 | 说明 | | ----------- | ------- | ------------ | | `int_end_t` | integer | 整数。截止日 | 返回:array ### 示例 范例01:调用 HgInfo ```tsl SetSysParam(PN_Stock(), 'SZ131811'); return HgInfo(20151006); ```