top of page

業績日程數據

get_hk_earning_calendar_by_code

簡介︰提供香港股票的業績公佈日期及時間

 

日期範圍︰2010年1月 至今

所需參數

返回格式︰DataFrame

DataFrame內容格式︰

例子︰

df = client.get_hk_earning_calendar_by_code('00700')

hk earning report by code.PNG
get_hk_earning_calendar_by_cod

get_hk_earning_calendar_by_date

簡介︰提供指定日期範圍內,公佈業績的港股名單

日期範圍︰2010年1月 至今

所需參數

返回格式︰DataFrame

DataFrame內容格式︰

例子︰

df = client.get_hk_earning_calendar_by_date(20200101,20220127)

hk earning report by date.PNG
get_hk_earning_calendar_by_date
get_us_earning_calendar_by_code

get_us_earning_calendar_by_code

簡介︰提供美國股票的業績公佈日期

日期範圍︰2011年1月 至今

所需參數

返回格式︰list of datetime

例子︰

date_list = client.get_us_earning_calendar_by_code('AAPL')

us earning by date.PNG

get_us_earning_calendar_by_date

簡介︰提供指定日期範圍內,公佈業績的美股名單

日期範圍︰2011年1月 至今

所需參數

返回格式︰DataFrame

DataFrame內容格式︰

例子︰

df = client.get_us_earning_calendar_by_date(20210101,20220127)

us earning by date.PNG
get_us_earning_calendar_by_date
bottom of page