Skip to content
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

"Error Message" => "Invalid API call. Please retry or visit the documentation" #8

Open
MujahidAbbas opened this issue Sep 14, 2019 · 3 comments

Comments

@MujahidAbbas
Copy link

I keep getting this error for each method for Intraday, daily and search symbol methods. Is anyone facing this issue? please need guidance.

@ghost
Copy link

ghost commented Oct 9, 2019

Yes I am getting invalid for pretty much anything other than "daily" ie "weekly" and "monthly" return:

"Error Message" => "Invalid API call. Please retry or visit the documentation (https://www.alphavantage.co/documentation/) for TIME_SERIES_MONTHLY."

@alfonsogarza
Copy link

The issue is that the intraday API requires an interval parameter, which is not passed.

I've hacked my local code so that the Stock's intraday API takes an extra parameter and it merges it with in the params. Happy to do a pull request but ideally we would want the API to take in some sort of enum or limited set of constants rather than any arbitrary interval string, since only a handful are supported.

@timoleonn
Copy link

Any update? Still having issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants