getBIS | R Documentation |
It downloads effective exchange rates from Bank of International Settlement.
getBIS(sheet="Real", type="broad")
sheet |
The name of spreedsheet of effective exchange rates (EER)of BIS, it has two options: "Real" and "Nominal", the default is "Real" for REER. |
type |
The type of EER, it has two types: "broad" and "narrow". The default is "broad". |
This function connects with <"https://www.bis.org/statistics/eer/"> and downloads the specified data. The rownames of downloaded data embeds the timestamp already, which can be directly transformed into time series via, as.timeSeries.
data |
The data object. |
country.info |
The country information with abbreviated symbol. |
data.info |
The information about effective exchange rates. |
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University.
output=getBIS(sheet=c("Nominal","Real")[1], type=c("broad","narrow")[1]) output$data output$data.info output$country.info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.