Learn R Programming

riingo (version 0.3.1)

riingo_fx_quote: Quote and Top of Book data for a given forex ticker

Description

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

Usage

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

Run this code
# NOT RUN {
# }
# NOT RUN {
riingo_fx_quote(c("audusd", "usdjpy"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab