How to fetch the list of Nifty50, Nifty Next 50, Nifty Midcap 50 etc with their instrument tokens?

dummydost
dummydost edited October 2016 in Python client
The default instrument call gives huge amount of data which is not suitable for every situation.
Are (Will) there (be) any specialized instrument calls which can give the above mentioned equities list or something similar along with their instrument tokens?

For example, something like this:

def instruments(self, exchange=None, index=None,**options):
'''
exchange='NSE'
index='Nifty50'
'''
Sign In or Register to comment.