Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azeredo-e/brazilcentralbank.jl

BrazilCentralBank.jl is an interface in the Julia programming language for the data API of Brazil's Central Bank (BCB)
https://github.com/azeredo-e/brazilcentralbank.jl

banco-central banco-central-do-brasil central-bank central-bank-brazil economics finance julia julia-language time-series

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/wilsonfreitas/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](https://github.com/wilsonfreitas/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
julia> using Pkg; Pkg.add(BrazilCentralBank)
```