Nifty mid cap

I’m fetching expiries for MIDCPNIFTY. and its returning expiries correctly. But when trying to fetch option chain its returning nothing. What is symbol for fetching option chain for MIDCAP NIFTY

Hi @sanjoy.dasgupta

The symbol for MIDCAP NIFTY to fetch option chain is MIDCPNIFTY. Sharing curl and screenshot for reference:

curl :

curl --location 'https://developer.paytmmoney.com/fno/v1/option-chain?type=PUT&symbol=MIDCPNIFTY&expiry=21-06-2023' \
--header 'x-jwt-token: <JWT TOKEN>'


1 Like

And what is security_id for NIFTY MID CAP

Hey, @sanjoy.dasgupta , if you want to obtain the security ID of all indices, you can check out the following link: https://developer.paytmmoney.com/data/v1/security-master?scrip_type=index
For all security IDs, you can access https://developer.paytmmoney.com/data/v1/security-master

1 Like