get_bonds_fundamentals_data {eodhd} | R Documentation |
Get bonds fundamentals data
Description
This function retrieves bond fundamentals data from the API.
Usage
get_bonds_fundamentals_data(api_token, isin)
Arguments
api_token |
The API token for authentication. |
isin |
The ISIN (International Securities Identification Number) of the bond. |
Value
A list containing the bond fundamentals data.
Examples
api_token <- "demo"
isin <- "DE000CB83CF0"
result <- get_bonds_fundamentals_data(api_token, isin)
[Package eodhd version 1.0.4 Index]