-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with free api #20
Comments
you can change the download from yahoo finance. |
what is the point of a demo project if you need to upgrade ....? |
I showed a code-fix in #21 |
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 curl "https://www.alphavantage.co/query?function=TIME_SERIES_DAILY_ADJUSTED&symbol=IBM&apikey=demo" > IBM_daily_adjusted.json This will get us about three and half month of data. Instead of using This is not the best solution, but it enables us to run the script and see what it does... |
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](https://private-user-images.githubusercontent.com/52368721/267282612-badf7ec8-e36e-47e8-be6c-5c4e3b95acf1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzY4MTYsIm5iZiI6MTczOTYzNjUxNiwicGF0aCI6Ii81MjM2ODcyMS8yNjcyODI2MTItYmFkZjdlYzgtZTM2ZS00N2U4LWJlNmMtNWM0ZTNiOTVhY2YxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE2MjE1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEzYTI4NTBlZjNiNzU3NTFiYTIwOTUxYmQ0YzAxMjUzYTA1MjZiODgyYjYzMGJiYTQyODM4ZDQ1OThhNGE2YTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ul0qWvd9sF5WQNtOHfLVETnjTO-OQ8iO803WI4qQfcY)
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.
The text was updated successfully, but these errors were encountered: