riingo_fx_quote {riingo}R Documentation

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


## Not run: 
riingo_fx_quote(c("audusd", "usdjpy"))

## End(Not run)


[Package riingo version 0.3.1 Index]