finnhubio / Finnhub-API

Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals and alternative data. https://finnhub.io/docs/api
98 stars 6 forks source link

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

Open seattlevinay opened 4 years ago

seattlevinay commented 4 years ago

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 }

pyrabbit commented 4 years ago

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

Ramos159 commented 4 years ago

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

chilledgeek commented 4 years ago

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

alexanu commented 3 years ago

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