powered by
This function retrieves earning trends data from the API.
get_earning_trends_data(api_token, symbols)
A list containing earning trends.
The API token for authentication.
You can request specific symbols to get historical and upcoming data
api_token <- "demo" symbols <- "AAPL.US" result <- get_earning_trends_data(api_token, symbols)
Run the code above in your browser using DataLab