Open
Description
I would like to know that I am writing projects according to documentation when using features such as ai to predict prices, but I have a problem with the first stage, as shown in the figure below
According to the error content, if I use the free api, will I not be able to do relevant operations? Is it related to the fact that I have to use the premium subscription.
Metadata
Metadata
Assignees
Labels
No labels
Activity
johnsu262 commentedon Dec 23, 2023
you can change the download from yahoo finance.
imolitor commentedon Mar 27, 2024
what is the point of a demo project if you need to upgrade ....?
from their website: '....and claim your free API key to start exploring our full data portfolio!'.
imolitor commentedon Mar 27, 2024
I showed a code-fix in #21
ofenloch commentedon Dec 31, 2024
Fortunately, ALPHA VANTAGE uses the IBM data to demonstrate their API. From the example for Daily Adjusted we can get the proper link and do something like
This will get us about three and half month of data. Instead of using
ts.get_daily_adjusted(...)
in methoddownload_data
we can read the values from the file.This is not the best solution, but it enables us to run the script and see what it does...