Earnings
Getting earning dates information.
- class finvizfinance.earnings.Earnings(period='This Week')[source]
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')[source]
Output dataframes to csv files.
- Parameters:
output_dir (str) – name of the output directory.