| bdataAPI | R Documentation |
Borsdata API class inherits 'TDIConnection' to implement the API requests.
TDI::baseTDI -> TDI::TDIConnection -> bdataAPI
countriesData frame with list of countries.
sectorsData frame with list of sectors.
branchesData frame with list of branches.
marketsData frame with list of markets.
instrumentsData frame with list of instruments.
pricesLatest instrument prices.
new()!!!!!
bdataAPI$new(...)
...see TDIConnection
An object of class 'bdataAPI'.
getInstrument()Retrieve instrument details for the symbol.
bdataAPI$getInstrument(...)
...see TDIConnection
An object of class 'Instrument' with details.
getChart()Retrieve historical prices for the symbol.
bdataAPI$getChart(...)
...see TDIConnection
An object of class 'Instrument' with historical prices.
API documentation on Börsdata API.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.