Learn R Programming

eodhd (version 1.0.4)

get_fundamentals_data: Get fundamentals data data

Description

This function retrieves fundamentals data from the API.

Usage

get_fundamentals_data(api_token, ticker)

Value

A list containing the fundamental data.

Arguments

api_token

The API token for authentication.

ticker

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

Examples

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

Run the code above in your browser using DataLab