{ "info": { "author": "Aditya Kedia", "author_email": "kedia.aditya@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "nsequoter Documentation\n\n=======================\n\n\n\n:Author: Aditya Keida\n\n:Version: 1.0.0\n\n:Date: 7th Jul, 2016\n\n:License: MIT\n\n\n\n.. contents::\n\n\n\n\n\n \n\n\n\nMotivation\n\n----------\n\n\n\nPython is fast becoming the programing language of choice for Quants \n\nand Data Analysts, and an easy way to fetch data from the most \n\nimportant sources is needed. The power and popularity of Python reside \n\nin the ability to reuse code on through over 40000 libraries and modules. \n\nThat said, getting quotes from the National Stock Exchange of India (NSE) \n\nis quite hard in python, and most other languages for that matter.\n\n\n\nnsequoter is a module that aims to make it trivially easy to get these \n\nquotes from the NSE, by simply reading the data off the exchange's website\n\nhttp://www.nseindia.com and importing it into python. The current version \n\nSupports equity and equity futures. equity options and currency derivatives \n\nwill be added in the next version. Indexes will follow after that.\n\n\n\nUsage\n\n-----\n\nThe simplest way to use the library is as follows::\n\n\n\n >>import nsequoter #imports the module and all the functions in it\n\n\n\n >>#to get a float value of the quote for '3M India'\n\n >>nsequoter.get_equity_quote('3MINDIA') #use the listed symbol as argument\n\n\n\n >>#to get a float value of the quote for '3M India' July futures\n\n >>nsequoter.get_futures_quote('3MINDIA', 'JUL') #use symbol and month as argument\n\n\t\n\nNote that the arguments are not case sensitive. However, the symbol/code\n\nshould be as listed. Months can be entered as three letter months (String)\n\nor their calendar number (Jul = 7, Aug = 8, etc.)\n\n\n\nFutures contracts expire on the Thursday of each month. Queries after\n\nthat date will result in an exception.\n", "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/TheAdityaKedia/nsequoter", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "nsequoter", "package_url": "https://pypi.org/project/nsequoter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/nsequoter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/TheAdityaKedia/nsequoter" }, "release_url": "https://pypi.org/project/nsequoter/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Web scraping api for the National Stock Exchange of India. Retrives quotes for equities and equity futures from the NSE website.", "version": "1.0.0" }, "last_serial": 2217259, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b0d194f67462a1a3779c7a7d8b4504e0", "sha256": "5865b1cb91a6a644c8d31e0921e5cef2153c1bf3194bda18709cfd3dc51aa9fb" }, "downloads": -1, "filename": "nsequoter-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b0d194f67462a1a3779c7a7d8b4504e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3359, "upload_time": "2016-07-12T18:40:58", "url": "https://files.pythonhosted.org/packages/e0/75/387dabc2c4373e464a7052c9bdecbd609ac5161e89cfe4358a6e1e4642ed/nsequoter-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b0d194f67462a1a3779c7a7d8b4504e0", "sha256": "5865b1cb91a6a644c8d31e0921e5cef2153c1bf3194bda18709cfd3dc51aa9fb" }, "downloads": -1, "filename": "nsequoter-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b0d194f67462a1a3779c7a7d8b4504e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3359, "upload_time": "2016-07-12T18:40:58", "url": "https://files.pythonhosted.org/packages/e0/75/387dabc2c4373e464a7052c9bdecbd609ac5161e89cfe4358a6e1e4642ed/nsequoter-1.0.0.tar.gz" } ] }