get_earning_trends_data {eodhd}R Documentation

Get earning trends data

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)


[Package eodhd version 1.0.4 Index]