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

Option Chain Values are not getting update #29

Closed saurabhdev9936 closed 2 years ago

saurabhdev9936 commented 2 years ago

Since Two days I am seeing below attached Results which doesn't have any data image

VarunS2002 commented 2 years ago

@saurabhdev9936 This is actually not a problem with the app. The NSE website is itself not working and updating any data. Since my app retrieves data from their site, it cannot work unless their site works. You may want to report this issue to NSE so they fix it fast

saurabhdev9936 commented 2 years ago

okay thanks for the Quick response :)

VarunS2002 commented 2 years ago

okay thanks for the Quick response :)

Sure no problem.

VarunS2002 commented 2 years ago

@saurabhdev9936 The NSE website was working today. Closing this issue.