VarunS2002 / Python-NSE-Option-Chain-Analyzer

The NSE has a website which displays the option chain in near real-time. This program retrieves this data from the NSE site and then generates useful analysis of the Option Chain for the specified Index or Stock. It also continuously refreshes the Option Chain and visually displays the trend in various indicators useful for Technical Analysis.
GNU General Public License v3.0
390 stars 205 forks source link

doesnt work coz server migrated #54

Closed xbipin closed 1 year ago

xbipin commented 1 year ago

its seems the nse option change has been moved to a different url so it stopped working

sant009m commented 1 year ago

Yes for me too it has stopped working since yesterday.

sant009m commented 1 year ago

@VarunS2002 please look into it.

VarunS2002 commented 1 year ago

its seems the nse option change has been moved to a different url so it stopped working

Thanks for the heads up!

VarunS2002 commented 1 year ago

its seems the nse option change has been moved to a different url so it stopped working

They now dynamically load the list of symbols using an API.

xbipin commented 1 year ago

thanks, working now with new version

sant009m commented 1 year ago

@VarunS2002 Thanks, its working now.