🌐
Finnhub
finnhub.io
Finnhub Stock APIs - Real-time stock prices, Company fundamentals, Estimates, and Alternative data.
Finnhub - Free stock API for realtime market data, global company fundamentals, economic data, and alternative data.
🌐
GitHub
github.com › Finnhub-Stock-API › finnhub-python
GitHub - Finnhub-Stock-API/finnhub-python: Finnhub Python API Client. Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals, global ETFs holdings and alternative data. https://finnhub.io/docs/api · GitHub
Finnhub Python API Client. Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals, global ETFs holdings and alternative data. ...
Starred by 1K users
Forked by 155 users
Languages   Python 94.2% | Shell 5.8%
Discussions

Gathered Stock Price API data so you don't have to
Finnhub price is insane 🤔 More on reddit.com
🌐 r/webdev
23
34
August 5, 2025
Finnhub API - the new standard for financial API

Be warned: they seem to be relatively new, and change quite drastic things without warning or notice i.e.:

- Introduce very expensive plans, blocking datasets that were previously free (about a month or 2 ago);

- [edit: mixed this up, this isn't true] Changing the API 'token' parameter (used to be something like "api_key"), effectively breaking all existing code;

- Just disabled/deleted numerous non-US assets, which were available a month or so ago

More on reddit.com
🌐 r/FinnhubAPI
36
6
July 26, 2020
🌐
Github
finnhubio.github.io
Finnhub Stock API - Global fundamentals, market data and alternative data | finnhubio.github.io
With the mission of democratizing financial data, Finnhub is proud to offer a FREE retail-focus realtime API for stocks, forex and cryptocurrency. With this API, you can access realtime market data from global stock exchanges, 10 forex brokers, and 15+ crypto exchanges.
🌐
Interactive Brokers
interactivebrokers.com › campus › ibkr-quant-news › exploring-the-finnhub-io-api
Exploring the finnhub.io API | IBKR Campus US
March 14, 2023 - import finnhub import os import time import datetime from zoneinfo import ZoneInfo import pandas as pd import numpy as np import seaborn as sns import matplotlib.pyplot as plt # Set up client # Note the FINNHUB_KEY environment variable stores my API key finnhub_client = finnhub.Client(api_key=os.environ['FINNHUB_KEY'])
🌐
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
🌐
Vanderbilt
my.dev.vanderbilt.edu › ashleytran11 › finnhub-free-stock-api
Finnhub – Free stock API at Vanderbilt University | Vanderbilt University Financial Hub | Vanderbilt University
You can access the data via Websocket or REST API. Global coverage for Fundamental data: financial statements, company profile, EPS, Analyst’s ratings and price targets. Alternative data : news sentiment, global M&A data, earnings call transcripts. ... Finnhub stock API is powering Columbia’s stock API, Stanford’s stock API for trading, Yale’s stock API used in finance department and Princeton’s Stock API for researchers.
🌐
dltHub
dlthub.com › all scaffoldings › finnhub
Finnhub Python API Docs | dltHub
May 19, 2026 - The REST API base URL is https://finnhub.io/api/v1 and All requests require an API key provided either as the token query parameter or as the X‑Finnhub‑Token HTTP header..
Find elsewhere
🌐
GitHub
github.com › Finnhub-Stock-API
Finnhub · GitHub
Finnhub Python API Client. Finnhub API provides institutional-grade financial data to investors, fintech startups and investment firms. We support real-time stock price, global fundamentals, global ETFs holdings and alternative data.
🌐
Apify
apify.com › ryanclinton › finnhub-stock-data › api
Stock Quote & Financial Data API via Finnhub API · Apify
February 8, 2026 - Pull real-time stock quotes, historical OHLCV candles, company profiles, financial metrics, earnings calendars, company news, and symbol lookups for any publicly traded stock, cryptocurrency, or forex pair -- all powered by the [Finnhub](https://finnhub.io/) financial data API.
🌐
Reddit
reddit.com › r/finnhubapi › finnhub api - the new standard for financial api
r/FinnhubAPI on Reddit: Finnhub API - the new standard for financial API
July 26, 2020 -

Finnhub is an American company with people working in New York, Mumbai, Sydney, and Ho Chi Minh to source, clean and serve the right financial data to our customers. With data centers around the globe and a diverse workforce, Finnhub provide high quality data with easy access to the biggest clients in the industry ranging from hedge funds, mutual funds to investment banks and S&P companies.

With the mission of democratizing financial data, Finnhub is proud to offer a FREE retail-focus realtime API for stocks, forex and cryptocurrency. We make use of state-of-the-art machine learning algorithms to collect, clean, and standardize data across global markets. With this API, you can access realtime market data from global stock exchanges, 10 forex brokers, and 15+ crypto exchanges. Finnhub also provides institutional-grade alternative and fundamental data for global companies through our stock API. Finnhub is ranked number 1 on Towards Data Science stock API guide. See why Finnhub is the leader in financial data APIs with this comparision.

Data provided on Finnhub:

- Fundamental Data:

  • Company Profile

  • Company Executives

  • Company Ownership

  • Standardized financial statements

  • Financials As Reported

  • Dividends

  • IPO calendar

- Market Data

  • Real-time stock API

  • Tick Data

  • Forex

  • Crypto

- Estimates

  • Price Target

  • Recommendation trends

  • EPS estimates

  • Revenue estimates

  • Earnings Calendar

- Alternative Data

  • Earnings call transcripts with audio from 2000

  • Covid-19 data

  • Real-estate pricing

  • Merger and Acquisitions for public and private market

  • Supply chain

With global coverage and deep historical data, Finnhub provides an unparalleled API for global investors, investment firms and fintech startups.

Finnhub's github: Finnhub Stock API Github

🌐
GitHub
github.com › stoqey › finnhub
GitHub - stoqey/finnhub: Finnhub NodeJS wrapper · GitHub
import FinnhubAPI, { FinnhubWS } from '@stoqey/finnhub'; // For API const finnhubAPI = new FinnhubAPI(finnHubKey); // For Websockets const finnhubWs = new FinnhubWS(finnHubKey); // or leave finnHubKey blank if process.env.FINNHUB_KEY is set ·
Starred by 14 users
Forked by 3 users
Languages   TypeScript
🌐
GitHub
github.com › topics › finnhub-api
finnhub-api · GitHub Topics · GitHub
android kotlin caching real-time webview rate-limiting widgets financial-data finnhub-api
🌐
GitHub
github.com › s0h3ck › finnhub-api-python-client
GitHub - s0h3ck/finnhub-api-python-client: This library provides convenient way to use Finnhub.io API in Python. · GitHub
April 1, 2020 - This library provides convenient way to use finnhub.io API in Python.
Starred by 25 users
Forked by 15 users
Languages   Python
🌐
Sc
people.stat.sc.edu › tqdo › realtime-stock-api.html
Finnhub - Free realtime APIs for stock, forex, and cryptocurrency
In this tutorial I will use the API without a API key, which will limit me to 2 calls per mintue. Here is an example: Get 2000 Daily candles for AAPL https://finnhub.io/api/v1/stock/candle?symbol=AAPL&resolution=D&count=500 import plotly.graph_objects as go import pandas as pd from datetime import datetime df = pd.read_csv('https://finnhub.io/api/v1/stock/candle?symbol=AAPL&resolution=D&count=500&format=csv') fig = go.Figure(data=[go.Candlestick(x=df['t'], open=df['o'], high=df['h'], low=df['l'], close=df['c'])]) fig.show() To learn more about Finnhub stock API , read the docs here
🌐
FintegrationFS
fintegrationfs.com › fintechapisusa › finnhub-api
Finnhub API Integration Services for Fintech Apps | FintegrationFS | FintegrationFS
Built by ex-engineers from Google, Bloomberg, and Tradeweb, Finnhub provides real-time stock prices, global fundamentals, alternative financial data, and economic indicators — all through a single, developer-friendly REST API and WebSocket feed.
🌐
RapidAPI
rapidapi.com › Finnhub › api › finnhub-realtime-stock-price
Finnhub - Realtime Stock Price
We provide API for realtime stock data, forex and crypto. Register for FREE API key here: https://finnhub.io/register.
🌐
Reddit
reddit.com › r/forex › finnhub api experience?
r/Forex on Reddit: Finnhub API experience?
February 17, 2026 - I'm looking for a reliable and fast economic calendar API. Looking at Finnhub.io, it looks like this endpoint https://finnhub.io/docs/api/economic-calendar provides what I want, but I want to confirm that this plan https://finnhub.io/pricing-economic-data-api provides access there.
🌐
GitHub
github.com › Finnhub-Stock-API › finnhub-go
GitHub - Finnhub-Stock-API/finnhub-go: Finnhub Go API client. 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 · GitHub
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 - Finnhub-Stock-API/finnhub-go
Starred by 89 users
Forked by 11 users
Languages   Go 56.8% | Shell 43.2%
🌐
Robot Wealth
robotwealth.com › home › exploring the finnhub.io api
Exploring the finnhub.io API - Robot Wealth
April 30, 2026 - The free tier is quite generous and offers more than enough for doing proof of concept work and testing ideas. 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. In this post, we’ll explore the finnhub.io free tier via its REST API.
🌐
Rust
docs.rs › finnhub
finnhub - Rust
A comprehensive, type-safe Rust client for the Finnhub.io financial data API.