Options greeks

POSTJSONRest API
100

Daily API Calls

100%

Success Rate

3ms

Avg. Response Time


Options Greeks are quantitative risk measures that describe how the price of an option responds to changes in key market factors such as the underlying price, volatility, and time.
They are widely used by traders, risk managers, and algorithmic systems to monitor exposure, manage risk, and make informed trading decisions.

In the derivatives market, Greeks provide real-time insight into an option’s price sensitivity and behavior under changing market conditions & This WebSocket only works for exchange NSE.

CONNECTION URL

wss://gateway.5paisa.com/openapi/greeks?access_token={access_token}
 

URL Query Parametrs

PARAMETER NAMEMANDATORYDESCRIPTION

access_token

STRING

Yes

Access token received in the response of login API

SAMPLE CONNECTION URL

wss://gateway.5paisa.com/openapi/greeks?access_token={{access_token}}

Subscription Requests

PARAMETER NAMEMANDATORYDESCRIPTION

Method

STRING

Yes

It specifies if the request is for subscribing or unsubscribing the data feed.

Subscribe
Unsubscribe

Operation

STRING

Yes

optiongreek

instruments

ARRAY

Yes

List of Option Greek tokens

OG prefix is mandatory.

["og47599"]

Sample response body

FieldData Type
PacketIdentifierString
MessageLengthInteger
TokenInteger
IVNumber (float)
DELTANumber (float)
THETANumber (float)
VEGANumber (float)
GAMMANumber (float)
IV_VWAPNumber (float)
VANNANumber (float)
CHARMNumber (float)
SPEEDNumber (float)
ZOMMANumber (float)
COLORNumber (float)
VOLGANumber (float)
VETANumber (float)
TGRNumber (float)
TVNumber (float)
DTRNumber (float)

NOTE

  • The details scrip code for any instrument can be found from the Scrip master.
  • Example for multiple subscribe : instruments:["og47599","og47625"]
  • This only works for NSE Scrip codes.
On this Page

Knowledge base

Options greeks API also gives high order greeks.
Option Greeks API

Contribute and get rewarded

Help make these Dev Docs great, contribute to the APIs and get rewarded for your contribution

Need Help

Ask Developer Community

Contact Support

 

Changelog

Changes made to our APIs - Changelog

AVENUES