Get identifiers and fundamental data for a specific ticker

td_symbolDetail(ticker, accessToken = NULL)

Arguments

ticker

a valid ticker or symbol

accessToken

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.

Value

data frame of ticker details

Examples

if (FALSE) {

# Details for Apple
td_symbolDetail('AAPL')

}