Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Howto get volume data from nsetools #131

Open
Blessvskp opened this issue Sep 6, 2021 · 0 comments
Open

Howto get volume data from nsetools #131

Blessvskp opened this issue Sep 6, 2021 · 0 comments

Comments

@Blessvskp
Copy link

Blessvskp commented Sep 6, 2021

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

 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant