Skip to content

Commit

Permalink
#21 Fix for the API change
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHarold committed Aug 13, 2023
1 parent 28b8038 commit 36503f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0_API_alphavantage_get_old_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 36503f9

Please sign in to comment.