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
For downloading the NSE Daily Bhav Copy (Day end data) in python use below code, by either providing a date for a single day, or a date range for multiple days.
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)
For downloading the BSE Daily Bhav Copy (Day end data) in python use below code.
from nse_daily import BSEDaily
bd = BSEDaily()
res = bse.download_by_date('20220113')
res2 = bse.download_by_date_range(date_start='20220101',date_end='20220129',num_workers=5)
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.3.tar.gz
(5.8 kB
view details)
File details
Details for the file get_nse_daily-0.3.tar.gz.
File metadata
- Download URL: get_nse_daily-0.3.tar.gz
- Upload date:
- Size: 5.8 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 |
a0277d13689b535f4791c56f9ea7e3371d76568280de4e0ae67e5bd6f01fc5ce
|
|
| MD5 |
b8b4c762f00184502eac4719594eb284
|
|
| BLAKE2b-256 |
c5f126262d68c8ca98da70709a82510ab98035a4c56ff96c8ff4a636b28430b4
|