{ "info": { "author": "Karthik Bharadwaj", "author_email": "karthikbharadwaj005@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Office/Business :: Financial" ], "description": "\t\t\t\tyfinanceapi (Equity and currency information API)\n\nDescription\n-----------\n\nThe yfinanceapi is an API for Python that builds on top of the Yahoo! finance JSON API to provide equity and currency information, such as price, volume, last trade time etc.\n\nInstallation\n------------\n\nThe API can be installed from PyPi using the following command:\npip install yfinanceapi\nInstructions on installing pip can be found here: https://pip.pypa.io/en/latest/installing.html\n\nAlternatively, it can be installed using github:\npip install git+https://github.com/Karthik005/yfinanceapi#egg=yfinanceapi\n\nThe installation may require root permissions.\n\nUsage\n-----\n\nThe API can be imported in the following manner:\n\nimport yfinanceapi as api\n\nStock/equity information is obtained as follows:\n\napi.get_prices(['GOOG','MSFT','INFY.NS'])\napi.get_volumes(['GOOG','MSFT','INFY.NS'])\n\nPrices are in currency values of the country in which symbol is listed\n\nCurrency information is obtained as follows:\n\napi.get_currency_prices(['INR','JPY'])\napi.get_currency_utc(['INR','JPY'])\n\nCurrency values are measured with respect to USD.\n\nAdditional functions, information on usage and allowed symbol values can be found in the docstrings of the api.py file.\n\n\nCopyright\n---------\n\nCopyright 2015, Karthik.S\n\n\nLicense\n-------\n\nThis project is licensed under GNU v2.0. For more information read the LICENSE.txt file.\n\n\nBugs and requests\n----------------\n\nBugs and feature requests can be reported at karthikbharadwaj005@gmail.com\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Karthik005/yfinanceapi", "keywords": null, "license": "GNU v2.0", "maintainer": null, "maintainer_email": null, "name": "yfinanceapi", "package_url": "https://pypi.org/project/yfinanceapi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/yfinanceapi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Karthik005/yfinanceapi" }, "release_url": "https://pypi.org/project/yfinanceapi/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Equity/commodity/currency information API; sources content from Yahoo! Finance", "version": "1.0.2" }, "last_serial": 1455461, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "005d581b6f303aefdadec82ef9aaf5fc", "sha256": "c9ec074abe4c1e529c69482fc7c1e477259fd068feedf4724fef0328bdfccafd" }, "downloads": -1, "filename": "yfinanceapi-1.0.0-py2.7.egg", "has_sig": false, "md5_digest": "005d581b6f303aefdadec82ef9aaf5fc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5497, "upload_time": "2015-03-09T12:48:14", "url": "https://files.pythonhosted.org/packages/1f/55/d3f9e986a293577e414740d655b89adbbd835ae4fb6fbc5d95d50233ff09/yfinanceapi-1.0.0-py2.7.egg" } ], "1.0.1": [], "1.0.2": [ { "comment_text": "", "digests": { "md5": "291756ee4064a0ba5a134277372b2660", "sha256": "ef09f5d6b25890b8029753690dd5e8829f050345b62ab86e1dba07d99b6ed9cf" }, "downloads": -1, "filename": "yfinanceapi-1.0.2.tar.gz", "has_sig": false, "md5_digest": "291756ee4064a0ba5a134277372b2660", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10376, "upload_time": "2015-03-10T07:53:23", "url": "https://files.pythonhosted.org/packages/dc/b9/9b3b32ae9f5dff4f8bc5d89acd637814e29d0002cf1a7faeb4f2a3d31a8c/yfinanceapi-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "291756ee4064a0ba5a134277372b2660", "sha256": "ef09f5d6b25890b8029753690dd5e8829f050345b62ab86e1dba07d99b6ed9cf" }, "downloads": -1, "filename": "yfinanceapi-1.0.2.tar.gz", "has_sig": false, "md5_digest": "291756ee4064a0ba5a134277372b2660", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10376, "upload_time": "2015-03-10T07:53:23", "url": "https://files.pythonhosted.org/packages/dc/b9/9b3b32ae9f5dff4f8bc5d89acd637814e29d0002cf1a7faeb4f2a3d31a8c/yfinanceapi-1.0.2.tar.gz" } ] }