# To request top-of-book/last for all tickers, use the following REST endpoint https://api.tiingo.com/iex # To request top-of-book/last for specific tickers, use the following REST endpoint https://api.tiingo.com/iex/<ticker> # Historical Intraday Prices https://api.tiingo.com/iex/<ticker>/prices?startDate=2019-01-02&resampleFreq=5min
Just remember, you will need your token in order to connect. Keep it safe.
Our IEX Exchange API has two kinds of avenues for (1) Customers who are officially registered with the exchange and (2) Customers who want a simple, compliant solution, but do not want to formally register with the exchange.
1. Tiingo has a cross-correct directly to the IEX Exchange that gives us access to raw binary price feeds we can share with you all. We receive IEX TOPS (top of book), which means we get the last sale data AND top bid and ask quotes.
2. For customers that don't want to register with the exchange to receive full TOPS, you may use our derived reference price feed which provides a real-time reference price for the asset - giving you the benefit of a real-time feed without the added compliance or exchange fees required.
Benefits of Tiingo + IEX
As of February 1st, 2025 IEX Exchange has changed their market data policies. To receive the FULL TOPS Feed, you must now have a market data agreement signed with the IEX Exchange. Upon signing, you will then be able to receive the full TOPS feed in real-time.
For customers who do not want to sign a license agreement, you may use our derived data that calculates a reference price for each asset in real-time. While this is not a subsitute for the TOPS Feed, we do believe it will fulfill the needs of 95% of our customer base. There is no additional cost to the IEX Exchange if using our derived data.
You can find out about the full product offering on the Product - IEX page.
# To request top-of-book/last for all tickers, use the following REST endpoint https://api.tiingo.com/iex # To request top-of-book/last for specific tickers, use the following REST endpoint https://api.tiingo.com/iex/<ticker>
"IEX Entitlement Required" means the value will be null unless you are registered with the IEX Exchange and have a market data policy in place.
ticker
timestamp
quoteTimestamp
lastSaleTimestamp
last
lastSize
tngoLast
prevClose
open
high
low
mid
mid = (bidPrice + askPrice)/2.0This value is calculated by Tiingo and not provided by IEX.
volume
bidSize
bidPrice
askSize
askPrice
# Historical Intraday Prices https://api.tiingo.com/iex/<ticker>/prices?startDate=2019-01-02&resampleFreq=5min
date
open
high
low
close
volume