bbg-fetch


Namebbg-fetch JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/ArturSepp/BloombergFetch
SummaryBloomberg fetching analytics wrapping xbbg package
upload_time2024-04-17 06:10:29
maintainerArtur Sepp
docs_urlNone
authorArtur Sepp
requires_python<3.11,>=3.8
licenseLICENSE.txt
keywords quantitative investing portfolio optimization systematic strategies volatility
VCS
bugtrack_url
requirements pandas xbbg blpapi
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
```


For requirements:
```python 
pip install --index-url=https://bcms.bloomberg.com/pip/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.11,>=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/f9/74/e357dffe566ca71d3c8fea4ec06dbd60d381b3ba7e08082e411b97d88aa8/bbg_fetch-1.0.5.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\nFor requirements:\n```python \npip install --index-url=https://bcms.bloomberg.com/pip/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.5",
    "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": "f974e357dffe566ca71d3c8fea4ec06dbd60d381b3ba7e08082e411b97d88aa8",
                "md5": "8fca13398ebb8b385ec8a98250e10994",
                "sha256": "600912624aeb6dc31fcec28f80334b46696245b36b0af8dd0c9cb7821578462f"
            },
            "downloads": -1,
            "filename": "bbg_fetch-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8fca13398ebb8b385ec8a98250e10994",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.8",
            "size": 3460,
            "upload_time": "2024-04-17T06:10:29",
            "upload_time_iso_8601": "2024-04-17T06:10:29.186975Z",
            "url": "https://files.pythonhosted.org/packages/f9/74/e357dffe566ca71d3c8fea4ec06dbd60d381b3ba7e08082e411b97d88aa8/bbg_fetch-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 06:10:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ArturSepp",
    "github_project": "BloombergFetch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "xbbg",
            "specs": [
                [
                    ">=",
                    "0.7.7"
                ]
            ]
        },
        {
            "name": "blpapi",
            "specs": [
                [
                    ">=",
                    "3.24.2"
                ]
            ]
        }
    ],
    "lcname": "bbg-fetch"
}
        
Elapsed time: 0.35924s