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

Daily API Limit with FinnHub Free Plan #86

Open Wilsta007 opened 4 years ago

Wilsta007 commented 4 years ago

Hello, is there a daily API limit with the FinnHub Free Plan? Great service by the way.

finnhubio commented 4 years ago

No we do not have any daily limit at the moment.

dgjaneen commented 4 years ago

Using free plan api in an android app I'm writing for my personal use only to track a single stock price. I'm only receiving updated (changed) data once per minute. (not per second) useage: https://finnhub.io/api/v1/quote?symbol=TSLA&token=(my token)

Am I limited to a single realtime stock quote per minute?