I'm getting exception like toomanyredirects: exceeded 30 redirects. I have tried with giving 60 redirects it is stucked and not displaying any output. Can you please explain what the is problem? And how to resolve this? Nsepy version: latest
I tried with various tickers and variations but the nsepy either gives too many redirect error or gives that remote disconnected error , if you have any update on how it will work reply would be very much appreciated
Currently, all the NSE libraries are not working for some time period. I hope that it will be resolved soon. However, I am researching on a new substitute and will post it on the channel asap. Subscribe and stay tuned: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
Great work buddy. Hope we have a fix soon for the nsepy and nsetools packages. The data doesnt fetch anymore... pls update your input or any alternate options. regads,
i have question related to adjusting split from the nsepy data ? there is 1/10 split in sbin before 2015 which get reflected on python charts how can i adjust to split?
Hello Ritvik, Is it possible to fetch the list of stock that were part of Nifty200 in any particular year form any of the python libraries? Let's say I need list of NIFTY200 for 2020. ChatGPT failed to provide correct answer to ths problem. I tried to ask specifically about yFinance and nsepy.
sir, I have written code for fetching EOD using nsepy. That the code was working satisfactorily, buy recently I found that the python code suddenly stopped working. Is there any problem with the nsepy package. Kindly help.
Currently, all the NSE libraries are not working for some time period. I hope that it will be resolved soon. However, I am researching on a new substitute and will post it on the channel asap. Subscribe and stay tuned: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
Yes... And because of that all the libraries are not working. I think they will come with an alternative very soon. I am also researching it and will make a video on it asap.
Hi, how can I get data whether market(Indian) is open or closed? I want to make a function were user enters: buy price, target, stop_loss and number of days to achieve the target. for example: (100, 112, 96 and 7 days) Now I want that the program should fetch the LTP from market for 7 trading days and check whether the analysis was hit or miss. How can I achieve this? Else how can I fetch the market only when it is live? Thanks.
Currently, all the NSE libraries are not working for some time period. I hope that it will be resolved soon. However, I am researching on a new substitute and will post it on the channel asap. Subscribe and stay tuned: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
Hi Ritvik, i need nse and bse stock api which consists of every data in one like dividend and face value in one. Is it possible? if yes than can u tell me.
All the libraries are suspended temporarily. I am researching on substitutes and will make a video soon. Stay tuned to the YT channel: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
Hi Ritvik, Is it possible to extract the market cap value of nse data? Since the api data doesn't have market cap value. Can u pls suggest me is there anyother way we can acheive apart from webscraping ? Its bit urgent
Currently, all the NSE libraries are not working for some time period. I hope that it will be resolved soon. However, I am researching on a new substitute and will post it on the channel asap. Subscribe and stay tuned: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
Hi Uma... I have made more videos on extracting information from NSE's new website. Please check them out here: ruclips.net/video/B-pvpn3dgTE/видео.html
Hi Ritvik, Does this API have an upper limit to making requests? I am seeing on internet that users were blocked by NSE website directly for making too many requests per day. I plan to use this API in my code where I am fetching data for 50 stocks and all the sectoral indices with tick size of one minute. I'll do this daily, so is it safe to go ahead and use NSEpy without being blocked by NSE website? Thank You! Good day!
Good one Ritvik, but sorry to say, these kind of videos are plenty on the net to get historical data, but what most of us need are how to get live NSE Futures Data (not the fno underlying one, but real STOCK FUTURES (for 196 stocks) data) into excel. ALso live NSE Option Chain data for all the future stocks Any plans on doing that in future ?
Hi Rithvik , I am trying same code in Aug 31 , the site is not reachable it seems . Getting error like below: File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/requests/sessions.py", line 191, in resolve_redirects raise TooManyRedirects( requests.exceptions.TooManyRedirects: Exceeded 30 redirects Will you help me to resolve this
Currently, all the NSE libraries are not working for some time period. I hope that it will be resolved soon. However, I am researching on a new substitute and will post it on the channel asap. Subscribe and stay tuned: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
HTTPError: HTTP Error 301: The HTTP server returned a redirect error that would lead to an infinite loop. The last 30x error message was: Moved Permanently -- I'm getting this error, anyone know the reason while executing below q = nse.get_quote('infy') pprint(q)
now this web site is not working for latest python version why ?
I'm getting exception like toomanyredirects: exceeded 30 redirects.
I have tried with giving 60 redirects it is stucked and not displaying any output.
Can you please explain what the is problem? And how to resolve this?
Nsepy version: latest
Hi Hemanth, recently, I have made updated videos on extracting NSE data in Python. Please that video out.
Is this ive data how much is delay
can you explain how to automate excel when you are downloading these data ?
Noted!
I tried with various tickers and variations but the nsepy either gives too many redirect error or gives that remote disconnected error , if you have any update on how it will work reply would be very much appreciated
Currently, all the NSE libraries are not working for some time period. I hope that it will be resolved soon. However, I am researching on a new substitute and will post it on the channel asap. Subscribe and stay tuned: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
Great work buddy. Hope we have a fix soon for the nsepy and nsetools packages. The data doesnt fetch anymore... pls update your input or any alternate options. regads,
I will make a video on it asap.
@@FinancialProgrammingwithRitvik much appreciated
@@FinancialProgrammingwithRitvik Thanks much, All my scripts are failing for almost a month.
How to understand weightage of nifty stock @ live
I couldn't understand your question. Can you please elaborate?
i have question related to adjusting split from the nsepy data ? there is 1/10 split in sbin before 2015 which get reflected on python charts how can i adjust to split?
We would need to write a function and use it whenever there is a split.
Hello Ritvik, Is it possible to fetch the list of stock that were part of Nifty200 in any particular year form any of the python libraries?
Let's say I need list of NIFTY200 for 2020.
ChatGPT failed to provide correct answer to ths problem. I tried to ask specifically about yFinance and nsepy.
I don't know any way to fetch this data free of cost.
@@FinancialProgrammingwithRitvik okay, thanks for replying !!
Woah, great video mate!
THANKS :)
Informative. Thanks Buddy.
Any time!
sir, I have written code for fetching EOD using nsepy. That the code was working satisfactorily, buy recently I found that the python code suddenly stopped working. Is there any problem with the nsepy package. Kindly help.
Nse has moved from old website to new website, that the root cause of problem. Can't say if nsepy will work again or not
Currently, all the NSE libraries are not working for some time period. I hope that it will be resolved soon. However, I am researching on a new substitute and will post it on the channel asap. Subscribe and stay tuned: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
Hello, how i can get access to your Google drive as student?
Hi, Please follow the steps mentioned here: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrwcommunity?lb=UgwZRm2WrR2BqVk_ho54AaABCQ
is it legal to fetch PE index daily with automation?
For professional purposes, it's not legal.
@@FinancialProgrammingwithRitvik but for my own use in some sort of automation its Legal?
Hi Ritivik NSE has chaged their website from 1sr April..so will this library work with new site
Yes... And because of that all the libraries are not working. I think they will come with an alternative very soon. I am also researching it and will make a video on it asap.
can you sharre tje link for that please@@FinancialProgrammingwithRitvik
How to access to your Google drive. Thanks
Hi, You can follow the steps mentioned here: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrwcommunity?lb=UgwZRm2WrR2BqVk_ho54AaABCQ
Hi, how can I get data whether market(Indian) is open or closed? I want to make a function were user enters: buy price, target, stop_loss and number of days to achieve the target. for example: (100, 112, 96 and 7 days) Now I want that the program should fetch the LTP from market for 7 trading days and check whether the analysis was hit or miss.
How can I achieve this? Else how can I fetch the market only when it is live? Thanks.
Currently, all the NSE libraries are not working for some time period. I hope that it will be resolved soon. However, I am researching on a new substitute and will post it on the channel asap. Subscribe and stay tuned: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
@@FinancialProgrammingwithRitvik Thanks for replying. I would definitely chk your new post. Thanks
Hi Ritvik, i need nse and bse stock api which consists of every data in one like dividend and face value in one. Is it possible? if yes than can u tell me.
All the libraries are suspended temporarily. I am researching on substitutes and will make a video soon. Stay tuned to the YT channel: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
Great 🔥🔥🔥🔥👍👍👍👍
THANKS :)
What is subscription price for nse api?
It is quite expensive. They have mentioned it on their website.
Hi Ritvik,
Is it possible to extract the market cap value of nse data?
Since the api data doesn't have market cap value.
Can u pls suggest me is there anyother way we can acheive apart from webscraping ?
Its bit urgent
You may like to refer bsedata API. I have published its video as well.
Plz shair info for exal lab use in python plz
Couldn't understand. Could you please elaborate?
@@FinancialProgrammingwithRitvik I need exal modul for nse data graphs.... And plz teach me for make bot in python... I am new in python plz
hi, why would one get this errorTooManyRedirects: Exceeded 30 redirects.
Currently, all the NSE libraries are not working for some time period. I hope that it will be resolved soon. However, I am researching on a new substitute and will post it on the channel asap. Subscribe and stay tuned: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
Is there any Nse API to fetch data in javascript
useful video in learning.
I will write and execute code again to confirm and have a practical Knowledge.
My pleasure :)
Greatly useful 🙏
THANKS :)
This is the error TooManyRedirects: Exceeded 30 redirects.,
What needs to be done here?
Hi Harshil, I have made more videos on Indian Stocks data extraction in Python from NSE's new website. Please check that video out.
data fetching from nse website is legal or not please comment
I think nsepy is no more working. may i know the alternative
Hi Uma... I have made more videos on extracting information from NSE's new website. Please check them out here: ruclips.net/video/B-pvpn3dgTE/видео.html
i received this error: requests.exceptions.TooManyRedirects: Exceeded 30 redirects.
what to do
Please check out my new video playlist on NSE Lib... It's the most updated Python package you can use to extract Indian stocks data in Python.
@@FinancialProgrammingwithRitvik change little bit code and market time it works perfectly, thanks
how to get live data and plot the chart ?
For live data, we would need to go to paid APIs. I will keep exploring if I find any. Stay tuned here.
@@FinancialProgrammingwithRitvik sure !!
Hi Ritvik, Does this API have an upper limit to making requests? I am seeing on internet that users were blocked by NSE website directly for making too many requests per day. I plan to use this API in my code where I am fetching data for 50 stocks and all the sectoral indices with tick size of one minute. I'll do this daily, so is it safe to go ahead and use NSEpy without being blocked by NSE website? Thank You! Good day!
It's a free API, so, multiple requests may create an issue. I am not sure about the upper limit to be honest.
Good one Ritvik, but sorry to say, these kind of videos are plenty on the net to get historical data, but what most of us need are how to get live NSE Futures Data (not the fno underlying one, but real STOCK FUTURES (for 196 stocks) data) into excel. ALso live NSE Option Chain data for all the future stocks Any plans on doing that in future ?
Thanks for the feedback and the suggestions.
@@FinancialProgrammingwithRitvik so did you share any video on downloading nse futures data to exel, am looking for that, regards,
Hi Rithvik ,
I am trying same code in Aug 31 , the site is not reachable it seems . Getting error like below:
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/requests/sessions.py", line 191, in resolve_redirects
raise TooManyRedirects(
requests.exceptions.TooManyRedirects: Exceeded 30 redirects
Will you help me to resolve this
Very soon I am uploading another video on a Great Substitute. Please stay tuned.
doesnt work....i think the API has stopped working
I understand that the APIs are not working anymore. I will make a video of any substitutes if available.
Hi, NSE Lib is not working
Hi, I have made more videos on other tools and libraries to access the NSE Website.
Great video, but could you please give me he access to gdrive (I have completed all ur steps already)
Thanks :) I have provided access to all new members. I hope you have got it by now.
library not working.. not able to fetch any data
Hi Satyendra, please check my playlist on NSE Lib to extract the data from the new NSE Website.
it can't fetch data for bitcoin :((((
Watch my video on Websocket to fetch data for Bitcoin: ruclips.net/user/results?search_query=websocket+api+python
it shows too many redirect error
Currently, all the NSE libraries are not working for some time period. I hope that it will be resolved soon. However, I am researching on a new substitute and will post it on the channel asap. Subscribe and stay tuned: ruclips.net/channel/UCyMifqUrSntvvrrGMaVPkrw
This library no longer works
Yes, it is temporarily suspended, I will publish another video whenever there's an update here or if I find a substitute.
This is not working in 2023 oct any suggestions?
Its showing ""TooManyRedirects: Exceeded 30 redirects.""
Hindi banao ji?
haha, Kabhi try karunga pakka.
HTTPError: HTTP Error 301: The HTTP server returned a redirect error that would lead to an infinite loop.
The last 30x error message was:
Moved Permanently -- I'm getting this error, anyone know the reason while executing below
q = nse.get_quote('infy')
pprint(q)
did you got any alternative to it?