pure python library built using requests to get daily day end data from nse india
Project description
get_nse_daily
============
pure python library built using requests to get daily day end data from nse india
Installation
$ pip install get_nse_daily
Usage
Usage in python shown below.
from nse_daily import NSEDaily
nd = NSEDaily()
res= nd.download_by_date('20200904')
res2 = nd.download_by_date_range(date_start='20200907',date_end='20200915',num_workers=3)
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
get_nse_daily-0.2.tar.gz
(4.2 kB
view details)
File details
Details for the file get_nse_daily-0.2.tar.gz.
File metadata
- Download URL: get_nse_daily-0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e996318d1aff648ce4a579932396af9d9a4c1c9777b5e4e34857890ec20ae21
|
|
| MD5 |
ced64b1795c518b5a1961d7f33c73889
|
|
| BLAKE2b-256 |
ef4380946518a51b46a6a2f675712bdb5dbae0b8ade4e5177f395e0aa749176d
|