🌐
Finnhub
finnhub.io
Finnhub Stock APIs - Real-time stock prices, Company fundamentals, Estimates, and Alternative data.
Finnhub - Free APIs for realtime stock, forex, and cryptocurrency. Company fundamentals, Economic data, and Alternative data.
🌐
Twelve Data
twelvedata.com › home › stocks
Twelve Data | Stock Market Data APIs (Real Time & Historical)
Real-time tick by tick data grants full control over the current stock quotes. API data is accessible in various aggregated intervals from 1‑minute to 1-month. Institutional grade low latency (170ms) data streaming via WebSocket.
Discussions

What (preferably free) API's are preferred for 'real-time' stock data?
Or just quit being cheap and fork over a very small amount of money for live data. You get free access to the api on ibkr if you make $20 of trades per month. There are other cheap options too. It’s honestly not worth the time you’re wasting looking for “free” More on reddit.com
🌐 r/algotrading
56
75
October 6, 2025
Is there any free stock market API that allows publishing on a website?
Hi there, I design financial-based web apps that perform all kinds of stock market functions and analysis. My first question is, what do you want to build and why? Would you like to monetize your work somehow via advertising or subscriptions, etc.? I only ask because unless you are using stock data on your own computer and not making it available to others via an app or a website, you are really not going to find anything legally for free. I pay for several services and I can say that the biggest advantage to that is that you can rely on your data to be working most all of the time. If you are using a free "hack" you never know when everything will just shut off and if you need reliability, you should really pay for a feed. Anyway, hit me up if you want to chat about your project, goals and so forth. I've helped numerous people over the years set up their own, customized SaaS businesses revolving around financial dashboards, etc. Cheers! More on reddit.com
🌐 r/webdev
150
115
July 17, 2023
I'm looking for "Real time" stock market API
Try Alpha Vantage. It has real-time data for US markets and is an official data vendor for Nasdaq. Source: https://www.alphavantage.co/documentation/ https://www.nasdaqtrader.com/Trader.aspx?id=MarketDataVendorsList (see row #6) Edit: the second link now redirects to https://data.nasdaq.com/market-data-vendors More on reddit.com
🌐 r/webdev
49
50
May 13, 2023
Best stock market APIs

AlphaVantage

More on reddit.com
🌐 r/algotrading
36
62
June 17, 2018
🌐
Futunn
openapi.futunn.com › futu-api-doc › en › quote › get-stock-quote.html
Get Real-time Quote | Futu API Doc v10.8
After the subscription is successful, OpenD will continue to receive pushes from the server, False means that there is no need to push to the script temporarily if ret_sub == RET_OK: # Subscription successful ret, data = quote_ctx.get_stock_quote(['US.AAPL']) # Get real-time data of subscription stock quotes if ret == RET_OK: print(data) print(data['code'][0]) # Take the first stock code print(data['code'].values.tolist()) # Convert to list else: print('error:', data) else: print('subscription failed', err_message) quote_ctx.close() # Close the current connection, OpenD will automatically cancel the corresponding type of subscription for the corresponding stock after 1 minute
🌐
Alpaca
docs.alpaca.markets › us › docs › real-time-stock-pricing-data
Real-time Stock Data
$ wscat -c wss://stream.data.alpaca.markets/v2/sip connected (press CTRL+C to quit) < [{"T":"success","msg":"connected"}] > {"action": "auth", "key": "*****", "secret": "*****"} < [{"T":"success","msg":"authenticated"}] > {"action": "subscribe", "trades": ["AAPL"], "quotes": ["AMD", "CLDR"], "bars": ["*"],"dailyBars":["VOO"],"statuses":["*"]} < [{"T":"subscription","trades":["AAPL"],"quotes":["AMD","CLDR"],"bars":["*"],"updatedBars":[],"dailyBars":["VOO"],"statuses":["*"],"lulds":[],"corrections":["AAPL"],"cancelErrors":["AAPL"]}] < [{"T":"q","S":"AMD","bx":"K","bp":91.95,"bs":2,"ax":"Q","ap":
🌐
Medium
medium.com › @wutainfofu › best-real-time-stock-market-data-apis-compared-2026-guide-6335773814bc
Best Real-Time Stock Market Data APIs Compared (2026 Guide) | by San Si wu | Medium
January 22, 2026 - Real-time market data APIs not only provide stock quotes, trading volume, and order book depth but also support WebSocket push for millisecond-level updates. This article compares the leading real-time market data APIs available today, focusing on coverage, latency, pricing, ease of use, and Python support, with dedicated Python code examples.
🌐
AllTick
alltick.co › en-US › stock-api
Real-Time Stock Market Data API - [High-Frequency Stock Market Tick Data Interface] Supports Hong Kong and US Stocks - Designed for Exchanges - AllTick
Stock Market Data
AllTick's stock API provides real-time, high-frequency market data, covering Hong Kong stocks, US stocks, and US OTC. Our quantitative data API is designed for quantitative trading and exchanges, supporting programming languages like Python, Go, Java, and Javascript, helping you to implement efficient trading strategies with ease.
Price   $99.00
🌐
RapidAPI
rapidapi.com › blog › best-stock-api
APIs for stock
Search APIs · Ctrl+K · Sign In · Sign Up
🌐
Plain English
python.plainenglish.io › real-time-stock-data-api-how-to-access-live-market-prices-with-eodhd-practical-python-streamlit-675a216f1c85
Real-Time Stock Data API: How to Access Live Market Prices with EODHD (Practical Python & Streamlit Examples) | by Kevin Meneses González | Python in Plain English
October 26, 2025 - Fintech applications → mobile apps showing live stock prices. Corporate dashboards → financial reporting with updated prices. Education & projects → students and developers experimenting with market data · import requests API_KEY = "YOUR_API_KEY" symbol = "AAPL" # Apple url = f"https://eodhd.com/api/real-time/{symbol}.US?api_token={API_KEY}&fmt=json" response = requests.get(url).json() print(response)
Find elsewhere
🌐
Reddit
reddit.com › r/algotrading › what (preferably free) api's are preferred for 'real-time' stock data?
r/algotrading on Reddit: What (preferably free) API's are preferred for 'real-time' stock data?
October 6, 2025 -

Yes, I know it's been asked 17 million times. The problem is, there are 58 million answers and the vast majority of them are sarcastic, rhetorical, or a simple "try this platform" without explanation of why.

I'm mostly just wanting an API that integrates well with Python that provides as real-time information as possible for a single stock symbol at a time. I believe my current usage is somewhere around 100 call/min IF I happen to be holding a stock. My calls per day is significantly lighter. I would prefer a free version, but I wouldn't mind paying a little bit if it was significantly more consistent and up to date.

Here are some that I have tried and problems I've had with them:
- yFinance seems to be delayed a little bit, but there's another weird thing going on. I've run 2 functionally identical programs side-by-side and one of them will start pulling the new price a good 20+ seconds before the other one, which is kinda a lot!
-Alpaca (free) seems to update slower than yFinance, which is odd given what I've been able to find with a google search. It also held the 'current price' at the Open of the minute that a particular stock was halted and not the Last (or Close) price when the halt was initiated. It also didn't update until 30s after trading was resumed.

Again, I'm not particularly opposed to paying a bit for 'live' data IF that data is truly "real-time" (meaning within the last couple seconds) (Alpaca does not) and returns the properly updated value with each API call (yFinance does not).

yFinance price changes are underlined in red. Both programs were running on the same machine in parallel and made a new API call every time it wrote to the logs. Timestamps are in Central time.
🌐
Financial Modeling Prep
site.financialmodelingprep.com › datasets › market-data-real-time
Real-Time Market Data APIs | FMP | FMP
Stream real-time quotes for stocks, ETFs, indexes, forex, crypto, and commodities with FMP's APIs. Built to power financial apps and dashboards.
🌐
MarketStack
marketstack.com
Free Stock Market Data API for Real-Time & Historical Data
FREE Get API Key ... Intraday market data & real-time updates for US tickers. From$9.99 Pricing ... EDGAR Filings Access Seamlessly fetch company filings with our 6 new EDGAR endpoints. Access 10-K, 10-Q, 8-K, and other SEC documents in real-time to power financial research and compliance. Obtain real-time stock data for more than 30,000 tickers down to the minute, request intraday quotes for tickers from IEX, or search 15+ years of accurate EOD historical market data.
🌐
EODHD
eodhd.com › home › live ohlcv stock prices api: us & global stocks, currencies
Live (Delayed) Stock Prices API: offering Realtime Stock Data and Quotes with a Free Trial
February 10, 2026 - Here is an example of live (delayed) stock prices API for AAPL (Apple Inc). Please note that the API token ‘demo’ only works for AAPL.US, TSLA.US , VTI.US, AMZN.US, BTC-USD tickers: ... $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => 'https://eodhd.com/api/real-time/AAPL.US?api_token=demo&fmt=json&#039;, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'GET', )); $data = curl_exec($curl); curl_close($curl); try { $data = json_decode($data, true, 512, JSON_THROW_ON_ERROR); var_dump($data); } catch (Exception $e) { echo 'Error.
🌐
Massive
massive.com
Stock Market API | Massive
Stock API with real-time and historical tick data, unlimited usage via REST or WebSockets, standardized JSON and CSV formats. Instant access free tier.
🌐
Databento
databento.com › stocks
Stock Market API for Real-Time & Historical Data | $125 Free Credit
Replay every U.S. equities trade, quote, and order at up to 19.2 million ticks per second. Subscribe to every update of each symbol on the venue in a single API call. Access live auction imbalances, paired and total quantities, and intraday symbol definitions for all U.S. equities. Track IPOs, trading status changes, and listing events in real time. The first API to deliver full order book depth over the internet. Access the entire universe of U.S. stocks and ETFs from anywhere.
🌐
Finage
finage.co.uk › blog › best-stock-market-apis-for-python-realtime-data,-charts-trading--681e5ddb3a5709e03acf8857
Best Stock Market APIs for Python: Real-Time Data, Charts & Trading | Finage Blog
Here are some key Python tools to help you access and manage stock market data efficiently: The requests library is the most popular way to make HTTP requests in Python. You can easily fetch real-time stock prices, historical data, and financial ...
🌐
Medium
medium.com › @wutainfofu › stock-index-futures-api-beginner-guide-how-to-get-real-time-quotes-and-build-a-trading-system-0fd95e69e1b0
Stock Index Futures API Beginner Guide: How to Get Real-Time Quotes and Build a Trading System | by San Si wu | Medium
January 4, 2026 - Practical Step One: Using APIs to Get Stock Index Futures Real-Time Quotes and Historical K-Lines · Using Python as an example (beginner-friendly), we’ll demonstrate fetching S&P 500 futures real-time quotes and historical K-lines with iTick API.
🌐
Medium
medium.com › @kels180 › python-alltick-free-api-grab-real-time-stock-data-effortlessly-05b64c866233
Python + AllTick Free API: Grab Real-Time Stock Data Effortlessly | by kalos | Medium
March 6, 2026 - After months of testing and practical ... It lets you capture tick-level real-time market data without fees, parse and organize data in minutes, and lay a solid foundation for subsequent analysis and strategy development...
🌐
Databento
databento.com › live
Real-Time Market Data - Low-latency APIs
We also provide client libraries for Rust, Python, and C++. ... import databento as db client = db.Historical('YOUR_API_KEY') data = client.timeseries.get_range( dataset='GLBX.MDP3', schema='mbo', start='2023-01-09T00:00', end='2023-01-09T20:00', limit=100, ) data.replay(print) ... Step-by-step guide to create your first Databento application. Examples to help you get up and running with historical and real-time data.
🌐
bytewax
bytewax.io › blog › real-time-stock-prices-with-numpy
Real-Time Finance Data Streams in Python
Bytewax is an open source Python framework for building highly scalable dataflows to process ANY data stream.
🌐
Openwebninja
openwebninja.com › home › real-time finance data api
Real-Time Finance Data API | OpenWeb Ninja
... Use the API's extensive capabilities - search and retrieve all stock types, quotes, time series / charts, exchange rates, related news, market trends, and more, from Google Finance in real-time.