{ "info": { "author": "Michael Tran", "author_email": "example@example.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Office/Business :: Financial", "Topic :: Office/Business :: Financial :: Investment", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Yahoo Finance Data for Python\n=============================\n\n[![Build Status](https://travis-ci.com/mqtran01/python-yahoofinance.svg?branch=master)](https://travis-ci.com/mqtran01/python-yahoofinance)\n\n[![Documentation Status](https://readthedocs.org/projects/python-yahoofinance/badge/?version=latest)](https://python-yahoofinance.readthedocs.io/en/latest/?badge=latest)\n\nPython module to get data readily available from Yahoo Finance. The data is retrieved directly from the website with no data changes.\n\n**Warning: This package is undergoing development and implementation and interfaces may change drastically without notice.**\n\n**Note: There is no guarantee that the data provided in this library is correct. Use at your own risk.**\n\nInstallation\n------------\n\nYou can install the library using:\n``` {.sourceCode .bash}\npip install yahoofinance\n```\n\nNote: There are a few packages with a similar name, make sure you type the right package name - **yahoofinance**\n\nUsage\n-----\n\nTo export the Profile data to CSV, it is simple!\n\nIf we are looking to export [Apple's Asset Profile](https://finance.yahoo.com/quote/AAPL/profile) we can do the following:\n``` {.sourceCode .python}\n>>> import yahoofinance as yf\n>>> profile = yf.AssetProfile('AAPL')\n>>> profile.to_csv('AAPL-profile.csv')\n```\nYou can now find the profile information in a CSV file called `AAPL-profile.csv`.\n\nNext steps include exporting other to a Pandas Dataframe, which would be the main reason why this project exists!\n\nOptional Usage\n-------------\nWe can add in a locale to choose a specific region to query from. For example, from Australia, we can query from the Australian Yahoo Finance website to get *marginally* faster query times. Using the Asset Profile example previously:\n\n``` {.sourceCode .python}\n>>> import yahoofinance as yf\n>>> profile = yd.AssetProfile('AAPL', locale=Locale.AU)\n>>> profile.to_csv('AAPL-profile.csv')\n```\n\nCurrent locales include:\n- `Locale.AU` (Australia)\n- `Locale.CA` (Canada)\n- `Locale.US` (United States)\n\n\nExample Use Case\n----------------\nYou can find an example use case in the following Google Colab notebook: https://colab.research.google.com/drive/1n5L2NVkRZuYUi_RaC54JsJN79Dq5wnEb\n\n\n\nDocumentation\n-------------\nYou can find the documentation here: https://python-yahoofinance.readthedocs.io\n\n\nFAQs\n----\n1. **Why did you make this?** I felt that financial data information is often restricted.\n\n2. **Can you make custom data manipulation filters to make the data more tailored to my use?** I do not intend to. My ethos is to enable financial data users to retrieve the data and use it their own way. I do not want to steal the data provided and make my own flavour.\n\n3. **What happens when their website data changes and/or this project breaks?** Let me know with a feature request and I'll do my best to fix it. Or even better, fork and make a pull request!\n\n4. **I want to contribute to this amazing project!** Fork and make a pull request!\n\n5. **I like you, I want to support you financially.** I don't have a support link yet (because this project just started), but if enough people are interested, I'll set one up someday.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mqtran01/python-yahoo-finance", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "yahoofinance", "package_url": "https://pypi.org/project/yahoofinance/", "platform": "", "project_url": "https://pypi.org/project/yahoofinance/", "project_urls": { "Homepage": "https://github.com/mqtran01/python-yahoo-finance" }, "release_url": "https://pypi.org/project/yahoofinance/0.0.2/", "requires_dist": [ "pandas (>=0.23.4)", "beautifulsoup4 (>=4.6.3)", "requests (>=2.20.1)" ], "requires_python": "", "summary": "A library to retrieve data from Yahoo Finance", "version": "0.0.2" }, "last_serial": 4702455, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6c48d287fcb15aa8d08d9a666d6d5323", "sha256": "146e36ae64f8b3240d4801830b01fde571356d9eaa64e13ac30f722d36ca47ea" }, "downloads": -1, "filename": "yahoofinance-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6c48d287fcb15aa8d08d9a666d6d5323", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13189, "upload_time": "2018-11-21T11:13:44", "url": "https://files.pythonhosted.org/packages/76/21/bf842515ece108a16e01f1fa9bae56098805c190a178f0890aeb237a6af7/yahoofinance-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3e323a21333f6978f26072926bf3d67a", "sha256": "c3c081477dce3d6a07b37b47a7bc41024d74591286f144e01b240ac1774f9f20" }, "downloads": -1, "filename": "yahoofinance-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3e323a21333f6978f26072926bf3d67a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10267, "upload_time": "2018-11-21T11:13:47", "url": "https://files.pythonhosted.org/packages/5c/32/edb5f49dc6af5f0c0cb6f3ab9d8b8c3a11b496387ac4dc7b89ba97c3c97f/yahoofinance-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "b73e0f4a06a0bf22b2299038706d886d", "sha256": "dd783dee582c13e85ecab54fcb8302c5180a3573502318c0e52bb8817dfb85ed" }, "downloads": -1, "filename": "yahoofinance-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "b73e0f4a06a0bf22b2299038706d886d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18776, "upload_time": "2019-01-16T09:47:56", "url": "https://files.pythonhosted.org/packages/b2/7b/a669ed5e629a665a81f1c456b4d8bb45929913a4ddb34ec2c2eef10f9a37/yahoofinance-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "91d817a9a113065546b75ede6a52926e", "sha256": "abeac2cf8c59bb887863825350941b0dcba85172010f4e2e7e8ef71738f73d6f" }, "downloads": -1, "filename": "yahoofinance-0.0.2.tar.gz", "has_sig": false, "md5_digest": "91d817a9a113065546b75ede6a52926e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12649, "upload_time": "2019-01-16T09:47:58", "url": "https://files.pythonhosted.org/packages/ee/b2/e0b39708b8f3321806cd2e4a74a93302734be891f0767fb23fd9de3dab65/yahoofinance-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b73e0f4a06a0bf22b2299038706d886d", "sha256": "dd783dee582c13e85ecab54fcb8302c5180a3573502318c0e52bb8817dfb85ed" }, "downloads": -1, "filename": "yahoofinance-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "b73e0f4a06a0bf22b2299038706d886d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18776, "upload_time": "2019-01-16T09:47:56", "url": "https://files.pythonhosted.org/packages/b2/7b/a669ed5e629a665a81f1c456b4d8bb45929913a4ddb34ec2c2eef10f9a37/yahoofinance-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "91d817a9a113065546b75ede6a52926e", "sha256": "abeac2cf8c59bb887863825350941b0dcba85172010f4e2e7e8ef71738f73d6f" }, "downloads": -1, "filename": "yahoofinance-0.0.2.tar.gz", "has_sig": false, "md5_digest": "91d817a9a113065546b75ede6a52926e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12649, "upload_time": "2019-01-16T09:47:58", "url": "https://files.pythonhosted.org/packages/ee/b2/e0b39708b8f3321806cd2e4a74a93302734be891f0767fb23fd9de3dab65/yahoofinance-0.0.2.tar.gz" } ] }