get_tickers: Get The Tickers Required by the Yahoo API

Description Usage Arguments Details Value Examples

View source: R/get_tickers.R

Description

get_tickers() helps you to get the tickers of a specific stock index.

Usage

1
get_tickers(exchange)

Arguments

exchange

A desired exchange. Dee Details.

Details

Currently get_tickers supports the following stock indexes:

Value

A tibble with stocks' codes used in Yahoo Finance website.

Examples

 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")

Reckziegel/YahooTickers documentation built on Nov. 29, 2021, 9:45 p.m.