swapniljariwala / nsepy

Python Library to get publicly available data on NSE website ie. stock quotes, historical data, live indices
https://nsepy-xyz.web.app
Other
756 stars 377 forks source link

While checking history shows empty but in NSE site it have values. #202

Open ghost opened 3 years ago

ghost commented 3 years ago

This is the command I used to derive the data.

[root@nse-shares tmp]# nsecli history -S E2E -s 2021-03-01 -e 2021-05-01 Empty DataFrame Columns: [Symbol, Series, Prev Close, Open, High, Low, Last, Close, VWAP, Volume, Turnover, Trades, Deliverable Volume, %Deliverble] Index: [] Saved to: E2E.csv OUTPUT:

[root@nse-shares tmp]# cat E2E.csv Date,Symbol,Series,Prev Close,Open,High,Low,Last,Close,VWAP,Volume,Turnover,Trades,Deliverable Volume,%Deliverble [root@nse-shares tmp]#

For the following companies it is not working:

E2E VCL KALYANIFRG AJOONI AMBANIORG OMFURN AVG HINDCON SMVD BCONCEPTS TECHIN SECURCRED INFOMEDIA SRPL BOHRA VMARCIND GUJRAFFIA MARSHALL SOLEX NSE PULZ SVLL RUSHIL CCHHL SIL HMT MHHL TIL UCL SISHIPPING PASHUPATI ROMIND RELIABLE ALPA JBFIND HILTON CADBURY WANBURY MANAKALUCO ARCHIDPLY CLSEL ISMTLTD HINPOWPLUS NIRMA GDL MUKANDLTD ARCHIDPLY LAKPRE JINDALPHOT CINEVISTA BEARDSELL VARUNSHIP SHRIPISTON BRIGHT ASHIMASYN DANGEE BANKRAJAS SAGARDEEP PAVNAIND IRBINVIT DRCSYSTEMS JETAIRWAYS

BhuvanKanade commented 3 years ago

I am also facing same issue. My observation is the scripts which dont have or mentioned as "-" for delivery volume or percentage delivery having this issues. Those script data are getting dropped. Any fix available or work arround ?

online-irrational-mind commented 2 years ago

Are you facing the issue even after setting series='BE' for these symbols?