Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/azeredo-e/brazilcentralbank.jl
- Owner: azeredo-e
- License: mit
- Created: 2024-02-07T12:24:54.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-15T16:00:36.000Z (6 months ago)
- Last Synced: 2024-10-12T22:23:45.477Z (2 months ago)
- Topics: banco-central, banco-central-do-brasil, central-bank, central-bank-brazil, economics, finance, julia, julia-language, time-series
- Language: Julia
- Homepage:
- Size: 186 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)
```