get_fundamentals_data: Get fundamentals data data

View source: R/FundamentalDataAPI.R

get_fundamentals_dataR Documentation

Get fundamentals data data

Description

This function retrieves fundamentals data from the API.

Usage

get_fundamentals_data(api_token, ticker)

Arguments

api_token

The API token for authentication.

ticker

consists of two parts: [SYMBOL_NAME].[EXCHANGE_ID]

Value

A list containing the fundamental data.

Examples

api_token <- "demo"
ticker <- "AAPL.US"
result <- get_fundamentals_data(api_token, ticker)


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