From 3ff6c0a1b0a6117b5a0e856457ecca51d77e4f55 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 20 Jul 2024 15:26:50 +0200 Subject: [PATCH] update hedge fundg --- app/create_institute_db.py | 2 +- app/cron_hedge_funds.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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