From 36503f9f96c7abebe58edf15ceb68d086e723f1d Mon Sep 17 00:00:00 2001 From: Vimal Patnaik Date: Mon, 14 Aug 2023 01:41:41 +0530 Subject: [PATCH] #21 Fix for the API change --- 0_API_alphavantage_get_old_history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0_API_alphavantage_get_old_history.py b/0_API_alphavantage_get_old_history.py index d2be715..9eb3a15 100644 --- a/0_API_alphavantage_get_old_history.py +++ b/0_API_alphavantage_get_old_history.py @@ -20,7 +20,7 @@ # replace the "demo" apikey below with your own key from https://www.alphavantage.co/support/#api-key #CSV_URL = 'https://www.alphavantage.co/query?function=TIME_SERIES_INTRADAY_EXTENDED&symbol=IBM&interval=15min&slice=year1month1&apikey=demo' -intelval = "5min" +intelval = "15min" #time_opcion = "year2month12" CSV_NAME = "@CHILL"