Earnings

Getting earning dates information.

class finvizfinance.earnings.Earnings(period='This Week')

Partition dataframe of ticker information of period of earning dates(This Week, Next Week, Previous Week, This Month) into dates

Parameters:period (str) – choose an option of period(This Week, Next Week, Previous Week, This Month).
output_csv(output_dir='earning_days')

Output dataframes to csv files.

Parameters:output_dir (str) – name of the output directory.
output_excel(output_file='earning_days.xlsx')

Output dataframes to single Excel file.

Parameters:output_file (str) – name of the output excel file.
partition_days(mode='financial')

Partition dataframe to separate dataframes according to the dates.

Parameters:mode (str) – choose an option of period(financial, overview, valuation, ownership, performance, technical).