Use a valid API Token to pull all foreign exchange quotes which includes Bid/Ask. Set API token using fmpc_set_token.

fmpc_price_forex()

Value

a data frame of forex with quotes

Examples


if (FALSE) {

# Must set a valid API token
fmpc_set_token('FMPAPIKEY')
fmpc_price_forex()

}