Get Options Symbol
Get Options Symbol
Get Options symbol returns the information about the options symbol based on the parameters provided such as exchangeSegment, series, symbol, expiryDate, strike price and option type.
Method: GET
{{SERVER_URL}}/api/V2/marketData/getOption?exchangeSegment=&series=&symbol=&expiryDate=&optionType=&strikePrice=
Content-Type |
Value |
Authorization |
{{MARKET_AUTH_TOKEN}} |
Query Params
Param |
Value |
exchangeSegment |
The segment which represents cash, derivative, commodity, or currency market [Required] |
series |
Product code [Required] |
symbol |
Symbol Name [Required] |
expiryDate |
Expiry of contract [Required] |
optionType |
Option Type [Required] |
strikePrice |
Strike Price [Required] |
Response: 200
{
"code": 200,
"description": "ok",
"result": [
{
"ExchangeSegment": 2,
"ExchangeInstrumentID": 37023,
"InstrumentType": 2,
"Name": "NIFTY",
"DisplayName": "NIFTY 06JUN2024 CE 22350",
"Description": "NIFTY06JUN2422350.00CE",
"Series": "OPTIDX",
"NameWithSeries": "NIFTY-OPTIDX",
"InstrumentID": 988902,
"PriceBand": {
"High": 723.35,
"Low": 247.35,
"HighString": "723.35",
"LowString": "247.35",
"CreditRating": "247.35-723.35",
"HighExecBandString": "",
"LowExecBandString": "",
"HighExecBand": 0,
"LowExecBand": 0,
"TERRange": "0.00-0.00"
},
"FreezeQty": 1801,
"TickSize": 0.05,
"LotSize": 25,
"UnderlyingInstrumentId": 26000,
"UnderlyingIndexName": "NIFTY",
"ContractExpiration": "2024-06-06T14:30:00",
"ContractExpirationString": "06JUN2024",
"RemainingExpiryDays": 21,
"OptionType": 3,
"StrikePrice": 22350
}
],
"type": "success"
}