Get identifiers and fundamental data for a specific ticker
td_symbolDetail(ticker, accessToken = NULL)
a valid ticker or symbol
A valid Access Token must be set using
td_auth_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) {
# Details for Apple
td_symbolDetail('AAPL')
}