This function queries the top of book data for the provided forex tickers.

riingo_fx_quote(ticker)

Arguments

ticker

One or more tickers to download data for from Tiingo. Can be a stock, mutual fund, or ETF. A character vector.

Value

A data frame containing 1 row per valid ticker with the top of book data.

Examples

if (FALSE) { riingo_fx_quote(c("audusd", "usdjpy")) }