-
Notifications
You must be signed in to change notification settings - Fork 113
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
403 #6
Comments
Sounds like you don't have a verified API-key. Is that the case? I can confirm that I get the same error when I leave out the --apikey from the arguments (and don't have it exported as ENV var either) |
I already put my API key in --apikey but I am not sure if it was verified or not did I need to upgrade my plan sir? |
Can you post the code to recreate the error? Thanks! |
You should definitely print out the error response in data.py where response = urlopen(url) in case of an exception. Quarterly data like in the example is not supported for the free plan. Use --i 'annual' instead. This solved it for me. |
urllib.error.HTTPError: HTTP Error 403:
The text was updated successfully, but these errors were encountered: