get_earning_trends_data: Get earning trends data

View source: R/EarningTrendsAPI.R

get_earning_trends_dataR Documentation

Description

This function retrieves earning trends data from the API.

Usage

get_earning_trends_data(api_token, symbols)

Arguments

api_token

The API token for authentication.

symbols

You can request specific symbols to get historical and upcoming data

Value

A list containing earning trends.

Examples

api_token <- "demo"
symbols <- "AAPL.US"
result <- get_earning_trends_data(api_token, symbols)


eodhd documentation built on May 29, 2024, 2:46 a.m.