{ "info": { "author": "Matthew Gilbert", "author_email": "matthew.gilbert12@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "pdblp\n=====\n[![PyPI version](https://badge.fury.io/py/pdblp.svg)](https://badge.fury.io/py/pdblp)\n\nThis is a simple interface to integrate pandas and the Bloomberg Open API.\nThe standard Bloomberg API provides an extensive set of features for building\napplications on top of however does not provide easy and interactive access to\ndata. This package provides several functions for accessing historical market\ndata and reference data. A simple set of examples is available\n[here](https://matthewgilbert.github.io/pdblp/tutorial.html).\n\nThe library borrows heavily from a similar package available\n[here](https://github.com/kyuni22/pybbg)\n\n## Requires\n\n`python 3.x`\n\n[Bloomberg Open API](http://www.bloomberglabs.com/api/)\n\n[pandas](http://pandas.pydata.org/)\n\nand for `pdblp.parser`\n\n[pyparsing](https://pythonhosted.org/pyparsing/) >= 2.2.0\n\n## Installation\nYou can install from PyPi using\n\n```\npip install pdblp\n```\n\nor you can clone this repository and pip install the package, i.e.\n\n```\ngit clone https://github.com/matthewgilbert/pdblp.git\npip install -e pdblp\n```\n\n`blpapi` can be installed directly from the above link or you can install from\nthe `conda-forge` channel on Anaconda, e.g.\n\n```\nconda install -n blp_env -c conda-forge blpapi\n```\n\nIf going this route make sure there is a build available for your version of\npython https://anaconda.org/conda-forge/blpapi/files\n\nIf you are getting `'GLIBCXX_3.4.21' not found` error when attempting to import\n`blpapi`, the following appears to resolve this issue.\n\n```\nconda install libgcc\n```\n\n## Documentation\n\nThe documentation can be viewed at https://matthewgilbert.github.io/pdblp/\n\n### Bloomberg Documentation\n\nFor general documentation on the Bloomberg API check out the Developer's Guide.\nFor documentation on relevant Bloomberg fields for accessing data, check out\nthe Reference Guide: Services and Schemas. To access these, from a\nBloomberg Terminal go `WAPI ` -> `API Developer's Guide`.\n\n### Building the documentation\n\nThe documentation relies on [Sphinx](http://www.sphinx-doc.org/en/master/).\nBuilding the documentation can be done by setting up a conda environment using\n`conda create --name pdblp_doc --file doc-environment.yml`, sourcing this\nenvironment and then installing the relevant version of `pdblp`. Documentation\ncan then be built using\n\n```\ncd doc\nmake html\n```\n\nand viewed in ./doc/_build. Before building this ensure that you are\nlogged into a Bloomberg terminal as this is required for building many of the\nexamples.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MatthewGilbert/pdblp", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pdblp", "package_url": "https://pypi.org/project/pdblp/", "platform": "any", "project_url": "https://pypi.org/project/pdblp/", "project_urls": { "Homepage": "https://github.com/MatthewGilbert/pdblp" }, "release_url": "https://pypi.org/project/pdblp/0.1.8/", "requires_dist": null, "requires_python": "", "summary": "Bloomberg Open API with pandas", "version": "0.1.8" }, "last_serial": 4651159, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7ef7a331bb37c0875bcf0a7dfc8bd06c", "sha256": "5cccb91262f46e4e0f4ac56993ffcf6f6e236de23cb8bcc7b40e31c76592e9a1" }, "downloads": -1, "filename": "pdblp-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7ef7a331bb37c0875bcf0a7dfc8bd06c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18000, "upload_time": "2016-10-25T00:54:08", "url": "https://files.pythonhosted.org/packages/66/09/33521c59ca29010a0bb75c3f21d2fc7de0d7568b464da0e64be503bc6d8b/pdblp-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f993248e884ef3958b761ba1da214628", "sha256": "66ecca31b74319e783250bd98f93677a802ef25fcc079fbb774d120b9a15db65" }, "downloads": -1, "filename": "pdblp-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f993248e884ef3958b761ba1da214628", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17851, "upload_time": "2016-12-01T01:52:39", "url": "https://files.pythonhosted.org/packages/0d/a9/8f77c59c4721101542d38f96a150555fdd6a564586a2bf47b40ee52e4573/pdblp-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "2bd16bda39736b7a9fbafe69527ce553", "sha256": "282047415286e380b01633dea3f1283fea2c90bd797a84af2cd5cf853f8415ed" }, "downloads": -1, "filename": "pdblp-0.1.2.tar.gz", "has_sig": false, "md5_digest": "2bd16bda39736b7a9fbafe69527ce553", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22908, "upload_time": "2017-06-16T22:27:25", "url": "https://files.pythonhosted.org/packages/e0/77/7f38f2c12fd0797a750afdc5b54d2d1177fb25289ce78911870d7a900c43/pdblp-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "f3808acef383b166bf0286a1a3db6a5b", "sha256": "de31a3a92a2c720858451367f0ef6ee178ea71b4063cf9fff90fd930b6d76b66" }, "downloads": -1, "filename": "pdblp-0.1.3.tar.gz", "has_sig": false, "md5_digest": "f3808acef383b166bf0286a1a3db6a5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22215, "upload_time": "2018-02-13T02:04:18", "url": "https://files.pythonhosted.org/packages/23/87/caf933fb9067aec0119359d57bc4fd99085881dbaaa6db19401ff76a693b/pdblp-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "eab91b51f2265c522083bf49a038b8ba", "sha256": "d27562129ddfe0fadd1cce41e9786b299acceaab4ad7696a1a3d31c87be34652" }, "downloads": -1, "filename": "pdblp-0.1.4.tar.gz", "has_sig": false, "md5_digest": "eab91b51f2265c522083bf49a038b8ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22426, "upload_time": "2018-05-22T01:10:29", "url": "https://files.pythonhosted.org/packages/f4/08/990d8645902a0a7d48282056a0fcd58d19186e961355c1b2a61e96c7cce4/pdblp-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "29f61b25399dbe6e7fc0aae9987b5172", "sha256": "a119fea6de97e85af100c94a0ead0a9b55b0f9dfb9795fded78336a27fd0b4cb" }, "downloads": -1, "filename": "pdblp-0.1.5.tar.gz", "has_sig": false, "md5_digest": "29f61b25399dbe6e7fc0aae9987b5172", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22498, "upload_time": "2018-06-05T12:16:05", "url": "https://files.pythonhosted.org/packages/a0/5c/a539b09f222c0ebd802d7ef1114e16260536e70ce5a0b2de3ad5a8f49ac0/pdblp-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "b21707c9621256dec932dec2dbfb883b", "sha256": "7d08db500cf79e129cf066c7230844576977e31e01e32013522464df56d399b0" }, "downloads": -1, "filename": "pdblp-0.1.6.tar.gz", "has_sig": false, "md5_digest": "b21707c9621256dec932dec2dbfb883b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23336, "upload_time": "2018-08-16T17:48:48", "url": "https://files.pythonhosted.org/packages/fa/88/2de58b0cc957d038d09fa400fcae7ac019ffc67ccdc2c7d38a51cd073106/pdblp-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "af37cb7692771cf4ba159d0b13b81329", "sha256": "c2f8424c0d2a9283716dd64de0df31b27b740949a2e3937d7906572f1d6670f5" }, "downloads": -1, "filename": "pdblp-0.1.7.tar.gz", "has_sig": false, "md5_digest": "af37cb7692771cf4ba159d0b13b81329", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23310, "upload_time": "2018-09-26T14:57:46", "url": "https://files.pythonhosted.org/packages/6d/df/2cbc3ebfffb9e4be1baceb52630e5de0477f93934c45b0c99eb463a8da72/pdblp-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "5598de983231fa0f2dea998d44f52b54", "sha256": "ccbecf941f1e88b85c6d6801785e0f76a54280dc3d2d39e7bd3836457da57192" }, "downloads": -1, "filename": "pdblp-0.1.8.tar.gz", "has_sig": false, "md5_digest": "5598de983231fa0f2dea998d44f52b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24918, "upload_time": "2019-01-01T22:54:08", "url": "https://files.pythonhosted.org/packages/23/c4/8a86daa22264f815a09a4934a3f7b2b90940fbc9dc8a817ed6e6f84a37a0/pdblp-0.1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5598de983231fa0f2dea998d44f52b54", "sha256": "ccbecf941f1e88b85c6d6801785e0f76a54280dc3d2d39e7bd3836457da57192" }, "downloads": -1, "filename": "pdblp-0.1.8.tar.gz", "has_sig": false, "md5_digest": "5598de983231fa0f2dea998d44f52b54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24918, "upload_time": "2019-01-01T22:54:08", "url": "https://files.pythonhosted.org/packages/23/c4/8a86daa22264f815a09a4934a3f7b2b90940fbc9dc8a817ed6e6f84a37a0/pdblp-0.1.8.tar.gz" } ] }