Creation of the foreign currency API. Implementation of two function getcurrency_list
e gettimeseries
, the first returns a dataframe of all avaliable currencies in the BCB's data API, and the second returns a time series in a dataframe format of foreign exchange prices between any currencies avaliable.
Creation of the Currency type.
- Fixed bug where country name would come with trailing white spaces when using
getcurrency_list
.
None.
In version 0.2.0 the gettimeseries
function will be renamed to getcurrencyseries
.
Creation of the SGS module, giving the API access to the time series database of the Brazilian Central Bank.
gettimeseries
from the currency module renamed togetcurrencyseries
getCurrency
from the currency module renamed toCurrency