Get Expiry Date
Get expiry date
The expiry date returns the expiries of the contract based on the parameters provided such as exchangeSegment, series and symbol.
Method: GET
{{SERVER_URL}}/api/V2/marketData/getExpiry?exchangeSegment=&series=&symbol=
Content-Type |
Value |
Authorization |
{{MARKET_AUTH_TOKEN}} |
Query Params
Param |
Value |
exchangeSegment |
The segment which represents cash, derivative, commodity, or currency market [Required] |
series |
Group Name/ Product code of CM/FO [Required] |
symbol |
Symbol Name [Required] |
Response: 200
{
"code": 200,
"description": "ok",
"result": [
"2024-04-25T14:30:00",
"2024-05-30T14:30:00",
"2024-06-27T14:30:00",
"2024-04-25T14:30:00",
"2024-05-30T14:30:00"
],
"type": "success"
}