The Equity Realtime API Endpoints are currently in beta. For production use cases, we recommend the IEX endpoints - which these endpoints expand upon.
# To request top-of-book/last for all tickers, use the following REST endpoint https://api.tiingo.com/tiingo/equity/intraday # To request top-of-book/last for specific tickers, use the following REST endpoint https://api.tiingo.com/tiingo/equity/intraday/<ticker> # Historical Intraday Prices https://api.tiingo.com/tiingo/equity/intraday/<ticker>/prices?startDate=2019-01-02&resampleFreq=5min
Just remember, you will need your token in order to connect. Keep it safe.
This endpoint is an alternative to the IEX Endpoints and creates datasets from multiple Equity venues (exchanges, ATS, and OTC venues). Tiingo is the first company to make these exchange-compliant derived metrics and offer them for free.
This changes the game on exchange liquidity and the products we can offer to provide better reference pricing for risk and valuation metrics for your portfolio valuations, risk assessments, trading, and app/AI development.
The data is sourced from Tiingo's consolidated equity pipeline and exposed through /tiingo/equity/intraday. Historical bars use consolidated intraday data where available and preserve the familiar start date, end date, resampling, after-hours, and force-fill controls.
Benefits of Tiingo Equity Realtime
# To request top-of-book/last for all tickers, use the following REST endpoint https://api.tiingo.com/tiingo/equity/intraday # To request top-of-book/last for specific tickers, use the following REST endpoint https://api.tiingo.com/tiingo/equity/intraday/<ticker>
Fields may be null when the underlying consolidated feed has not published that value or when the field is currently reserved for future data.
ticker
timestamp
quoteTimestamp
lastSaleTimestamp
last
lastSize
tngoLast
prevClose
open
high
low
mid
mid = (bidPrice + askPrice)/2.0This value is calculated by Tiingo from the consolidated equity feed.
volume
bidSize
bidPrice
askSize
askPrice
lqBidPrice
lqBidSize
lqAskSize
lqAskPrice
# Historical Intraday Prices https://api.tiingo.com/tiingo/equity/intraday/<ticker>/prices?startDate=2019-01-02&resampleFreq=5min
date
open
high
low
close
volume