I want to get F&O's companie's list from Kite's API. I've referred all docs of Kite's but unable to differentiate stock's which are listed under F&O. Is there anyway that I can get information that particular stock is falling under F&O category.
I know how to retrieve data for particular stock from Kite's API. However, I'm looking for API which provides list available stocks in F&O. 220 stocks are listed under F&O right now. Is there anyway that I can get SYMBOL/QUOTE of that list.
I can scrap the data from above given link but I want something concrete because F&O stocks are subjected to change anytime.
which list you can show in the following link .
but i want to using a kite api
https://www.nseindia.com/content/fo/fo_underlyinglist.htm
However, I'm looking for API which provides list available stocks in F&O.
220 stocks are listed under F&O right now. Is there anyway that I can get SYMBOL/QUOTE of that list.
I can scrap the data from above given link but I want something concrete because F&O stocks are subjected to change anytime.
Kite API doesn't support FnO List.
You need to scrap the data from the NSE website.
You may also use the below links,
Html Version : https://howutrade.in/indexdata?data=nse_fut_list
Text Version : https://howutrade.in/indexdata/nse_fut_list.txt
The data is updated everyday.