nseazy


Namenseazy JSON
Version 0.0.1b5 PyPI version JSON
download
home_pagehttps://github.com/DrChandrakant/NSEazy
SummaryUtilities for the NSE India API
upload_time2023-06-19 02:30:10
maintainer
docs_urlNone
authorDr Chandrakant
requires_python
licenseBSD-style
keywords finance candlestick ohlc market investing technical analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NSEazy
NSEazy Is A Python Library To Get Publicly Available Data NSE India and NIFTY Indices

##  Installation
```bash
pip install --upgrade nseazy
```
- NSEazy requires [pandas](https://pypi.org/project/pandas/)

---

## <a name="announcements"></a>**&roarr; [Latest Release Information](https://github.com/DrChandrakant/NSEazy/releases) &loarr;**
#### <a name="announcements"></a> &roarr; **[Older Release Information](https://github.com/DrChandrakant/NSEazy/blob/main/README.md)**


---
## <a name="Unoffical NSE India Api"></a> Unoffical NSE (National Stock Exchange) of India API

This repository, `DrChandrakant/NSEazy`, contains a new **NSE (National Stock Exchange)** API that makes fetching financial nse listed companies easier.  It interfaces nicely with **Pandas** DataFrames.  

*More importantly, **the NSEazy API automatically does the extra work that the user previously had to do "manually" with the other API.*** .

The conventional way to import the new API is as follows:

```python
    import nseazy as nse
```

The most common usage is then to call

```python
    nse.help('show_data')
```
where the `help` method and `show_data` function for which the user seeks help.

```python
    data_required = {'Info' : True } # LTP : True By Default
```

```python
    nse.show_data('L&T',data_required)
```

Details on how to call the new API can be found below under **[Basic Usage]()**, as well as in the jupyter notebooks in the **[examples]()** folder.

I am very interested to hear from you regarding what you think of the new NSE API `nseazy`, plus any suggestions you may have for improvement.  You can reach me at **DrChandrakant.github@gmail.com**  or, if you prefer, provide feedback or a ask question on our **[issues page.](https://github.com/DrChandrakant/NSEazy/issues/new/choose)**

---

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DrChandrakant/NSEazy",
    "name": "nseazy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "DrChandrakant.github@gmail.com",
    "keywords": "finance,candlestick,ohlc,market,investing,technical analysis",
    "author": "Dr Chandrakant",
    "author_email": "nseazy-users@python.org",
    "download_url": "https://files.pythonhosted.org/packages/af/33/fc7874a2fa7ce39bb01443f3cb62bf7f82c3b35ba8aa11288fe21e778755/nseazy-0.0.1b5.tar.gz",
    "platform": "Cross platform (Linux",
    "description": "# NSEazy\nNSEazy Is A Python Library To Get Publicly Available Data NSE India and NIFTY Indices\n\n##  Installation\n```bash\npip install --upgrade nseazy\n```\n- NSEazy requires [pandas](https://pypi.org/project/pandas/)\n\n---\n\n## <a name=\"announcements\"></a>**&roarr; [Latest Release Information](https://github.com/DrChandrakant/NSEazy/releases) &loarr;**\n#### <a name=\"announcements\"></a> &roarr; **[Older Release Information](https://github.com/DrChandrakant/NSEazy/blob/main/README.md)**\n\n\n---\n## <a name=\"Unoffical NSE India Api\"></a> Unoffical NSE (National Stock Exchange) of India API\n\nThis repository, `DrChandrakant/NSEazy`, contains a new **NSE (National Stock Exchange)** API that makes fetching financial nse listed companies easier.  It interfaces nicely with **Pandas** DataFrames.  \n\n*More importantly, **the NSEazy API automatically does the extra work that the user previously had to do \"manually\" with the other API.*** .\n\nThe conventional way to import the new API is as follows:\n\n```python\n    import nseazy as nse\n```\n\nThe most common usage is then to call\n\n```python\n    nse.help('show_data')\n```\nwhere the `help` method and `show_data` function for which the user seeks help.\n\n```python\n    data_required = {'Info' : True } # LTP : True By Default\n```\n\n```python\n    nse.show_data('L&T',data_required)\n```\n\nDetails on how to call the new API can be found below under **[Basic Usage]()**, as well as in the jupyter notebooks in the **[examples]()** folder.\n\nI am very interested to hear from you regarding what you think of the new NSE API `nseazy`, plus any suggestions you may have for improvement.  You can reach me at **DrChandrakant.github@gmail.com**  or, if you prefer, provide feedback or a ask question on our **[issues page.](https://github.com/DrChandrakant/NSEazy/issues/new/choose)**\n\n---\n",
    "bugtrack_url": null,
    "license": "BSD-style",
    "summary": "Utilities for the NSE India API",
    "version": "0.0.1b5",
    "project_urls": {
        "Homepage": "https://github.com/DrChandrakant/NSEazy"
    },
    "split_keywords": [
        "finance",
        "candlestick",
        "ohlc",
        "market",
        "investing",
        "technical analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afddd6ee2402b0878d723b2b6f8f9550cd59740f358c68257e3777313433de9e",
                "md5": "8043eb4efaf8416ed197589925cd8a03",
                "sha256": "cad45641f45d847d2117324945b2217de854984c292372a57e8e97ea5cbf30f7"
            },
            "downloads": -1,
            "filename": "nseazy-0.0.1b5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8043eb4efaf8416ed197589925cd8a03",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9055,
            "upload_time": "2023-06-19T02:30:09",
            "upload_time_iso_8601": "2023-06-19T02:30:09.322416Z",
            "url": "https://files.pythonhosted.org/packages/af/dd/d6ee2402b0878d723b2b6f8f9550cd59740f358c68257e3777313433de9e/nseazy-0.0.1b5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af33fc7874a2fa7ce39bb01443f3cb62bf7f82c3b35ba8aa11288fe21e778755",
                "md5": "8b51d6eb68ec77cda43762634fa5313c",
                "sha256": "f76006d18c98027acd6c356d9068db50d03e8bd8df1fd881ce78627ac39a5a7a"
            },
            "downloads": -1,
            "filename": "nseazy-0.0.1b5.tar.gz",
            "has_sig": false,
            "md5_digest": "8b51d6eb68ec77cda43762634fa5313c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8882,
            "upload_time": "2023-06-19T02:30:10",
            "upload_time_iso_8601": "2023-06-19T02:30:10.916997Z",
            "url": "https://files.pythonhosted.org/packages/af/33/fc7874a2fa7ce39bb01443f3cb62bf7f82c3b35ba8aa11288fe21e778755/nseazy-0.0.1b5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-19 02:30:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DrChandrakant",
    "github_project": "NSEazy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nseazy"
}
        
Elapsed time: 0.09731s