{ "info": { "author": "Orlando Diaz", "author_email": "orlandodiaz.dev@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "### Description\nSave ticker symbols from Intrinio's stock screening API.\n\nYou need to have an active subscription to Intrinio's \"US Fundamentals and Stock Prices\"\n\nIntrinio's screener API settings can be found at http://blog.intrinio.com/stock-screener-api-intrinio/\n\n\n### Usage\n\nFill in credentials:\n\n email = 'your.email@gmail.com'\n password = 'your.pass' \n intrinio = Intrinio(username, password)\n\nExample\n # Market-cap greater than 2 billion\n intrinio.url = 'https://api.intrinio.com/securities/search?conditions=marketcap~gt~2000000000&page_size=500'\n\nStart request\n\n symbols = intrinio.get_stocks()\n\nSave for later\n\n intrinio.save(symbols, \"less_than_200m.p\") \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/orlandodiaz/IntrinioPy", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "intrinioPy", "package_url": "https://pypi.org/project/intrinioPy/", "platform": "", "project_url": "https://pypi.org/project/intrinioPy/", "project_urls": { "Homepage": "https://github.com/orlandodiaz/IntrinioPy" }, "release_url": "https://pypi.org/project/intrinioPy/0.1.0/", "requires_dist": [ "requests (>=2.21.0)", "log3 (>=0.1.7)" ], "requires_python": "", "summary": "Intrinio client to fetch stocks from Screener API", "version": "0.1.0" }, "last_serial": 4664138, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ff5de134bb0e083f8e7a011b6e615365", "sha256": "cd7711b98b6bea4b1b1fb7e6529072e5347f81ef5910cf24d2cd8fda995aced9" }, "downloads": -1, "filename": "intrinioPy-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "ff5de134bb0e083f8e7a011b6e615365", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3087, "upload_time": "2019-01-05T19:38:48", "url": "https://files.pythonhosted.org/packages/a2/c1/621fc6eaabfd9e817006d5e50b4c2bebd6efbdb74a1314cc68f96e97101f/intrinioPy-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "146dbc908a505b9383c3c7e82065c10e", "sha256": "008b5abe802526944ae6fc3dabe1ca823190d8d2f15cde2a5eaefb08f66cb042" }, "downloads": -1, "filename": "intrinioPy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "146dbc908a505b9383c3c7e82065c10e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2562, "upload_time": "2019-01-05T19:38:50", "url": "https://files.pythonhosted.org/packages/5f/7e/1f8c4ed09ca671ce024d738d7563640b2621881be4da0a9a1c423cdb3773/intrinioPy-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff5de134bb0e083f8e7a011b6e615365", "sha256": "cd7711b98b6bea4b1b1fb7e6529072e5347f81ef5910cf24d2cd8fda995aced9" }, "downloads": -1, "filename": "intrinioPy-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "ff5de134bb0e083f8e7a011b6e615365", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3087, "upload_time": "2019-01-05T19:38:48", "url": "https://files.pythonhosted.org/packages/a2/c1/621fc6eaabfd9e817006d5e50b4c2bebd6efbdb74a1314cc68f96e97101f/intrinioPy-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "146dbc908a505b9383c3c7e82065c10e", "sha256": "008b5abe802526944ae6fc3dabe1ca823190d8d2f15cde2a5eaefb08f66cb042" }, "downloads": -1, "filename": "intrinioPy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "146dbc908a505b9383c3c7e82065c10e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2562, "upload_time": "2019-01-05T19:38:50", "url": "https://files.pythonhosted.org/packages/5f/7e/1f8c4ed09ca671ce024d738d7563640b2621881be4da0a9a1c423cdb3773/intrinioPy-0.1.0.tar.gz" } ] }