Open seattlevinay opened 4 years ago
I am also receiving this same error. I am well within my limit with only 2 calls per minute.
this is an issue for me as well. I sometimes don't even make a call for a minute and this persists.
same issue. well within my limits and occasionally get this error
Could you pls advise a python code to check how many API calls are still available for me? Thank you
What is the issue ? Plz describe in details
I've created an account and logged in to get an api key. Regenerated the token ( api key ) multiple times but keep getting error when trying to develop a script to get stock quotes.
My get request looks like ( real token not included here obviously )
https://finnhub.io/api/v1/quote?symbol=TSLA&token=TOKEN
I get the following result
API limit reached. Please sign up for a free account to continue using the API
How to reproduce the error ?
https://finnhub.io/api/v1/quote?symbol=TSLA&token=TOKEN
What is the expected result and why do you think it's the correct result ?
As per your documentation I expect a result of the following form { "c": 261.74, "h": 263.31, "l": 260.68, "o": 261.07, "pc": 259.45, "t": 1582641000 }