powered by
This function retrieves bond fundamentals data from the API.
get_bonds_fundamentals_data(api_token, isin)
A list containing the bond fundamentals data.
The API token for authentication.
The ISIN (International Securities Identification Number) of the bond.
api_token <- "demo" isin <- "DE000CB83CF0" result <- get_bonds_fundamentals_data(api_token, isin)
Run the code above in your browser using DataLab