Description Usage Arguments Value Examples
Get Market data in OHCL Format
1 |
isin |
character; ISIN of instrument to be retrieved. |
freq |
character; Frequency of time series to be retrieved, one of 'daily', 'hourly', 'min' |
interval |
character; Interval of time series, defaults to 1. E.g. freq = "hourly" and interval = 2 means every to hours. |
from |
character; Starting date to be retrieved in ISO format YYYY-mm-dd |
zoo objects with the columns "open", "high", "low" and "close"
1 2 | # Get Data for Deutsche Post
ohcl("DE0005552004")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.