{ "info": { "author": "Sadik Erisen", "author_email": "fserisen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Office/Business :: Financial" ], "description": "This package includes Stock analysis tools and data extractor by using\nYahoo Finance..\n\nInstallation\n============\n\n- pip install stockAnalysis\n\nYahoo Finance S&P500 Extrator\n=============================\n\n- Method and Params: YahooFinance( Symbol , Range/Duration , interval )\n- Symbol is the stock ticker symbol, e.g. 'AAPL' for Apple or 'GOOG'\n for Google.\n- range/duration is the desired range of the query, allowed parameters\n are [1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max].\n- interval is the desired interval of the quote, e.g. every 5 minutes,\n allowed parameters are [1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d,\n 1wk, 1mo, 3m].\n\nUSAGE\n=====\n\n.. code:: python\n\n '''Create an instance of yahoo finance class and pass the parameters as string '''\n yf = YahooFinance('AAPL', '6mo', '1d')\n\n '''Gets all the prices within given time frame'''\n get_quotes = yf.CompanyQuotes()\n\n '''Populates the output data as a json file '''\n write_data = yf.writeOutput()\n\n '''Reads from the output file. Takes only two parameter Path and Data Series \n Parameter string should be [High, Low, Open , Close] '''\n r_data = yf.readOutput('output.json', 'close')\n\n '''SMA and EMA methods takes two parameters first param is Data and second is the time frame. '''\n get_sma = yf.sma(r_data, 14)\n get_ema = yf.ema(r_data, 14)\n '''RSI method takes two parameters first param is Data and second is the time frame. '''\n get_rsi = yf.RSI(r_data, 14)\n '''MACD method takes three parameters first param is Data, second is the slows and third one is the fast'''\n get_macd = yf.macd(r_data, 25, 14)\n\nCONTACT\n=======\n\nThe package is created by Sadik Erisen. Please send email to fserisen@gmail.com if you have questions or comments.\n\nLICENCE\n=======\n\nMIT", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/francose/stockAnalysis/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/francose/stockAnalysis", "keywords": "stocks,finance,market,S&P500,yahoo", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "stockAnalysis", "package_url": "https://pypi.org/project/stockAnalysis/", "platform": "", "project_url": "https://pypi.org/project/stockAnalysis/", "project_urls": { "Download": "https://github.com/francose/stockAnalysis/archive/master.zip", "Homepage": "https://github.com/francose/stockAnalysis" }, "release_url": "https://pypi.org/project/stockAnalysis/1.4.1/", "requires_dist": null, "requires_python": "", "summary": "", "version": "1.4.1" }, "last_serial": 5465818, "releases": { "1.4.1": [ { "comment_text": "", "digests": { "md5": "ce2c8e27b94a2b7abccf99de4c1f84fb", "sha256": "aece7fd5dd2e3b9e0e83d7e4bf7195ecf363244fe61978143c526b9cd6368789" }, "downloads": -1, "filename": "stockAnalysis-1.4.1.tar.gz", "has_sig": false, "md5_digest": "ce2c8e27b94a2b7abccf99de4c1f84fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6853, "upload_time": "2019-06-29T16:31:39", "url": "https://files.pythonhosted.org/packages/18/24/38865aa82d6f75e1dfd54d61cae58afc1b6eda2a18eb90e418702ae758c0/stockAnalysis-1.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ce2c8e27b94a2b7abccf99de4c1f84fb", "sha256": "aece7fd5dd2e3b9e0e83d7e4bf7195ecf363244fe61978143c526b9cd6368789" }, "downloads": -1, "filename": "stockAnalysis-1.4.1.tar.gz", "has_sig": false, "md5_digest": "ce2c8e27b94a2b7abccf99de4c1f84fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6853, "upload_time": "2019-06-29T16:31:39", "url": "https://files.pythonhosted.org/packages/18/24/38865aa82d6f75e1dfd54d61cae58afc1b6eda2a18eb90e418702ae758c0/stockAnalysis-1.4.1.tar.gz" } ] }