cefim


Namecefim JSON
Version 0.3 PyPI version JSON
download
home_pageNone
SummaryRepository of Insper's Finance and Macro Unit
upload_time2025-03-19 21:13:45
maintainerInsper's Finance Unit
docs_urlNone
authorInsper's Finance Unit
requires_pythonNone
licenseNone
keywords finance financial data macroeconomics quant finance quantitative finance
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cefim",
    "maintainer": "Insper's Finance Unit",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "cefim@insper.edu.br",
    "keywords": "finance, financial data, macroeconomics, quant finance, quantitative finance",
    "author": "Insper's Finance Unit",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/09/c7/7bf5e5456ba69db1ee4aff5bd3fdc0b76c807105479978fbf5990026a31c/cefim-0.3.tar.gz",
    "platform": null,
    "description": "\n# CeFiM\nWe are Insper's Finance and Macroeconomics Unit. This repository holds code \nand data used in our studies.\n\n# Installation\n```commandline\npip install cefim\n```\n\nUpdates to this package are very frequent. Always make sure you are using the latest version.\n```commandline\npip install cefim --upgrade\n```\n\n# Data Feeder\nAll of our data can be retrieved through the `CefinData` class. The available methods are:\n- `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.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Repository of Insper's Finance and Macro Unit",
    "version": "0.3",
    "project_urls": null,
    "split_keywords": [
        "finance",
        " financial data",
        " macroeconomics",
        " quant finance",
        " quantitative finance"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27be1a860fbc21b7ce374741a0a3401c2609e92398c072f7f10f4094cdc40a1b",
                "md5": "13fe761a30b258e421a635b04ed912f3",
                "sha256": "abd62e010428fe09152740769dd90c3efae850b97d17692b25b74ce129dd4524"
            },
            "downloads": -1,
            "filename": "cefim-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13fe761a30b258e421a635b04ed912f3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3205,
            "upload_time": "2025-03-19T21:13:44",
            "upload_time_iso_8601": "2025-03-19T21:13:44.863945Z",
            "url": "https://files.pythonhosted.org/packages/27/be/1a860fbc21b7ce374741a0a3401c2609e92398c072f7f10f4094cdc40a1b/cefim-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "09c77bf5e5456ba69db1ee4aff5bd3fdc0b76c807105479978fbf5990026a31c",
                "md5": "080d8e6a9c95615132f341577d751827",
                "sha256": "579fab485d87651c566707fa08bf45fc2d0e5926aa7fe87f059e5d275567aa34"
            },
            "downloads": -1,
            "filename": "cefim-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "080d8e6a9c95615132f341577d751827",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2933,
            "upload_time": "2025-03-19T21:13:45",
            "upload_time_iso_8601": "2025-03-19T21:13:45.948891Z",
            "url": "https://files.pythonhosted.org/packages/09/c7/7bf5e5456ba69db1ee4aff5bd3fdc0b76c807105479978fbf5990026a31c/cefim-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-19 21:13:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cefim"
}
        
Elapsed time: 0.41407s