Description Usage Arguments Details Value Examples
get_tickers() helps you to get the tickers of a specific stock index.
1 | get_tickers(exchange)
|
exchange |
A desired exchange. Dee Details. |
Currently get_tickers supports the following stock indexes:
dow: Dow Jones Index (United States)
sp500: S&P 500 Index (United States)
nasdaq: Nasdaq Composite Index (United States)
nyse: NYSE Composite Index (United States)
amex: AMEX Composite Index (United States)
russell2000: Russell 2000 Index (United States)
ftse100: FTSE 100 Index (United Kingdom)
dax: Deutsche Boerse AG Index (Germany)
cac40: CAC 40 Index (France)
bel20: BEL 20 (Belgium)
topix: Topix Index (Tokyo)
hangseng: Hang Seng Index (Hong Kong)
sensex: BSE Sensex Index (India)
jakarta: Jakarta Stock Exchange Composite Index (Indonesia)
bursa: FTSE Bursa Malaysia KLCI Index (Malaysya)
nzx50: NZX 50 Index (New Zealand)
kospi: KOSPI Composite Index (South Korea)
taiex: TWSE Taiwan
tsx: Toronto Composite Index (Canada)
ibovespa: Ibovespa Index (Brazil)
ipc: BMV IPC Index (Mexico)
ipsa: IPSA Index (Chile)
merval: Merval Index (Argentina)
A tibble with stocks' codes used in Yahoo Finance website.
1 2 3 4 5 6 7 8 9 10 | library(YahooTickers)
# get the brazilian stocks index tickers
get_tickers(ibovespa)
# get the sp500 stocks tickers
get_tickers(sp500)
# The exchange argument should be unquoted. This throws an error.
# get_tickers("sp500")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.