View source: R/BondsFundamentalsAPI.R
get_bonds_fundamentals_data | R Documentation |
This function retrieves bond fundamentals data from the API.
get_bonds_fundamentals_data(api_token, isin)
api_token |
The API token for authentication. |
isin |
The ISIN (International Securities Identification Number) of the bond. |
A list containing the bond fundamentals data.
api_token <- "demo"
isin <- "DE000CB83CF0"
result <- get_bonds_fundamentals_data(api_token, isin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.