forex_symbols: Forex Symbols

Description Usage Arguments Examples

View source: R/forex_symbols.R

Description

Get symbols from currency exchanges

Usage

1
forex_symbols(forex_exchange = "oanda", ...)

Arguments

exchange

Forex exchange - oanda, fxcm, forex.com, ic markets, etc.

Examples

 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) %>% 

threadingdata/finnhubr documentation built on Aug. 10, 2020, 12:48 a.m.