The Forex API Endpoints are currently in beta.
# To request top-of-book/last for specific base and quote pairs, use the following REST endpoint https://api.tiingo.com/tiingo/fx/<ticker>/top # Historical Intraday Prices for base and quote pairs https://api.tiingo.com/tiingo/fx/<ticker>/prices?startDate=2019-06-30&resampleFreq=5min
Just remember, you will need your token in order to connect. Keep it safe.
Tiingo connects directly to tier-1 banks and FX dark pools to provide institutional-grade quality Forex quotes.
Benefits of the Tiingo Forex API
For more details please visit the Forex API product page.
# To request top-of-book/last for mulitple base and quote pairs, use the following REST endpoint https://api.tiingo.com/tiingo/fx/top?tickers=<ticker>,<ticker>,...<ticker> # To request top-of-book/last for specific tickers, use the following REST endpoint https://api.tiingo.com/tiingo/fx/<ticker>/top
ticker
quoteTimestamp
midPrice
midPrice = (bidPrice + askPrice)/2.0
bidSize
bidPrice
askSize
askPrice
# Current OHLC for the day https://api.tiingo.com/tiingo/fx/<ticker>/prices?resampleFreq=1day # Historical Intraday Prices https://api.tiingo.com/tiingo/fx/<ticker>/prices?startDate=2019-06-30&resampleFreq=5min
date
ticker
open
high
low
close