Update main.py
Browse files
main.py
CHANGED
@@ -26,7 +26,7 @@ app.add_middleware(
|
|
26 |
)
|
27 |
|
28 |
# Constants for API access
|
29 |
-
API_KEY = '
|
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 |
|