Skip to content

Releases: azeredo-e/BrazilCentralBank.jl

v0.1.1

25 Mar 16:10
Compare
Choose a tag to compare

Ver. 0.1.1 - 2024-03-25

Release Highlights

Creation of the Currency type.

Bug fixes

  • Fixed bug where country name would come with trailing white spaces when using getcurrency_list.

Breaking Changes

None.

Future breaks

In version 0.2.0 the gettimeseries function will be renamed to getforexseries.

v0.1.0

15 Mar 19:18
Compare
Choose a tag to compare

Ver. 0.1.0 (First release!) - 2024-03-14

Release Highlights

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.

Full Changelog: https://github.com/azeredo-e/BrazilCentralBank.jl/commits/v0.1.0