Forex

Getting earning dates information.

class finvizfinance.earnings.Earnings

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

outputCSV(output_dir='earning_days')

Output dataframes to csv files.

Args:
output_dir(str): name of the output directory.
outputExcel(output_file='earning_days.xlsx')

Output dataframes to single Excel file.

Args:
output_file(str): name of the output excel file.
partitionDays(mode='financial')

Partition dataframe to separate dataframes according to the dates.

Args:
mode(str): choose an option of period(financial, overview, valuation, ownership,
performance, technical).
setPeriod(period='This Week')

Set the period.

Args:
period(str): choose an option of period(This Week, Next Week,
Previous Week, This Month).