get_tickers {eodhdR2} | R Documentation |
Retrieves a list of tickers for a particular exchange
Description
Retrieves a list of tickers for a particular exchange
Usage
get_tickers(exchange = "US", cache_folder = get_default_cache())
Arguments
exchange |
A exchange symbol (e.g. US). You can find all tickers for a particular exchange with |
cache_folder |
A local directory to store cache files. By default, all functions use a temporary path, meaning that the caching system is session persistent (it will remove all files when you exit your R session). If you want a persistent caching system, simply point argument cache_folder to a local directory in your filesystem. Be aware, however, that a persistent cache will not refresh your data for new api queries. |
Value
A dataframe with a list of tickers
Examples
## Not run: # requires a subscription (paid) token
df_tickers <- get_tickers("US")
## End(Not run)
[Package eodhdR2 version 0.5.1 Index]