Description Usage Arguments Value Examples
Fetches currency series from DataHub
1 | fetch_currency(code, source_code, query = list())
|
code |
the code of the currency series |
source_code |
the source code of the currency series |
query |
optional, availible list(from = yyyy-mm-dd, to = yyyy-mm-dd) |
dataframe
currency code
source code
series date
currency ask rate if availible
currency bid rate if availible
currency mid rate
1 2 | fetch_currency('DKK-ISK', 'SI')
fetch_currency('DKK-ISK', 'SI', query = list(from = '2019-01-01', to = '2019-02-01'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.