🌐
DataGlobeHub
dataglobehub.com › home › finnhub api
Finnhub API - DataGlobeHub
February 22, 2026 - Finnhub has a generous free tier: 60 API calls/minute with access to real-time US stock quotes, company news, basic fundamentals, and SEC filings. The Premium tier ($11.99u2013$99.99/month) adds international stocks, detailed financials, alternative ...
Discussions

Getting rate limits immediately on Free plan
Error: requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://finnhub.io/api/v1/quote?symbol=SPY&api_key=XXXXXXXX · Text response says: API limit reached. Please sign up for a free account to continue using the API. More on github.com
🌐 github.com
5
April 9, 2020
Finnhub - keep getting too many requests even with limiter
If you are using the free one it is 60 calls/min https://finnhub.io/pricing More on reddit.com
🌐 r/algotrading
18
2
October 7, 2022
Limit for API calls
Within the documentation and the ... API calls for the free tier is 60 API calls/minute. I've been testing out the API using finnhubClient.quote and I'm getting undefined and null back. I haven't been hitting the API that much, so was wondering if the limit changed or maybe there's ... More on github.com
🌐 github.com
3
November 28, 2020
Is Finnhub free for commerical use and what use-cases it supports?
Hi there, Thank you for posting here. Our API is not free for commercial use. Please reach out to us at sales@finnhub.io to discuss commercial licenses. Thank you. More on reddit.com
🌐 r/FinnhubAPI
1
3
August 7, 2021
People also ask

Does Finnhub provide WebSocket streaming?
Yes. Finnhub offers a WebSocket feed for real-time trade and quote data on the free plan (limited to 50 symbols) and unlimited symbols on paid plans. The WebSocket connection is authenticated with your API token. Finnhub is one of the few APIs offering free WebSocket streaming for real-time market data.
🌐
dataglobehub.com
dataglobehub.com › home › finnhub api
Finnhub API - DataGlobeHub
What unique data does Finnhub provide?
Finnhub stands out for its alternative data offerings: earnings surprises, insider sentiment, earnings call transcripts, FDA approval calendars, political lobbying data, and ESG scores. These signals are typically found only in expensive institutional data feeds. Finnhub makes them accessible to developers at a fraction of traditional data vendor pricing.
🌐
dataglobehub.com
dataglobehub.com › home › finnhub api
Finnhub API - DataGlobeHub
Does Finnhub offer international stock data?
Yes. Finnhub covers 60+ global exchanges including LSE, TSX, ASX, Euronext, and major Asian exchanges (TSE, HKEX, SGX). International coverage requires a paid plan. Quote quality varies by exchange u2014 US data is real-time, while some international exchanges have 15-minute delays depending on exchange agreements.
🌐
dataglobehub.com
dataglobehub.com › home › finnhub api
Finnhub API - DataGlobeHub
🌐
Interactive Brokers
interactivebrokers.com › campus › ibkr-quant-news › exploring-the-finnhub-io-api
Exploring the finnhub.io API | IBKR Campus US
March 14, 2023 - While you only get a year’s worth of historical data per API call on the free tier (more if you specify a lower resolution, like monthly), you can make up to 50 calls per minute.
🌐
GitHub
github.com › finnhubio › Finnhub-API › issues › 122
Getting rate limits immediately on Free plan · Issue #122 · finnhubio/Finnhub-API
April 9, 2020 - Error: requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://finnhub.io/api/v1/quote?symbol=SPY&api_key=XXXXXXXX · Text response says: API limit reached. Please sign up for a free account to continue using the API.
Author   finnhubio
🌐
Finnhub
finnhub.io › pricing
Finnhub - Free realtime APIs for stock, forex and cryptocurrency.
Finnhub - Free stock API for realtime market data, global company fundamentals, economic data, and alternative data.
🌐
Sc
people.stat.sc.edu › tqdo › realtime-stock-api.html
Free stock api with Finnhub.io - Alternative for Yahoo finance
Today I just wanna show a quick Python tutorial to get realtime data from Finnhub stock api to draw candlestick chart and do your own analysis. Make sure to get your Free API key first to access 60 calls/minute. In this tutorial I will use the API without a API key, which will limit me to 2 ...
🌐
Reddit
reddit.com › r/algotrading › finnhub - keep getting too many requests even with limiter
r/algotrading on Reddit: Finnhub - keep getting too many requests even with limiter
October 7, 2022 -

Hey!

So I am pulling ticker data and it doesn't matter what I set the limit too (even if it's just 2 API calls a second) after about 30 seconds or so I get 429 Too Many Requests.

Is there another limit, say per minute that I'm not seeing?

Thanks

🌐
GitHub
github.com › Finnhub-Stock-API › finnhub-js › issues › 2
Limit for API calls · Issue #2 · Finnhub-Stock-API/finnhub-js
November 28, 2020 - Hi, Within the documentation and the billing information, it says that the max number of API calls for the free tier is 60 API calls/minute. I've been testing out the API using finnhubClient.quote and I'm getting undefined and null back....
Author   Finnhub-Stock-API
Find elsewhere
🌐
Reddit
reddit.com › r/finnhubapi › is finnhub free for commerical use and what use-cases it supports?
r/FinnhubAPI on Reddit: Is Finnhub free for commerical use and what use-cases it supports?
August 7, 2021 -

Just found out about Finnhub and it looks like it's a popular API for stock data.

Is Finnhub free for commercial use? Couldnt find that here https://finnhub.io/pricing or in the TOS.

Also, can someone who has used the APIs comment on whether the following use-cases will be supported by Finnhub's APIs, before I spend days on it? I appreciate it.

Project Needs:

  • Free access to APIs

  • Realtime API data for stocks (at least all US-based stocks: Nasdaq, NYSE, OTC, or any other exchange), ETFs.

  • Nice to have: Realtime data for Options, Mutual funds, Crypto

  • High API limits (at least 60 API calls/min)

  • Commercial use allowed

Use-cases:

  1. Lookup realtime stock prices for US-based stocks (any exchange), ETFs

  2. (nice to have) Execute actual transactions - buy/sell trades for stocks and ETFs (like what Robinhood, eTrade and other brokerages do) with real money -- is this possible with the APIs?

Appreciate any pointers to APIs I should be looking at.

🌐
FintegrationFS
fintegrationfs.com › fintechapisusa › finnhub-api
Finnhub API Integration Services for Fintech Apps | FintegrationFS | FintegrationFS
Finnhub offers a free tier with 60 API calls per minute, real-time US stock quotes, company news, basic fundamentals, SEC filings access, and WebSocket streaming for up to 50 symbols — all at no cost.
🌐
Reddit
reddit.com › r/webdev › gathered stock price api data so you don't have to
r/webdev on Reddit: Gathered Stock Price API data so you don't have to
August 5, 2025 -

📊 API Provider Comparison for Stock Data Access

Feature / Provider Polygon Nasdaq Finnhub Prixe.io FMP
Free Tier 5 requests/min 2 requests/min 60 requests/min 60 requests/min 250 requests/day
Paid Tier (Personal) $29/month $15/month $3000/month $6/month $19/month
Paid API Limit Unlimited (15 min delay) 500 requests/min 900 requests/min 600 requests/min 300 requests/min
Real-Time Data
Historical Data ✅ (5-year limit) ✅ (5-year limit)
WebSocket Support
🌐
GitHub
github.com › finnhubio › Finnhub-API › issues › 105
Change to Free plan · Issue #105 · finnhubio/Finnhub-API
April 5, 2020 - Effective immediately, free plan will be limit to 1 year of all intraday OHLC data. Company profile endpoint has been moved to premium tier. Regards, Finnhub Team
Author   finnhubio
🌐
GitHub
github.com › finnhubio › Finnhub-API › issues › 339
getting error "API limit reached. Please sign up for a free account to continue using the API" · Issue #339 · finnhubio/Finnhub-API
August 5, 2020 - https://finnhub.io/api/v1/quote?symbol=TSLA&token=TOKEN ... API limit reached. Please sign up for a free account to continue using the API
Author   finnhubio
🌐
dltHub
dlthub.com › all scaffoldings › finnhub
Finnhub Python API Docs | dltHub
May 19, 2026 - If you receive 401 or messages indicating "API key rejected" or empty responses, verify your API key. Provide it either as token=YOUR_KEY in the query string or X-Finnhub-Token header. Check for accidental whitespace and ensure your plan permits the endpoint. Finnhub enforces rate limits based on your subscription tier; the free tier has low limits.
🌐
QVeris AI
qveris.ai › home › comparison › stock api free comparison
Stock API Free: 8 Best Options Compared (2026)
May 26, 2026 - The best free stock data api options for AI agents are Finnhub (WebSocket, 60 calls/min) and Alpaca (no daily cap, real-time US equities). Free real-time stock API access without a credit card is rare.
🌐
Robot Wealth
robotwealth.com › home › exploring the finnhub.io api
Exploring the finnhub.io API - Robot Wealth
April 30, 2026 - While you only get a year’s worth of historical data per API call on the free tier (more if you specify a lower resolution, like monthly), you can make up to 50 calls per minute.
🌐
GitHub
github.com › alfredorueda › Finnhub-Java-Example
GitHub - alfredorueda/Finnhub-Java-Example: Just testing the Finnhub API Rate Limit in the Free Plan. It has worked for 100 requests with a 500ms delay between them pretty well with the Free Plan on 21 of august 2024
Just testing the Finnhub API Rate Limit in the Free Plan. It has worked for 100 requests with a 500ms delay between them pretty well with the Free Plan on 21 of august 2024 - alfredorueda/Finnhub-J...
Author   alfredorueda
🌐
WiseSheets
blog.wisesheets.io › home › the 5 best stock apis: a guide for developers [2024]
The 5 Best Stock APIs: A Guide for Developers [2024]
August 25, 2024 - Finnhub.io is a great choice for developers looking to build simple applications focused on U.S data. Thir documentation and sandbox quickly get you up and running with the API. The downside is that their simple free plan does not include international stock coverage, and their paid plan starts at $1,000 per month (billed annually).