getExchange {gfer} | R Documentation |
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' |
Details
Data comes from www.finance.sina.com.cn
Value
A data table with a listed companies' ticker, security name and listed exchange location
References
www.finance.sina.com.cn
Examples
## Not run:
getExchange('600601')
getExchange(c('00005', '00001'))
## End(Not run)
[Package gfer version 0.1.12 Index]