The BOATS Overnight Real-time 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/boats # To request top-of-book/last for specific tickers, use the following REST endpoint https://api.tiingo.com/boats/<ticker> # Historical Overnight Intraday Prices https://api.tiingo.com/boats/<ticker>/prices?startDate=2026-07-22&resampleFreq=5min
Just remember, you will need your token in order to connect. Keep it safe.
Tiingo's BOATS Overnight Real-time API exposes Blue Ocean ATS (BOATS) equity market data over REST. BOATS is the dominant overnight US equity venue. With a Tiingo BOATS entitlement you get venue-native top-of-book and last-sale snapshots, plus overnight intraday OHLC history.
Benefits of Tiingo + BOATS
Access to the BOATS REST API requires the BOATS Real-time entitlement on your API account. Without that entitlement, requests to https://api.tiingo.com/boats are rejected.
Historical bars are limited to the overnight BOATS session (8:00 PM through 3:59 AM Eastern). The afterHours request parameter is accepted for compatibility with other equity intraday endpoints, but it does not widen this overnight window.
For the full tick firehose (every validated quote and trade), see 3.5 Websockets - BOATS Overnight Real-time.
You can find out about the full product offering on the Product - BOATS page.
# To request top-of-book/last for all tickers, use the following REST endpoint https://api.tiingo.com/boats # To request top-of-book/last for specific tickers, use the following REST endpoint https://api.tiingo.com/boats/<ticker>
With a valid BOATS Real-time entitlement, snapshot responses include live bid/ask, last/lastSize, and volume. Derived LQ (liquidity-quote) fields from other Tiingo equity feeds are not returned on this endpoint.
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 BOATS.
volume
bidSize
bidPrice
askSize
askPrice
Historical bars cover the BOATS overnight session only ((8:00 PM–3:59 AM Eastern). When startDate and endDate are omitted, Tiingo returns the latest overnight session window.
# Historical Overnight Intraday Prices https://api.tiingo.com/boats/<ticker>/prices?startDate=2026-07-22&resampleFreq=5min
date
open
high
low
close
volume