{ "info": { "author": "Corey Goldberg", "author_email": "cgoldberg _at_ gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Office/Business :: Financial :: Investment", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "ystockquote\n===========\n\n**Python module - fetch stock quote data from Yahoo Finance**\n\n.. image:: https://travis-ci.org/cgoldberg/ystockquote.svg?branch=master\n :target: https://travis-ci.org/cgoldberg/ystockquote\n\n----\n\n * Created by: Corey Goldberg (2007,2008,2013, 2016)\n * License: GNU LGPLv2+\n * `Dev Home `_\n * `PyPI `_\n\n----\n\n~~~~~~~~~~~~\nRequirements\n~~~~~~~~~~~~\n\n Python 2.7 or Python 3.3+\n\n~~~~~~~\nInstall\n~~~~~~~\n\n`ytockquote` can be installed from `PyPI `_ with `pip `_::\n\n $ pip install ystockquote\n\nYou can also clone the development repo to install (requires `git `_)::\n\n $ git clone git://github.com/cgoldberg/ystockquote.git\n $ cd ystockquote\n $ python setup.py install\n\nTo run unit tests::\n\n $ tox\n\n~~~~~~~~~~~~~\nExample Usage\n~~~~~~~~~~~~~\n\n.. code:: python\n\n >>> import ystockquote\n >>> print(ystockquote.get_price_book('GOOGL'))\n '51.18'\n >>> print(ystockquote.get_bid_realtime('GOOGL'))\n '904.77'\n >>>\n\n.. code:: python\n\n >>> import ystockquote\n >>> from pprint import pprint\n >>> pprint(ystockquote.get_historical_prices('GOOGL', '2013-01-03', '2013-01-08'))\n {'2013-01-03': {'Adj Close': '723.67',\n 'Close': '723.67',\n 'High': '731.93',\n 'Low': '720.72',\n 'Open': '724.93',\n 'Volume': '2318200'},\n '2013-01-04': {'Adj Close': '737.97',\n 'Close': '737.97',\n 'High': '741.47',\n 'Low': '727.68',\n 'Open': '729.34',\n 'Volume': '2763500'},\n '2013-01-07': {'Adj Close': '734.75',\n 'Close': '734.75',\n 'High': '739.38',\n 'Low': '730.58',\n 'Open': '735.45',\n 'Volume': '1655700'},\n '2013-01-08': {'Adj Close': '733.30',\n 'Close': '733.30',\n 'High': '736.30',\n 'Low': '724.43',\n 'Open': '735.54',\n 'Volume': '1676100'}}\n >>>", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/ystockquote", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cgoldberg/ystockquote", "keywords": "stocks,stockmarket,market,finance,yahoo,quotes", "license": "GNU LGPLv2+", "maintainer": null, "maintainer_email": null, "name": "ystockquote", "package_url": "https://pypi.org/project/ystockquote/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ystockquote/", "project_urls": { "Download": "http://pypi.python.org/pypi/ystockquote", "Homepage": "https://github.com/cgoldberg/ystockquote" }, "release_url": "https://pypi.org/project/ystockquote/0.2.5/", "requires_dist": null, "requires_python": null, "summary": "retrieve stock quote data from Yahoo Finance", "version": "0.2.5" }, "last_serial": 2681124, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "04d485a665719a03e72ee086bb235b32", "sha256": "4030e62ebb89296f7794683ab6369c20cfc7964c6b255fe660bc7d5903d7fe36" }, "downloads": -1, "filename": "ystockquote-0.2.0.tar.gz", "has_sig": false, "md5_digest": "04d485a665719a03e72ee086bb235b32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3809, "upload_time": "2013-03-26T00:48:33", "url": "https://files.pythonhosted.org/packages/88/5b/c4a8bc18d8e215ea6f8ef63cd34b9dceb59bbf2ef08f990f8675fb42f457/ystockquote-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "96202960fd425d592f121af1454280d5", "sha256": "5608de55671cf09972d27e49a696b1d5390ee2d5d611fcf8424006e90ea7e8e7" }, "downloads": -1, "filename": "ystockquote-0.2.1.tar.gz", "has_sig": false, "md5_digest": "96202960fd425d592f121af1454280d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3805, "upload_time": "2013-03-26T00:52:03", "url": "https://files.pythonhosted.org/packages/b9/fa/7bd913a23cc9f6a664156272e2072f7d2cd8fa710820795910fd684935a7/ystockquote-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "3ee8b6b5cff7eb52e56c4e833bd929e6", "sha256": "ae33402a94552177fa6fff090337ebcb33dc457e0aa71c05a89eb5c5c58953cc" }, "downloads": -1, "filename": "ystockquote-0.2.2.tar.gz", "has_sig": false, "md5_digest": "3ee8b6b5cff7eb52e56c4e833bd929e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3862, "upload_time": "2013-03-26T12:48:03", "url": "https://files.pythonhosted.org/packages/fa/6a/267dc227ecd676bc62c4e3aafa44a2993acffb6c68ffb51d36e85b07ee0c/ystockquote-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "bb2f987f0ae0750e160a207fa2196c0f", "sha256": "164a7f37fe27ee30c8d5966f52bde675c595784a5664e6f3637d77e31eca44ad" }, "downloads": -1, "filename": "ystockquote-0.2.3.tar.gz", "has_sig": false, "md5_digest": "bb2f987f0ae0750e160a207fa2196c0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4000, "upload_time": "2013-06-02T18:37:38", "url": "https://files.pythonhosted.org/packages/c7/23/a451df41dffb19c3a3dea9493e9a69be167ba9b970644b30a61b72f422ea/ystockquote-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "fc0d7c3d25eedf373761d9366c789b00", "sha256": "5d0f65bc8cb1d5c9198deae098ee7641d8a9e2203379422c07fce5900be7d8da" }, "downloads": -1, "filename": "ystockquote-0.2.4.tar.gz", "has_sig": false, "md5_digest": "fc0d7c3d25eedf373761d9366c789b00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4225, "upload_time": "2013-08-22T12:53:07", "url": "https://files.pythonhosted.org/packages/71/24/c5da5c4d5416ad98363a627128aadee3a24cbf2e20c7d5b1b1c881d83a8b/ystockquote-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "a65dad92b3f512890805d5552190ec43", "sha256": "32533ebdadcc521d589de845256e3dfab603a4ca6889f98e8fe9ed03dbc05146" }, "downloads": -1, "filename": "ystockquote-0.2.5.tar.gz", "has_sig": false, "md5_digest": "a65dad92b3f512890805d5552190ec43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4818, "upload_time": "2017-03-03T19:17:20", "url": "https://files.pythonhosted.org/packages/b1/ad/cf3959065e5d6db9d970a5c7234a358761d6d15ad83c5e81bf7ca0247fd4/ystockquote-0.2.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a65dad92b3f512890805d5552190ec43", "sha256": "32533ebdadcc521d589de845256e3dfab603a4ca6889f98e8fe9ed03dbc05146" }, "downloads": -1, "filename": "ystockquote-0.2.5.tar.gz", "has_sig": false, "md5_digest": "a65dad92b3f512890805d5552190ec43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4818, "upload_time": "2017-03-03T19:17:20", "url": "https://files.pythonhosted.org/packages/b1/ad/cf3959065e5d6db9d970a5c7234a358761d6d15ad83c5e81bf7ca0247fd4/ystockquote-0.2.5.tar.gz" } ] }