bdataAPI | R Documentation |
Borsdata API class inherits 'TDIConnection' to implement the API requests.
TDI::baseTDI
-> TDI::TDIConnection
-> bdataAPI
countries
Data frame with list of countries.
sectors
Data frame with list of sectors.
branches
Data frame with list of branches.
markets
Data frame with list of markets.
instruments
Data frame with list of instruments.
prices
Latest 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.