-
Notifications
You must be signed in to change notification settings - Fork 56
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
Tiingo-Python | "No JSON object could be decoded" #157
Comments
Hi Nick, To eliminate this possibility, |
Hi my friend, I should have specified. Yes I am a paid member. Assume the string “MY_API_KEY” has been replaced with a valid API key. |
Hey @2firstnames, thanks for writing in and giving the library a spin! Would it be possible to share a couple of the tickers which returned this message? |
My pleasure! Thank you on behalf of all those using it. I will give it a spin later tonight, but when I ran this exact code snippet (sub in my API key) the majority of them ran into this JSON decoding error. Out of over 10K stocks I’d say between 50-150 tickers were returned as having volume > 400k and a price of over $5, which I know for certain is a tiny fraction of the tickers which should have met the criteria. Again il provide the specifics later on! Thanks. |
@hydrosquall @tiingo sorry for opening the issue gentlemen, my payment had failed and thus the API key was inactive. All is working beautifully now. Thanks again @hydrosquall for creating the library, we will be in touch :) 👍 |
@2firstnames - this is good feedback for the library, I've filed an issue (#159) to investigate whether we can surface this information in an error message sooner :) |
Description
I have followed examples and am able to download data for some stocks. But the vast majority return the following error:
"No JSON object could be decoded"
What I Did
The text was updated successfully, but these errors were encountered: