jinglescode / time-series-forecasting-pytorch

Acquiring data from Alpha Vantage and predicting stock prices with PyTorch's LSTM
https://www.alphavantage.co/academy/#lstm-for-finance
Apache License 2.0
231 stars 92 forks source link

Problems with free api #20

Open ReDChicagOTypewriteR opened 1 year ago

ReDChicagOTypewriteR commented 1 year ago

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

@image

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.

johnsu262 commented 9 months ago

you can change the download from yahoo finance.

imolitor commented 6 months ago

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 commented 6 months ago

I showed a code-fix in #21