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
- NSEazy requires pandas
⇾ 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nseazy-0.0.1b5.tar.gz.
File metadata
- Download URL: nseazy-0.0.1b5.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f76006d18c98027acd6c356d9068db50d03e8bd8df1fd881ce78627ac39a5a7a
|
|
| MD5 |
8b51d6eb68ec77cda43762634fa5313c
|
|
| BLAKE2b-256 |
af33fc7874a2fa7ce39bb01443f3cb62bf7f82c3b35ba8aa11288fe21e778755
|
File details
Details for the file nseazy-0.0.1b5-py3-none-any.whl.
File metadata
- Download URL: nseazy-0.0.1b5-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cad45641f45d847d2117324945b2217de854984c292372a57e8e97ea5cbf30f7
|
|
| MD5 |
8043eb4efaf8416ed197589925cd8a03
|
|
| BLAKE2b-256 |
afddd6ee2402b0878d723b2b6f8f9550cd59740f358c68257e3777313433de9e
|