Metadata-Version: 2.1
Name: nsepython
Version: 0.0.972
Summary: Python library for NSE India APIs
Home-page: https://github.com/aeron7/nsepython
Author: Aeron7
Author-email: dexter@unofficed.com
License: UNKNOWN
Keywords: nseindia,nse,python,sdk,trading,stock markets
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="left">
  <a href="https://aeron7.github.io/nsepython/" target="_blank">
    <img width="300" src="https://github.com/aeron7/nsepython/blob/master/nsepython.png" alt="logo">
  </a>
</p>

#### NSEPython is a Python library to get publicly available data on the current [NSEIndia](nseindia.com)  site by communicating with their REST APIs.

<p align="left">
  <a href="https://aeron7.github.io/nsepython/" target="_blank">
    <img width="200" src="https://github.com/aeron7/nsepython/blob/master/button_read-the-documentation.png" alt="logo">
  </a>
</p>

NSE Historical Data is also available using NSEPython. <br/>
The functions are in beta phase. I will update them shortly. <br/>
But to see all beta functions You can see - [https://forum.unofficed.com/t/nsepython-documentation/376/107](https://forum.unofficed.com/t/nsepython-documentation/376/107)

## Installation

Use the package manager [pip](https://pypi.org/project/nsepython/) to install nsepython.

```bash
pip install nsepython
```
## Documentation

- Fetch All Indices.
- Fetch List of All FNO Stocks.
- Fetch Option Chain Data.
- An Advanced OI Chain Visualizer Function.
- Getting ATM Strikes.
- Stocks and Derivatives API Fetch Live Stock and Derivatives Prices and all detailed data.
- Holiday API
- Event Calendar API
- Results API
- Past Results API

## Contributing
For Discussion and Improving this Code, Join - https://www.unofficed.com/chat/

## License
[MIT](https://choosealicense.com/licenses/mit/)


