bbg-fetch


Namebbg-fetch JSON
Version 1.0.29 PyPI version JSON
download
home_pagehttps://github.com/ArturSepp/BloombergFetch
SummaryBloomberg fetching analytics wrapping xbbg package
upload_time2024-11-20 21:35:18
maintainerArtur Sepp
docs_urlNone
authorArtur Sepp
requires_python>=3.8
licenseLICENSE.txt
keywords quantitative investing portfolio optimization systematic strategies volatility
VCS
bugtrack_url
requirements numpy pandas xbbg
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Wrapper of xbbg package for bloomberg fetch

Install using
```python 
pip install bbg_fetch
```

Upgrade using
```python 
pip install --upgrade bbg_fetch
```

Close using
```python 
git clone https://github.com/ArturSepp/BloombergFetch.git
```


Install blpapi package with:
```python 
pip install --index-url=https://blpapi.bloomberg.com/repository/releases/python/simple blpapi
```

Configuration of rolls for futures contracts on Bloomberg: GFUT


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ArturSepp/BloombergFetch",
    "name": "bbg-fetch",
    "maintainer": "Artur Sepp",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "artursepp@gmail.com",
    "keywords": "quantitative, investing, portfolio optimization, systematic strategies, volatility",
    "author": "Artur Sepp",
    "author_email": "artursepp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/30/7dec60606da9e262f2dd5c9f9f6742b38fee95087fc752edda49e31c1829/bbg_fetch-1.0.29.tar.gz",
    "platform": null,
    "description": "Wrapper of xbbg package for bloomberg fetch\n\nInstall using\n```python \npip install bbg_fetch\n```\n\nUpgrade using\n```python \npip install --upgrade bbg_fetch\n```\n\nClose using\n```python \ngit clone https://github.com/ArturSepp/BloombergFetch.git\n```\n\n\nInstall blpapi package with:\n```python \npip install --index-url=https://blpapi.bloomberg.com/repository/releases/python/simple blpapi\n```\n\nConfiguration of rolls for futures contracts on Bloomberg: GFUT\n\n",
    "bugtrack_url": null,
    "license": "LICENSE.txt",
    "summary": "Bloomberg fetching analytics wrapping xbbg package",
    "version": "1.0.29",
    "project_urls": {
        "Documentation": "https://github.com/ArturSepp/BloombergFetch",
        "Homepage": "https://github.com/ArturSepp/BloombergFetch",
        "Issues": "https://github.com/ArturSepp/BloombergFetch/issues",
        "Personal website": "https://artursepp.com",
        "Repository": "https://github.com/ArturSepp/BloombergFetch"
    },
    "split_keywords": [
        "quantitative",
        " investing",
        " portfolio optimization",
        " systematic strategies",
        " volatility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8307dec60606da9e262f2dd5c9f9f6742b38fee95087fc752edda49e31c1829",
                "md5": "8f42f6bdabb0700d44319b4856d70705",
                "sha256": "b2a66cddf41b0b3e5ecd01160d8093fc38706185fa91e84aee917bb71341d938"
            },
            "downloads": -1,
            "filename": "bbg_fetch-1.0.29.tar.gz",
            "has_sig": false,
            "md5_digest": "8f42f6bdabb0700d44319b4856d70705",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8088,
            "upload_time": "2024-11-20T21:35:18",
            "upload_time_iso_8601": "2024-11-20T21:35:18.666751Z",
            "url": "https://files.pythonhosted.org/packages/c8/30/7dec60606da9e262f2dd5c9f9f6742b38fee95087fc752edda49e31c1829/bbg_fetch-1.0.29.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 21:35:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ArturSepp",
    "github_project": "BloombergFetch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.23.5"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "xbbg",
            "specs": [
                [
                    ">=",
                    "0.7.7"
                ]
            ]
        }
    ],
    "lcname": "bbg-fetch"
}
        
Elapsed time: 0.41783s