top of page

沽空數據

get_hk_shortsell_by_code

簡介︰個別股票沽空歷史

 

日期範圍︰2013年1月 至今

更新時間︰逢交易日晚上11時

所需參數

返回格式︰DataFrame

DataFrame內容格式︰

例子︰

df = client.get_hk_shortsell_by_code('00700')

shortsell_by_code.PNG
get_hk_shortsell_by_cod
get_hk_shortsell_by_date

get_hk_shortsell_by_date

簡介︰提供指定日期範圍內所有沽空港股歷史數據

日期範圍︰2013年1月 至今

更新時間︰逢交易日晚上11時

所需參數

返回格式︰DataFrame

DataFrame內容格式︰

例子︰

df = client.get_hk_shortsell_by_date(20200504,20200605)

shortsell_by_date.PNG

注意事項︰

由於每日可沽空股票數量較多,讀取一年以上數據時,等待時間可長達1分鐘。

bottom of page