cefin


Namecefin JSON
Version 0.2 PyPI version JSON
download
home_pageNone
SummaryRepository of Insper's Finance Unit
upload_time2025-01-19 19:42:22
maintainerInsper's Finance Unit
docs_urlNone
authorInsper's Finance Unit
requires_pythonNone
licenseNone
keywords finance financial data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# cefin
We are Insper's Finance Unit. This repository holds code and data used in our studies.

# Installation
```commandline
pip install cefin
```

# 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). Our data has been cleaned and strucured.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cefin",
    "maintainer": "Insper's Finance Unit",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "cefim@insper.edu.br",
    "keywords": "finance, financial data",
    "author": "Insper's Finance Unit",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/61/30/2ff37bd1dc317b09b8a9eff2018ee72ea4cd45f4c5ff76a5064ae7a97329/cefin-0.2.tar.gz",
    "platform": null,
    "description": "\n# cefin\nWe are Insper's Finance Unit. This repository holds code and data used in our studies.\n\n# Installation\n```commandline\npip install cefin\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). Our data has been cleaned and strucured.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Repository of Insper's Finance Unit",
    "version": "0.2",
    "project_urls": null,
    "split_keywords": [
        "finance",
        " financial data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8662e3530d3636f61126d5d314f81480e5b5d1acdfd60b67f2985d90acf24acc",
                "md5": "238071e8d754350d2b84eb9fa02a53d3",
                "sha256": "ac82c51b0243df954d093574b6f6e192c80f62895c0d0fb2cefef3b5e9026081"
            },
            "downloads": -1,
            "filename": "cefin-0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "238071e8d754350d2b84eb9fa02a53d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3045,
            "upload_time": "2025-01-19T19:42:21",
            "upload_time_iso_8601": "2025-01-19T19:42:21.672366Z",
            "url": "https://files.pythonhosted.org/packages/86/62/e3530d3636f61126d5d314f81480e5b5d1acdfd60b67f2985d90acf24acc/cefin-0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61302ff37bd1dc317b09b8a9eff2018ee72ea4cd45f4c5ff76a5064ae7a97329",
                "md5": "e6ede94a7b9613915615a8b01b6fa90f",
                "sha256": "46f3f06bbf89bbf4ffc1209799e2f2ce741a8764ff8c5c4528983f148fd09f7e"
            },
            "downloads": -1,
            "filename": "cefin-0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e6ede94a7b9613915615a8b01b6fa90f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2780,
            "upload_time": "2025-01-19T19:42:22",
            "upload_time_iso_8601": "2025-01-19T19:42:22.813181Z",
            "url": "https://files.pythonhosted.org/packages/61/30/2ff37bd1dc317b09b8a9eff2018ee72ea4cd45f4c5ff76a5064ae7a97329/cefin-0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-19 19:42:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cefin"
}
        
Elapsed time: 0.43215s