Learn R Programming

eodhd (version 1.0.4)

get_bonds_fundamentals_data: Get bonds fundamentals data

Description

This function retrieves bond fundamentals data from the API.

Usage

get_bonds_fundamentals_data(api_token, isin)

Value

A list containing the bond fundamentals data.

Arguments

api_token

The API token for authentication.

isin

The ISIN (International Securities Identification Number) of the bond.

Examples

Run this code
api_token <- "demo"
isin <- "DE000CB83CF0"
result <- get_bonds_fundamentals_data(api_token, isin)

Run the code above in your browser using DataLab