HKFDB 說明文檔
Python Financial Data Package
業績日程數據
-
get_hk_earning_calendar_by_code
- 香港個股業績公佈日期及時間 -
- 日期範圍內公佈業績的香港股份
-
- 美國個股業績日期
-
get_us_earning_calendar_by_date
- 日期範圍內公佈業績的美國股份
get_hk_earning_calendar_by_code
簡介︰提供香港股票的業績公佈日期及時間
日期範圍︰2010年1月 至今
所需參數
返回格式︰DataFrame
DataFrame內容格式︰
例子︰
df = client.get_hk_earning_calendar_by_code('00700')
get_hk_earning_calendar_by_date
簡介︰提供指定日期範圍內,公佈業績的港股名單
日期範圍︰2010年1月 至今
所需參數
返回格式︰DataFrame
DataFrame內容格式︰
例子︰
df = client.get_hk_earning_calendar_by_date(20200101,20220127)
get_us_earning_calendar_by_code
簡介︰提供美國股票的業績公佈日期
日期範圍︰2011年1月 至今
所需參數
返回格式︰list of datetime
例子︰
date_list = client.get_us_earning_calendar_by_code('AAPL')
get_us_earning_calendar_by_date
簡介︰提供指定日期範圍內,公佈業績的美股名單
日期範圍︰2011年1月 至今
所需參數
返回格式︰DataFrame
DataFrame內容格式︰
例子︰
df = client.get_us_earning_calendar_by_date(20210101,20220127)