Learn R Programming

eodhd (version 1.0.4)

get_earning_trends_data: Get earning trends data

Description

This function retrieves earning trends data from the API.

Usage

get_earning_trends_data(api_token, symbols)

Value

A list containing earning trends.

Arguments

api_token

The API token for authentication.

symbols

You can request specific symbols to get historical and upcoming data

Examples

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

Run the code above in your browser using DataLab