{ "info": { "author": "Nathan George", "author_email": "nathancgeorge@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# download_yfinance_data\nDownloads Yahoo Finance data with yfinance in Python.\n\n# Usage\n\nIt's best to customize the list of stocks you want to download. Change the list at the bottom of download_stocks.py. Then run the file: `python download_stocks.py`.\nYou can also download the entire stocklist from NASDAQ, which should take around 15 minutes to download the data, then another few minutes to store in a sqlite db. To download all stocks, you can do:\n\n`ipython`\n\n```python\nimport download_stocks as ds\nds.download_stocklist()\n```\n\n# List of stocks\nRetrieved from here: ftp://ftp.nasdaqtrader.com/symboldirectory\n\n\n# Notes\nCurrently, yfinance is correcting the OHL for dividends by using the same ratio as for the close. I think this is incorrect, and it should be using the dividends to subtract that amount from the days prior to the dividend.\n\n# To do\n- Add other storage mechanisms (arctic db which uses MongoDB, postgresql, etc)\n- Error checking/testing\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/nateGeorge/download_yfinance_data", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "download-yfinance-data", "package_url": "https://pypi.org/project/download-yfinance-data/", "platform": "", "project_url": "https://pypi.org/project/download-yfinance-data/", "project_urls": { "Homepage": "https://github.com/nateGeorge/download_yfinance_data" }, "release_url": "https://pypi.org/project/download-yfinance-data/0.0.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "Downloads and saves Yahoo finance stock data.", "version": "0.0.1" }, "last_serial": 5920310, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8c96482e3aaf4ec2f93e5f22b5b5d1ed", "sha256": "70429f95cc1b8ceb89c2bb9123f1202526543439d6b9799366765698be02e0b0" }, "downloads": -1, "filename": "download_yfinance_data-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8c96482e3aaf4ec2f93e5f22b5b5d1ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2634, "upload_time": "2019-10-02T20:20:38", "url": "https://files.pythonhosted.org/packages/a8/04/4d347d7adb958599fbbb5e0a0f4f061756e921ad3170c03ebf6d1e355235/download_yfinance_data-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eddcdd6fb507ff29895ebf28cab6d913", "sha256": "5c35db00009ce48aabf97b9f79f2f2379a5e170842a9222a8516f03804350480" }, "downloads": -1, "filename": "download-yfinance-data-0.0.1.tar.gz", "has_sig": false, "md5_digest": "eddcdd6fb507ff29895ebf28cab6d913", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1581, "upload_time": "2019-10-02T20:20:40", "url": "https://files.pythonhosted.org/packages/b6/e6/361058890910f65024f9a0b7f9de113ec41277726278e87214efe99e0aae/download-yfinance-data-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c96482e3aaf4ec2f93e5f22b5b5d1ed", "sha256": "70429f95cc1b8ceb89c2bb9123f1202526543439d6b9799366765698be02e0b0" }, "downloads": -1, "filename": "download_yfinance_data-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8c96482e3aaf4ec2f93e5f22b5b5d1ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 2634, "upload_time": "2019-10-02T20:20:38", "url": "https://files.pythonhosted.org/packages/a8/04/4d347d7adb958599fbbb5e0a0f4f061756e921ad3170c03ebf6d1e355235/download_yfinance_data-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eddcdd6fb507ff29895ebf28cab6d913", "sha256": "5c35db00009ce48aabf97b9f79f2f2379a5e170842a9222a8516f03804350480" }, "downloads": -1, "filename": "download-yfinance-data-0.0.1.tar.gz", "has_sig": false, "md5_digest": "eddcdd6fb507ff29895ebf28cab6d913", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 1581, "upload_time": "2019-10-02T20:20:40", "url": "https://files.pythonhosted.org/packages/b6/e6/361058890910f65024f9a0b7f9de113ec41277726278e87214efe99e0aae/download-yfinance-data-0.0.1.tar.gz" } ] }