update hedge fundg

This commit is contained in:
MuslemRahimi 2024-07-20 15:26:50 +02:00
parent 02de422393
commit 3ff6c0a1b0
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ crypto_con.close()
load_dotenv() load_dotenv()
api_key = os.getenv('FMP_API_KEY') 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"): if os.path.exists("backup_db/institute.db"):

View File

@ -136,4 +136,5 @@ if __name__ == '__main__':
#best_hedge_funds(con) #best_hedge_funds(con)
#worst_hedge_funds(con) #worst_hedge_funds(con)
all_hedge_funds(con) all_hedge_funds(con)
spy_performance()
con.close() con.close()