diff --git a/app/create_institute_db.py b/app/create_institute_db.py index 7c24373..d336dc3 100755 --- a/app/create_institute_db.py +++ b/app/create_institute_db.py @@ -62,7 +62,7 @@ crypto_con.close() load_dotenv() api_key = os.getenv('FMP_API_KEY') -quarter_date = '2024-3-31' +quarter_date = '2024-6-30' if os.path.exists("backup_db/institute.db"): diff --git a/app/cron_hedge_funds.py b/app/cron_hedge_funds.py index 75a6ce2..d7a86fe 100644 --- a/app/cron_hedge_funds.py +++ b/app/cron_hedge_funds.py @@ -136,4 +136,5 @@ if __name__ == '__main__': #best_hedge_funds(con) #worst_hedge_funds(con) all_hedge_funds(con) + spy_performance() con.close() \ No newline at end of file