View source: R/listed_symbols.R
listed_symbols | R Documentation |
This function returns a list of all stocks and indexes currently available in CSE.
The argument type
controls the symbol type: stock, index or all (for both).
listed_symbols(type = "all")
type |
one of "stock", "index" or "all" |
if type == "all"
: list with two columns (INDEXES, STOCKS)
if type == "index"
: dataframe (index code and description)
if type == "stock"
: character vector
## Not run: listed_symbols()
## Not run: listed_symbols()$INDEXES
## Not run: listed_symbols()$STOCKS
## Not run: listed_symbols(type = 'stock')
## Not run: listed_symbols(type = 'index')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.