Skip to main content
Version: 1.2.0 - Production

Get Exchange Holidays

GET 

/v1.2/master-data/exchange/holidays

This endpoint provides information about exchange holidays.

For customer tokens, the exchange list is required. When using server tokens, the exchange list is optional. If you do not provide an exchange list with a server token, it will return all holiday details for the institution's assigned exchanges.

Request

Query Parameters

    exchangeList string

    This is optional for server token and required for customer token. There should not be any space in the string.

    Example: NSDQ,DFM,ADSM

    year integer
    pageNo integer

    Default value: 1

    pageWidth integer

    Default value: 100

Header Parameters

    Throttle-Key string

Responses

OK

Schema
    status stringrequired

    Possible values: [SUCCESS, FAILED]

    reason string
    rejectCode number

    Find error codes here

    pageNo number
    pageWidth number
    isNextPageAvailable boolean
    totalNoOfRecords number
    holidays object[]
  • Array [
  • exchange string
    date string

    Possible values: Value must match regular expression yyyy/MM/dd

    holidayDescription string
    settleEnabled number

    Possible values: [1-Enabled, 0-Disabled]

    tradeEnabled number

    Possible values: [1-Enabled, 0-Disabled]

  • ]
Loading...
Is this page helpful for you?