Learn R Programming

gfer (version 0.1.12)

getExchange: get a company's listed location

Description

get a company's listed location

Usage

getExchange(tickers)

Arguments

tickers

ticker/sympol of a company, TICKERS MUST BE CHARACTERs, '006027' INSTEAD OF '6027'

Value

A data table with a listed companies' ticker, security name and listed exchange location

Details

Data comes from www.finance.sina.com.cn

References

www.finance.sina.com.cn

Examples

Run this code
# NOT RUN {
getExchange('600601')
getExchange(c('00005', '00001'))
# }

Run the code above in your browser using DataLab