Metadata-Version: 2.4
Name: cefim
Version: 0.3
Summary: Repository of Insper's Finance and Macro Unit
Author: Insper's Finance Unit
Maintainer: Insper's Finance Unit
Maintainer-email: cefim@insper.edu.br
Keywords: finance,financial data,macroeconomics,quant finance,quantitative finance
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: requests
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: keywords
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary


# CeFiM
We are Insper's Finance and Macroeconomics Unit. This repository holds code 
and data used in our studies.

# Installation
```commandline
pip install cefim
```

Updates to this package are very frequent. Always make sure you are using the latest version.
```commandline
pip install cefim --upgrade
```

# Data Feeder
All of our data can be retrieved through the `CefinData` class. The available methods are:
- `titulos_publicos()`: Brazilian Public Bonds secondary market. Source is from the [Brazilian Central Bank website](https://www4.bcb.gov.br/pom/demab/negociacoes/apresentacao.asp?frame=1). We have cleaned and strucured the original data.
