pedquant (version 0.2.4)

md_stock_symbol: 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

Run this code
if (FALSE) {
# 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()

}

Run the code above in your browser using DataLab