Get Futures Symbol
Get Futures symbol
Get Futures symbol returns the information about the futures symbol based on the parameters provided such as exchangeSegment, series, symbol and expiryDate.
Method: GET
{{SERVER_URL}}/api/V2/marketData/getFuture?exchangeSegment=&series=&symbol=&expiryDate=
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] |
Response: 200
{
"code": 200,
"description": "ok",
"result": [
{
"ExchangeSegment": 2,
"ExchangeInstrumentID": 38079,
"InstrumentType": 1,
"Name": "AXISBANK",
"DisplayName": "AXISBANK 27JUN2024",
"Description": "AXISBANK27JUN24FUT",
"Series": "FUTSTK",
"NameWithSeries": "AXISBANK-FUTSTK",
"InstrumentID": 989928,
"PriceBand": {
"High": 1253.8,
"Low": 1025.85,
"HighString": "1253.80",
"LowString": "1025.85",
"CreditRating": "1025.85-1253.80",
"HighExecBandString": "",
"LowExecBandString": "",
"HighExecBand": 0,
"LowExecBand": 0,
"TERRange": "0.00-0.00"
},
"FreezeQty": 25001,
"TickSize": 0.05,
"LotSize": 625,
"UnderlyingInstrumentId": 5900,
"UnderlyingIndexName": "AXISBANK",
"ContractExpiration": "2024-06-27T14:30:00",
"ContractExpirationString": "27JUN2024",
"RemainingExpiryDays": 42
},
{
"ExchangeSegment": 2,
"ExchangeInstrumentID": 999964,
"InstrumentType": 1,
"Name": "AXISBANK",
"DisplayName": "AXISBANK 27JUN202425JUL2024 SPD",
"Description": "AXISBANK27JUN2425JUL24FUT",
"Series": "FUTSTK",
"NameWithSeries": "AXISBANK-FUTSTK",
"InstrumentID": 1156535,
"PriceBand": {
"High": 28.5,
"Low": -28.5,
"HighString": "28.50",
"LowString": "-28.50",
"CreditRating": "-28.50-28.50",
"HighExecBandString": "",
"LowExecBandString": "",
"HighExecBand": 0,
"LowExecBand": 0,
"TERRange": "0.00-0.00"
},
"FreezeQty": 25001,
"TickSize": 0.05,
"LotSize": 625,
"UnderlyingInstrumentId": 5900,
"UnderlyingIndexName": "AXISBANK",
"ContractExpiration": "2024-06-27T14:30:00",
"ContractExpirationString": "27JUN2024",
"RemainingExpiryDays": 42
}
],
"type": "success"
}