nsetools


Namensetools JSON
Version 1.0.11 PyPI version JSON
download
home_pagehttp://vsjha18.github.com/nsetools
SummaryPython library for extracting realtime data from National Stock Exchange
upload_time2020-02-10 15:31:08
maintainer
docs_urlNone
authorVivek Jha
requires_python
licenseMIT
keywords nse quote market
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Project Page
=================
http://nsetools.readthedocs.io

nsetools
=================
Python library for extracting realtime data from National Stock Exchange (India)

Introduction.
=================
nsetools is a library for collecting real time data from National Stock Exchange (India). It can be used in various types of projects which requires getting live quotes for a given stock or index or build large data sets for further data analytics. You can also build cli applications which can provide you live market details at a blazing fast speeds, much faster that the browsers. The accuracy of data is only as correct as provided on www.nseindia.com.

Main Features:
==================

    * Getting live quotes for stocks using stock codes.
    * Return data in both json and python dict and list formats.
    * Getting quotes for all the indices traded in NSE, e.g CNX NIFTY, BANKNIFTY
    * etc.
    * Getting list of top losers.
    * Getting list of top gainers.
    * Helper APIs to check whether a given stock code or index code is correct.
    * Getting list of all indices and stocks.
    * Cent percent unittest coverage.

Dependencies
===================
To keep it simple and supported on most of the platforms, it uses only core python libraries, hence there are no external dependencies. It can be used out of box and absolutely not set up is required except an internet connection.

Detailed Documenation
========================
For complete documenation, please refer http://nsetools.readthedocs.io



            

Raw data

            {
    "_id": null,
    "home_page": "http://vsjha18.github.com/nsetools",
    "name": "nsetools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "nse quote market",
    "author": "Vivek Jha",
    "author_email": "vsjha18@gmail.com",
    "download_url": "",
    "platform": "",
    "description": "\nProject Page\n=================\nhttp://nsetools.readthedocs.io\n\nnsetools\n=================\nPython library for extracting realtime data from National Stock Exchange (India)\n\nIntroduction.\n=================\nnsetools is a library for collecting real time data from National Stock Exchange (India). It can be used in various types of projects which requires getting live quotes for a given stock or index or build large data sets for further data analytics. You can also build cli applications which can provide you live market details at a blazing fast speeds, much faster that the browsers. The accuracy of data is only as correct as provided on www.nseindia.com.\n\nMain Features:\n==================\n\n    * Getting live quotes for stocks using stock codes.\n    * Return data in both json and python dict and list formats.\n    * Getting quotes for all the indices traded in NSE, e.g CNX NIFTY, BANKNIFTY\n    * etc.\n    * Getting list of top losers.\n    * Getting list of top gainers.\n    * Helper APIs to check whether a given stock code or index code is correct.\n    * Getting list of all indices and stocks.\n    * Cent percent unittest coverage.\n\nDependencies\n===================\nTo keep it simple and supported on most of the platforms, it uses only core python libraries, hence there are no external dependencies. It can be used out of box and absolutely not set up is required except an internet connection.\n\nDetailed Documenation\n========================\nFor complete documenation, please refer http://nsetools.readthedocs.io\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python library for extracting realtime data from National Stock Exchange",
    "version": "1.0.11",
    "project_urls": {
        "Homepage": "http://vsjha18.github.com/nsetools"
    },
    "split_keywords": [
        "nse",
        "quote",
        "market"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5b36aac4226a927d5f23f154c06de7c100361e9fa07e932cd76aaa8c45a2af4",
                "md5": "cea1a2d2d378dedbd8cf9b87b84ae696",
                "sha256": "45499a8bb0237b97fa942d16c9fa1b53825f0c606ce3fb04b74d77f7f42623fb"
            },
            "downloads": -1,
            "filename": "nsetools-1.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cea1a2d2d378dedbd8cf9b87b84ae696",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9607,
            "upload_time": "2020-02-10T15:31:08",
            "upload_time_iso_8601": "2020-02-10T15:31:08.735538Z",
            "url": "https://files.pythonhosted.org/packages/f5/b3/6aac4226a927d5f23f154c06de7c100361e9fa07e932cd76aaa8c45a2af4/nsetools-1.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-02-10 15:31:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nsetools"
}
        
Elapsed time: 0.17461s