This function retrieves a list of symbols for a specified stock exchange from a variety of sources. The available sources are poloniex, rusquant, tinkoff, mfd, finam, alor, and kraken. The function returns a data.table object containing the symbol information for the requested exchange.
getSymbolList(
src = "poloniex",
verbose = FALSE,
auto.assign = FALSE,
country = "",
api.key = "",
type = "Shares",
env = globalenv(),
user_agent = NULL
)
Returns a data.table object containing the symbol information for the specified exchange.
character indicating the source of the symbol list. Possible values are "poloniex", "rusquant", "tinkoff", "mfd", "finam", "alor", and "kraken".
logical indicating whether or not to print additional information. The default is FALSE.
logical indicating whether or not to automatically assign the data.table object to the global environment. The default is FALSE.
character indicating the country of the exchange. The default is an empty string.
character indicating the API key to be used for accessing the source. The default is an empty string.
character indicating the type of financial instruments to retrieve. Applicable for the "tinkoff", "gigapack","moex". Possible values are "Bonds", "Currencies", "Etfs", "Futures", "Options", and "Shares".
The environment where the data should be assigned. Defaults to the global environment.
The special headers for parsing
Vyacheslav Arbuzov
getSymbolList()
#getSymbolList(src='moex')
#getSymbolList(src='moex',type='Forts')
Run the code above in your browser using DataLab