Skip to main content

Utilities for the NSE India API

Project description

NSEazy

NSEazy Is A Python Library To Get Publicly Available Data NSE India and NIFTY Indices

Installation

pip install --upgrade nseazy

Latest Release Information

Older Release Information


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:

    import nseazy as nse

The most common usage is then to call

    nse.help('show_data')

where the help method and show_data function for which the user seeks help.

    data_required = {'Info' : True } # LTP : True By Default
    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.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nseazy-0.0.1b5.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

nseazy-0.0.1b5-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page