Skip to main content

Option Greeks

Get Option Greek fields

curl --location 'https://api.upstox.com/v3/market-quote/option-greek?instrument_key=NSE_FO%7C43885' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'

Get Option Greek fields for multiple instruments keys

curl --location 'https://api.upstox.com/v3/market-quote/option-greek?instrument_key=NSE_FO%7C43885,NSE_FO|43886' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your_access_token}'