{ "info": { "author": "yvvarun", "author_email": "yvvarun@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2" ], "description": "# stock-quote-cli\n\n> Real time stock data retrieved from yahoo finance.\n\n## Info\n\nSupports all the Exchanges listed on yahoo finance.\n\nYahoo finance provides stock price and details for stocks using a particular Id and extension. For instance, Hdfc Bank Ltd. listed in NSE(National Stock Exchange India) has symbol as HDFCBANK and extension as NS. Similarly, in BSE the symbol is same but the extension is BO. Please check the Usage section for more detailed usage.\n\nYou can get the list of exchanges from the following URL:\n```\nhttps://help.yahoo.com/kb/SLN2311.html\n```\n\n## Install\n```\npip install stock-quote-cli\n```\n## Usage\n```\nstock \n to be provided only if the stock is not listed on NYSE\n```\n\nTo get stock quote of Google listed in NASDAQ, use the following code snippet:\n\n```\nstock GOOGL\n```\n\nTo get stock quote of Biocon listed in Bombay Stock Exchange, use the following code snippet:\n\n```\nstock BIOCON BO\n```\n\nYou can get the list of exchanges from the following URL:\n```\nhttps://help.yahoo.com/kb/SLN2310.html\n```\n\n\n## Data Format\nThe data returned when the promise is resolved will have the following format:\n\n{ \n \"symbol\": \"GOOGL\", \n \"currency\": \"USD\", \n \"currentPrice\": \"1,217.41\", \n \"totalRevenue\": \"123.9B\", \n \"ebitda\": \"38.21B\", \n \"cashPerShare\": \"146.99\", \n \"currentRatio\": \"4.15\", \n \"quickRatio\": \"4.00\", \n \"debtToEquity\": \"2.46\", \n \"revenuePerShare\": \"178.41\", \n \"grossProfits\": \"65.27B\", \n \"grossMargins\": \"57.41%\", \n \"operatingMargins\": \"24.48%\", \n \"profitMargins\": \"13.16%\", \n \"ebitdaMargins\": \"30.84%\" \n}\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yvvarun/stock-quote-cli", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "stock-quote-cli", "package_url": "https://pypi.org/project/stock-quote-cli/", "platform": "", "project_url": "https://pypi.org/project/stock-quote-cli/", "project_urls": { "Homepage": "https://github.com/yvvarun/stock-quote-cli" }, "release_url": "https://pypi.org/project/stock-quote-cli/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "show stock info", "version": "1.0.0" }, "last_serial": 4196006, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "db16af873c6be9ae2babcf69d11dbd77", "sha256": "b4734a624e8b2249b8ca14bef05d5516c897456a598b2750ec5d07e9e8e82bc5" }, "downloads": -1, "filename": "stock_quote_cli-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "db16af873c6be9ae2babcf69d11dbd77", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4925, "upload_time": "2018-08-22T11:41:00", "url": "https://files.pythonhosted.org/packages/47/e2/eefd77356a2ddb5b2c84ef6694e1030ec16bac9da435423eac881d0e933f/stock_quote_cli-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "734ed357ccdedad88d843b421e8702a3", "sha256": "8c4dedd976670bd30cc2a0569f10ba7f51b70967ae2d64677252955051fd5cd5" }, "downloads": -1, "filename": "stock-quote-cli-1.0.0.tar.gz", "has_sig": false, "md5_digest": "734ed357ccdedad88d843b421e8702a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2693, "upload_time": "2018-08-22T11:41:01", "url": "https://files.pythonhosted.org/packages/38/ed/d10fd183fb8ee0d3e45116177abbd8f57f0f08089046fb6b4507f0225845/stock-quote-cli-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db16af873c6be9ae2babcf69d11dbd77", "sha256": "b4734a624e8b2249b8ca14bef05d5516c897456a598b2750ec5d07e9e8e82bc5" }, "downloads": -1, "filename": "stock_quote_cli-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "db16af873c6be9ae2babcf69d11dbd77", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4925, "upload_time": "2018-08-22T11:41:00", "url": "https://files.pythonhosted.org/packages/47/e2/eefd77356a2ddb5b2c84ef6694e1030ec16bac9da435423eac881d0e933f/stock_quote_cli-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "734ed357ccdedad88d843b421e8702a3", "sha256": "8c4dedd976670bd30cc2a0569f10ba7f51b70967ae2d64677252955051fd5cd5" }, "downloads": -1, "filename": "stock-quote-cli-1.0.0.tar.gz", "has_sig": false, "md5_digest": "734ed357ccdedad88d843b421e8702a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2693, "upload_time": "2018-08-22T11:41:01", "url": "https://files.pythonhosted.org/packages/38/ed/d10fd183fb8ee0d3e45116177abbd8f57f0f08089046fb6b4507f0225845/stock-quote-cli-1.0.0.tar.gz" } ] }