Get identifiers and fundamental data for a specific ticker

schwab_symbolDetail(tickers = c("AAPL", "SPY"), accessTokenList = NULL)

Arguments

tickers

valid ticker(s) or symbol(s)

accessTokenList

A valid Access Token must be set using the output from schwab_auth3_accessToken. The most recent Access Token will be used by default unless one is manually passed into the function.

Value

data frame of ticker details

Examples

if (FALSE) { # \dontrun{

# Details for Apple
schwab_symbolDetail('AAPL')

} # }