Doc Fundamentals
Funds Management
Market Data
Order Management
Portfolio Management
User Authentication
Options greeks
Daily API Calls
Success Rate
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.
wss://gateway.5paisa.com/openapi/greeks?access_token={access_token}
URL Query Parametrs
| PARAMETER NAME | MANDATORY | DESCRIPTION |
|---|---|---|
access_tokenSTRING | Yes | Access token received in the response of login API |
wss://gateway.5paisa.com/openapi/greeks?access_token={{access_token}}
Subscription Requests
| PARAMETER NAME | MANDATORY | DESCRIPTION |
|---|---|---|
MethodSTRING | Yes | It specifies if the request is for subscribing or unsubscribing the data feed.Subscribe |
OperationSTRING | Yes | optiongreek |
instrumentsARRAY | Yes | List of Option Greek tokensOG prefix is mandatory. ["og47599"] |
Sample response body
| Field | Data Type |
|---|---|
PacketIdentifier | String |
MessageLength | Integer |
Token | Integer |
IV | Number (float) |
DELTA | Number (float) |
THETA | Number (float) |
VEGA | Number (float) |
GAMMA | Number (float) |
IV_VWAP | Number (float) |
VANNA | Number (float) |
CHARM | Number (float) |
SPEED | Number (float) |
ZOMMA | Number (float) |
COLOR | Number (float) |
VOLGA | Number (float) |
VETA | Number (float) |
TGR | Number (float) |
TV | Number (float) |
DTR | Number (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.