Xignite Global Holidays API

Exchange trading hours, market holidays, and calendar data for global exchanges from the globalholidays.xignite.com service.

Operations 16

GET /xGlobalHolidays/ListExchanges
GET /xGlobalHolidays/ListCurrencies
GET /xGlobalHolidays/ListFinancialCenters
GET /xGlobalHolidays/GetHolidays
GET /xGlobalHolidays/ListHolidays
GET /xGlobalHolidays/GetNextDate
GET /xGlobalHolidays/GetPriorDate
GET /xGlobalHolidays/GetDayCount
GET /xGlobalHolidays/GetExchangeDateTime
GET /xGlobalHolidays/GetExchangeHours
GET /xGlobalHolidays/GetExchangeHoursRange
GET /xGlobalHolidays/AreExchangesOpen
GET /xGlobalHolidays/IsExchangeOpenOnDate
GET /xGlobalHolidays/GetSettlementDate
GET /xGlobalHolidays/IsSettlementDate
GET /xGlobalHolidays/GetExchangePhases

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/xignite-global-holidays-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

xignite-xigniteglobalholidays-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: XigniteBonds CloudAlerts Xignite Global Holidays API
  version: 1.0.3
servers:
- url: https://globalholidays.xignite.com
security:
- basic: []
tags:
- name: XigniteGlobalHolidays
paths:
  /xGlobalHolidays/ListExchanges:
    get:
      tags:
      - XigniteGlobalHolidays
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Exchange'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Exchange'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Exchange'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Exchange'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Exchange'
  /xGlobalHolidays/ListCurrencies:
    get:
      tags:
      - XigniteGlobalHolidays
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Currency'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Currency'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Currency'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Currency'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Currency'
  /xGlobalHolidays/ListFinancialCenters:
    get:
      tags:
      - XigniteGlobalHolidays
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/FinancialCenter'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/FinancialCenter'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/FinancialCenter'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/FinancialCenter'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/FinancialCenter'
  /xGlobalHolidays/GetHolidays:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Location
        in: query
        schema:
          type: string
      - name: LocationType
        in: query
        schema:
          type: string
      - name: StartDate
        in: query
        schema:
          type: string
      - name: EndDate
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Holiday'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Holiday'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Holiday'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Holiday'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Holiday'
  /xGlobalHolidays/ListHolidays:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Location
        in: query
        schema:
          type: string
      - name: LocationType
        in: query
        schema:
          type: string
      - name: Year
        in: query
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Holiday'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Holiday'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Holiday'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Holiday'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Holiday'
  /xGlobalHolidays/GetNextDate:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Location
        in: query
        schema:
          type: string
      - name: LocationType
        in: query
        schema:
          type: string
      - name: Date
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/StringResult'
            text/json:
              schema:
                $ref: '#/components/schemas/StringResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/StringResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/StringResult'
            text/csv:
              schema:
                $ref: '#/components/schemas/StringResult'
  /xGlobalHolidays/GetPriorDate:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Location
        in: query
        schema:
          type: string
      - name: LocationType
        in: query
        schema:
          type: string
      - name: Date
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/StringResult'
            text/json:
              schema:
                $ref: '#/components/schemas/StringResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/StringResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/StringResult'
            text/csv:
              schema:
                $ref: '#/components/schemas/StringResult'
  /xGlobalHolidays/GetDayCount:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Location
        in: query
        schema:
          type: string
      - name: LocationType
        in: query
        schema:
          type: string
      - name: StartDate
        in: query
        schema:
          type: string
      - name: EndDate
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IntegerResult'
            text/json:
              schema:
                $ref: '#/components/schemas/IntegerResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/IntegerResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/IntegerResult'
            text/csv:
              schema:
                $ref: '#/components/schemas/IntegerResult'
  /xGlobalHolidays/GetExchangeDateTime:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Exchange
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExchangeDateTime'
            text/json:
              schema:
                $ref: '#/components/schemas/ExchangeDateTime'
            application/xml:
              schema:
                $ref: '#/components/schemas/ExchangeDateTime'
            text/xml:
              schema:
                $ref: '#/components/schemas/ExchangeDateTime'
            text/csv:
              schema:
                $ref: '#/components/schemas/ExchangeDateTime'
  /xGlobalHolidays/GetExchangeHours:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Exchange
        in: query
        schema:
          type: string
      - name: Date
        in: query
        schema:
          type: string
      - name: TimeZone
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExchangeHours'
            text/json:
              schema:
                $ref: '#/components/schemas/ExchangeHours'
            application/xml:
              schema:
                $ref: '#/components/schemas/ExchangeHours'
            text/xml:
              schema:
                $ref: '#/components/schemas/ExchangeHours'
            text/csv:
              schema:
                $ref: '#/components/schemas/ExchangeHours'
  /xGlobalHolidays/GetExchangeHoursRange:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Exchange
        in: query
        schema:
          type: string
      - name: StartDate
        in: query
        schema:
          type: string
      - name: EndDate
        in: query
        schema:
          type: string
      - name: TimeZone
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExchangeHours'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExchangeHours'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExchangeHours'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExchangeHours'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExchangeHours'
  /xGlobalHolidays/AreExchangesOpen:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Exchanges
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExchangeStatus'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExchangeStatus'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExchangeStatus'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExchangeStatus'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ExchangeStatus'
  /xGlobalHolidays/IsExchangeOpenOnDate:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Exchange
        in: query
        schema:
          type: string
      - name: Date
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExchangeSchedule'
            text/json:
              schema:
                $ref: '#/components/schemas/ExchangeSchedule'
            application/xml:
              schema:
                $ref: '#/components/schemas/ExchangeSchedule'
            text/xml:
              schema:
                $ref: '#/components/schemas/ExchangeSchedule'
            text/csv:
              schema:
                $ref: '#/components/schemas/ExchangeSchedule'
  /xGlobalHolidays/GetSettlementDate:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Exchange
        in: query
        schema:
          type: string
      - name: Date
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SettlementSchedule'
            text/json:
              schema:
                $ref: '#/components/schemas/SettlementSchedule'
            application/xml:
              schema:
                $ref: '#/components/schemas/SettlementSchedule'
            text/xml:
              schema:
                $ref: '#/components/schemas/SettlementSchedule'
            text/csv:
              schema:
                $ref: '#/components/schemas/SettlementSchedule'
  /xGlobalHolidays/IsSettlementDate:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Exchange
        in: query
        schema:
          type: string
      - name: Date
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExchangeSchedule'
            text/json:
              schema:
                $ref: '#/components/schemas/ExchangeSchedule'
            application/xml:
              schema:
                $ref: '#/components/schemas/ExchangeSchedule'
            text/xml:
              schema:
                $ref: '#/components/schemas/ExchangeSchedule'
            text/csv:
              schema:
                $ref: '#/components/schemas/ExchangeSchedule'
  /xGlobalHolidays/GetExchangePhases:
    get:
      tags:
      - XigniteGlobalHolidays
      parameters:
      - name: Exchange
        in: query
        schema:
          type: string
      - name: Date
        in: query
        schema:
          type: string
      - name: TimeZone
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExchangePhases'
            text/json:
              schema:
                $ref: '#/components/schemas/ExchangePhases'
            application/xml:
              schema:
                $ref: '#/components/schemas/ExchangePhases'
            text/xml:
              schema:
                $ref: '#/components/schemas/ExchangePhases'
            text/csv:
              schema:
                $ref: '#/components/schemas/ExchangePhases'
components:
  schemas:
    Currency:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          CurrencyCode:
            type:
            - string
            - 'null'
          CountryCode:
            type:
            - string
            - 'null'
          RelatedFinancialCentre:
            type:
            - string
            - 'null'
        additionalProperties: false
    FinancialCenter:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          FinancialCenterCode:
            type:
            - string
            - 'null'
          CurrencyCode:
            type:
            - string
            - 'null'
          CountryCode:
            type:
            - string
            - 'null'
          FinancialCenterName:
            type:
            - string
            - 'null'
        additionalProperties: false
    StringResult:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    OutcomeTypes:
      enum:
      - Success
      - SystemError
      - RequestError
      - RegistrationError
      type: string
    Common:
      type: object
      properties:
        Delay:
          type: number
          format: double
        Identity:
          type:
          - string
          - 'null'
        Message:
          type:
          - string
          - 'null'
        Outcome:
          allOf:
          - $ref: '#/components/schemas/OutcomeTypes'
      additionalProperties: false
    SettlementSchedule:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Symbol:
            type:
            - string
            - 'null'
          TradeDate:
            type:
            - string
            - 'null'
          SettlementDate:
            type:
            - string
            - 'null'
        additionalProperties: false
    ExchangePhases:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Exchange:
            type:
            - string
            - 'null'
          Date:
            type:
            - string
            - 'null'
          UTCOffset:
            type: integer
            format: int32
          IsOpen:
            type: boolean
          Day:
            type:
            - string
            - 'null'
          DayType:
            type:
            - string
            - 'null'
          Phases:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/Phase'
        additionalProperties: false
    ExchangeStatus:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Symbol:
            type:
            - string
            - 'null'
          Open:
            type: boolean
        additionalProperties: false
    Holiday:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Location:
            type:
            - string
            - 'null'
          Date:
            type:
            - string
            - 'null'
          Name:
            type:
            - string
            - 'null'
          FullHoliday:
            type: boolean
          EarlyClose:
            type: boolean
        additionalProperties: false
    ExchangeHours:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Exchange:
            type:
            - string
            - 'null'
          Date:
            type:
            - string
            - 'null'
          IsOpen:
            type: boolean
          OpenTime:
            type:
            - string
            - 'null'
          CloseTime:
            type:
            - string
            - 'null'
          UTCOffset:
            type: number
            format: double
        additionalProperties: false
    ExchangeSchedule:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Symbol:
            type:
            - string
            - 'null'
          Date:
            type:
            - string
            - 'null'
          Open:
            type: boolean
          OpenTime:
            type:
            - string
            - 'null'
          CloseTime:
            type:
            - string
            - 'null'
        additionalProperties: false
    ExchangeDateTime:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Exchange:
            type:
            - string
            - 'null'
          Date:
            type:
            - string
            - 'null'
          Time:
            type:
            - string
            - 'null'
          UTCOffset:
            type: number
            format: double
        additionalProperties: false
    Exchange:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Symbol:
            type:
            - string
            - 'null'
          Name:
            type:
            - string
            - 'null'
        additionalProperties: false
    IntegerResult:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    Phase:
      type: object
      properties:
        Name:
          type:
          - string
          - 'null'
        Type:
          type:
          - string
          - 'null'
        Start:
          type:
          - string
          - 'null'
        End:
          type:
          - string
          - 'null'
      additionalProperties: false
  securitySchemes:
    basic:
      type: apiKey
      description: Token for your account.
      name: _token
      in: query