olinda_get_currency | R Documentation |
Given a currency symbol and a time interval (in dates) this function returns the bid and ask time series of currency rates.
olinda_get_currency(
symbol,
start_date,
end_date = NULL,
as = c("tibble", "xts", "data.frame", "text"),
parity = FALSE
)
symbol |
currency symbol |
start_date |
time interval initial date |
end_date |
time interval last date |
as |
the object's returning type |
parity |
The The time series date range is defined by The |
The time series with the bid and ask currency rates regarding the given symbol quoted in BRL.
The default returning is a tibble
-fashioned data.frame
with
the three columns: date
, ask
and bid
.
The as
argument also accepts data.frame
to return old fashioned data frames,
xts
to return a xts object with two variables (bid and ask) and text
which returns
the text content download from BCB site.
## Not run:
olinda_get_currency("USD", "2017-03-01", "2017-03-10")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.