View source: R/EarningTrendsAPI.R
get_earning_trends_data | R Documentation |
This function retrieves earning trends data from the API.
get_earning_trends_data(api_token, symbols)
api_token |
The API token for authentication. |
symbols |
You can request specific symbols to get historical and upcoming data |
A list containing earning trends.
api_token <- "demo"
symbols <- "AAPL.US"
result <- get_earning_trends_data(api_token, symbols)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.