Nasma commited on
Commit
cb27558
·
verified ·
1 Parent(s): 256cf3c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -26,7 +26,7 @@ app.add_middleware(
26
  )
27
 
28
  # Constants for API access
29
- API_KEY = 'U9ER11OA4VGEWV9K'
30
  STOCK_SYMBOL = 'AAPL'
31
  API_URL = f"https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&symbol={STOCK_SYMBOL}&apikey={API_KEY}"
32
 
 
26
  )
27
 
28
  # Constants for API access
29
+ API_KEY = 'KD8IWCXSRU2EB7ST'
30
  STOCK_SYMBOL = 'AAPL'
31
  API_URL = f"https://www.alphavantage.co/query?function=TIME_SERIES_DAILY&symbol={STOCK_SYMBOL}&apikey={API_KEY}"
32