Get identifiers and fundamental data for a specific ticker
schwab_symbolDetail(tickers = c("AAPL", "SPY"), accessTokenList = NULL)
valid ticker(s) or symbol(s)
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.
data frame of ticker details
if (FALSE) { # \dontrun{
# Details for Apple
schwab_symbolDetail('AAPL')
} # }