diff --git a/app/cron_dashboard.py b/app/cron_dashboard.py index cff38ff..23ad66a 100644 --- a/app/cron_dashboard.py +++ b/app/cron_dashboard.py @@ -217,6 +217,7 @@ async def get_recent_earnings(session): res_list.append({ 'symbol': symbol, + 'date': item['date'], 'name': name, 'time': time, 'marketCap': market_cap,