Description Usage Arguments Examples
View source: R/forex_symbols.R
Get symbols from currency exchanges
1 | forex_symbols(forex_exchange = "oanda", ...)
|
exchange |
Forex exchange - oanda, fxcm, forex.com, ic markets, etc. |
1 2 3 4 5 6 7 8 9 10 11 12 | forex_symbols(forex_exchange = 'oanda')
forex_symbols(forex_exchange = 'fxcm')
forex_symbols(forex_exchange = 'forex.com')
forex_symbols(forex_exchange = 'ic markets')
forex_symbols(forex_exchange = 'octafx')
forex_symbols(forex_exchange = 'fxpig')
forex_symbols(forex_exchange = 'pepperstone')
forex_symbols(forex_exchange = 'fxpro')
forex_symbols(forex_exchange = 'icmtrader')
all_exchanges <- purrr::map(forex_exchanges() %>% purrr::pull(),
forex_symbols) %>%
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.