/BrazilCentralBank.jl

BrazilCentralBank.jl is an interface in the Julia programming language for the data API of Brazil's Central Bank (BCB)

Primary LanguageJuliaMIT LicenseMIT

BrazilCentralBank.jl

BrazilCentralBank.jl é uma interface na linguagem de programação Julia para a API de dados do Banco Central do Brasil.
O projeto foi inspirado por python-bcb criado por wilsonfreitas@GitHub.

BrazilCentralBank.jl is an interface in the Julia programming language for the data API of Brazil's Central Bank (BCB).
The project was inspired by python-bcb created by wilsonfreitas@GitHub.

About the project

Current release: 0.2.0 (2024-04-23)

Based on the python-bcb package for python, BrazilCentralBank.jl aims to provide the same level of features to the Julia Language. Currently the package can interact with the foreign exchange (FOREX) prices as shows in the time series availiable in the Brazil's Central Bank (BCB) website.

Right now the project is in its early days and the implementation still resembles a lot the original python project. Future updates include the addition other data sources from the BCB's site such as interest rates, inflation, etc.

The final goal is for this to be a comprehensive set of tools for anyone trying to analyse the brazilian economy using Julia!

Instalation

Source code are avaliable in this project directory, but instalation through Julia's package manager is also avaliable.

julia> using Pkg; Pkg.add(BrazilCentralBank)