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
391 stars 204 forks source link

A suggestion #16

Closed johnbest5673 closed 3 years ago

johnbest5673 commented 3 years ago

Hi Varun,

First of all Thanks for this wonderful tool as it is helping me to fetch the Option Chain from NSE. As I am not a student of Mr. Dharaskar, the only advantage for me is to retrieve the Chain, every "n" minutes. I would like to have an additional feature, if possible. Humble request.

An additional column in csv with the Spot Price of the underlying will be of more help.

Regards

VarunS2002 commented 3 years ago

@johnbest5673 If the only advantage for you is to retrieve the Chain, every "n" minutes, you can use the Dump Entire Option Chain to CSV feature. This retrieves the NSE data and puts it in the csv file without any changes. So you can run your own preferred calculations using Excel or Python, etc

johnbest5673 commented 3 years ago

Hi Varun,

Thanks for the reply.

I am already doing this, but I need corresponding SPOT Value at that time. :) If you could add this to the dumped file, will be helpful.

Regards

johnbest5673 commented 3 years ago

Hi Varun,

I am attaching an image. An extra column (red colored) at the end, is what I am asking for.

Also adding a timestamp, after the Spot Value column would be an added advantage, if you could... 👍

Enough from me. And for me too... ;)

python

VarunS2002 commented 3 years ago

@johnbest5673 This feature won't be implemented, that file is for unmodified data. You can retrieve the price from the other csv file by using Live Exporting to CSV feature. Re-open this if there is anything else. Thanks!