- This topic has 2 replies, 3 voices, and was last updated 3 years, 4 months ago by .
Viewing 5 reply threads
Viewing 5 reply threads
- You must be logged in to reply to this topic.
Option Chain Indicator
|
Sir,
While I was analysing the Option Chain from nseindia.com in the live markets, it is found that there is a delay of 4-5 minutes. Is there any third party site which can provide a RealTime Live Option Chain Data
I am also looking for live feed …Upstox have stopped giving new API’s.
The lag is of late about 3-4 min. I am also looking for realtime data. Some one can help.
You can watch Nitin sir’s video for real time feed.
link for the same, mentioned here.Cheapest real time data feeds
Hello
I have written a code in c# to download the option chain data from nse site and it was working fine.
But Last 15/20 days while downloading it is giving error
underlying-connection-was-closed-an-unexpected-error-occurred-on-a-receiv
I also enable the tls112 security protocol
If any one can help it would be great help for me.
Regards
Premchand
You could try to use selenium webdriver to ‘get’ the url
-Good Luck