You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since he did not give discription, the issue was closed. I h two issues with the nsetools.
(1) Issue about volume data: For example using
In[1]: nse.get_quote('Infy')
the detailed information is obtained that do not contain specifically volume data for that time particularly.
However using
In[2]:nse.get_quote('pncinfra') ['totalSellQuantity']
Out[2]:225061.0
it gives the quantity traded during the day up to that time. But how to get sell or buy volume per minute or total volume at the time of scan or giving the above command?
(2) Issue about parameters in
nse.get_quote('pncinfra') ['totalSellQuantity']
To get data of more than one parameter, for example ['open'], ['totalSellQuantity'] and ['totalBuyQuantity'] in a single command, what is the way out or code? i.e how to get data of multiple parameters in a single command? That will reduce the code.
The text was updated successfully, but these errors were encountered:
rathee commented on Jan 20, 2018 about volume.
Since he did not give discription, the issue was closed. I h two issues with the nsetools.
(1) Issue about volume data: For example using
In[1]: nse.get_quote('Infy')
the detailed information is obtained that do not contain specifically volume data for that time particularly.
However using
In[2]:nse.get_quote('pncinfra') ['totalSellQuantity']
Out[2]:225061.0
it gives the quantity traded during the day up to that time. But how to get sell or buy volume per minute or total volume at the time of scan or giving the above command?
(2) Issue about parameters in
To get data of more than one parameter, for example ['open'], ['totalSellQuantity'] and ['totalBuyQuantity'] in a single command, what is the way out or code? i.e how to get data of multiple parameters in a single command? That will reduce the code.
The text was updated successfully, but these errors were encountered: