{ "info": { "author": "Rafael Lopes Conde dos Reis", "author_email": "rafael.lcreis@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\nRealtime Stock\n===============================\n\n\n.. image:: https://badge.fury.io/py/realtime-stock.svg\n :target: https://pypi.python.org/pypi/realtime-stock\n\n.. image:: https://img.shields.io/travis/condereis/realtime-stock.svg\n :target: https://travis-ci.org/condereis/realtime-stock\n\n.. image:: https://readthedocs.org/projects/realtime-stock/badge/?version=latest\n :target: https://realtime-stock.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://pyup.io/repos/github/condereis/realtime-stock/shield.svg\n :target: https://pyup.io/repos/github/condereis/realtime-stock/\n :alt: Updates\n\n\nRealtime Stock is a Python package to gather realtime stock quotes from Yahoo Finance. The package enables you to handle single stocks or portfolios, optimizing the nunber of requests necessary to gather quotes for a large number of stocks.\n\n\n* Documentation: https://realtime-stock.readthedocs.io.\n* Free software: MIT license\n\n\nFeatures\n--------\n\n**Stock class**\n\n* Method to get stock's latest price.\n* Method to get all stock's information provided by Yahoo Finance.\n* Method get stock's daily historical information.\n* Method download stock's historical data from Yahoo Finance.\n\n**Utility functions**\n\n* Function to request recent quotes about a list of tickers.\n* Function to get stock's daily historical information.\n* Function to download historical data about a list of tickers.\n\n\nInstallation\n------------\nTo install Realtime Stock, run this command in your terminal:\n\n.. code:: bash\n\n $ pip install realtime-stock\n\nCheck `here `_ for further information on installation.\n\n\nBasic Usage\n-----------\n\nFor single stocks:\n\n.. code:: python\n\n\t>>> from rtstock.stock import Stock\n\t>>> stock = Stock('AAPL')\n\t>>> stock.get_latest_price()\n\t{\n\t 'LastTradePriceOnly': '95.89',\n\t 'LastTradeTime': '4:00pm'\n\t}\n\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n\n=======\nHistory\n=======\n\n1.0.0 (2016-07-27)\n------------------\n\n* First release on PyPI.\n* Stock class implemented.\n* Function to request recent quotes about a list of tickers.\n* Function to get stock's daily historical information.\n* Function to download historical data about a list of tickers..", "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/condereis/realtime-stock", "keywords": "rtstock", "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "realtime-stock", "package_url": "https://pypi.org/project/realtime-stock/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/realtime-stock/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/condereis/realtime-stock" }, "release_url": "https://pypi.org/project/realtime-stock/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "A python package to gather realtime stock quotes from Yahoo Finance. The package enables you to handle single stocks or portfolios, optimizing the nunber of requests necessary to gather quotes for a large number of stocks.", "version": "1.0.0" }, "last_serial": 2248168, "releases": { "0.1.0": [], "1.0.0": [ { "comment_text": "", "digests": { "md5": "d554856f134e7ac8259c571ec3ab440b", "sha256": "235f3978b89311ce2523b98c9d53acd3fbea6067603620bcfe1d2cbb9591a8cf" }, "downloads": -1, "filename": "realtime-stock-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d554856f134e7ac8259c571ec3ab440b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26668, "upload_time": "2016-07-28T03:01:19", "url": "https://files.pythonhosted.org/packages/95/a1/c80c9d783b2833c1e085dc5a9d34d255449e4b73d7e172fc5068539f8a56/realtime-stock-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d554856f134e7ac8259c571ec3ab440b", "sha256": "235f3978b89311ce2523b98c9d53acd3fbea6067603620bcfe1d2cbb9591a8cf" }, "downloads": -1, "filename": "realtime-stock-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d554856f134e7ac8259c571ec3ab440b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26668, "upload_time": "2016-07-28T03:01:19", "url": "https://files.pythonhosted.org/packages/95/a1/c80c9d783b2833c1e085dc5a9d34d255449e4b73d7e172fc5068539f8a56/realtime-stock-1.0.0.tar.gz" } ] }