Getting Started

IEX Real-Time Stock Prices via Intrinio

Real-time stock prices without exchange fees

We make streaming equity pricing data easy, and the IEX Real-Time Stock Prices data set is the most affordable way to do it.

Access price and quote data by exchange or security identifier via our REST API. 

Or ,stream the data via one of our client SDKs.  

Here's the simplest way to pull prices for a ticker from this feed (remember to use source=iex):

https://api-v2.intrinio.com/securities/AAPL/prices/realtime?source=iex

And from an exchange:

https://api-v2.intrinio.com/stock_exchanges/USCOMP/prices/realtime?active_only=true&source=iex&api_key=

Or, batch quotes for multiple tickers:

https://api-v2.intrinio.com/stock_exchanges/USCOMP/prices/realtime?tickers=AAPL,MSFT,NVDA&source=iex&api_key=

Sign Up for API Access

If you have an Intrinio account you can view your API Keys here.

For a quick-start guide to our API, please see the tutorial.

Product Guides

How to stream stock trades and quotes

How to check market status

How to efficiently query realtime stock price data