Finnhub-API icon indicating copy to clipboard operation
Finnhub-API copied to clipboard

getting error "API limit reached. Please sign up for a free account to continue using the API"

Open seattlevinay opened this issue 4 years ago • 4 comments

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 }

seattlevinay avatar Aug 05 '20 18:08 seattlevinay

I am also receiving this same error. I am well within my limit with only 2 calls per minute.

pyrabbit avatar Aug 08 '20 00:08 pyrabbit

this is an issue for me as well. I sometimes don't even make a call for a minute and this persists.

Ramos159 avatar Aug 26 '20 17:08 Ramos159

same issue. well within my limits and occasionally get this error

chilledgeek avatar Nov 03 '20 00:11 chilledgeek

Could you pls advise a python code to check how many API calls are still available for me? Thank you

alexanu avatar Dec 04 '20 22:12 alexanu