md_stock_symbol {pedquant} | R Documentation |
symbol components of exchange
Description
md_stock_symbol
returns all stock symbols by exchange
Usage
md_stock_symbol(exchange = NULL, ...)
Arguments
exchange |
the available stock exchanges are sse, szse, hkex, amex, nasdaq, nyse. |
... |
ignored parameters |
Examples
## Not run:
# get stock symbols in a stock exchange
## specify the exchanges
ex_syb1 = md_stock_symbol(exchange = c('sse', 'szse'))
## choose exchanges interactivly
ex_syb2 = md_stock_symbol()
## End(Not run)
[Package pedquant version 0.2.4 Index]