Xignite Global Indices API

Stock market index and benchmark values with chart bars and index metadata from the globalindices.xignite.com service.

Operations 11

GET /xGlobalIndices/ListIndexGroups
GET /xGlobalIndices/ListIndices
GET /xGlobalIndices/ListIndicesByIndexGroup
GET /xGlobalIndices/GetIndexSymbolMappingByOldSymbol
GET /xGlobalIndices/GetIndexSymbolMappingsByOldSymbols
GET /xGlobalIndices/SearchIndicesByName
GET /xGlobalIndices/GetDelayedIndexValue
GET /xGlobalIndices/GetDelayedIndicesValue
GET /xGlobalIndices/GetIndexBar
GET /xGlobalIndices/GetIndexBars
GET /xGlobalIndices/GetChartBars

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-indices-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-xigniteglobalindices-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: XigniteBonds CloudAlerts Xignite Global Indices API
  version: 1.0.3
servers:
- url: https://globalindices.xignite.com
security:
- basic: []
tags:
- name: XigniteGlobalIndices
paths:
  /xGlobalIndices/ListIndexGroups:
    get:
      tags:
      - XigniteGlobalIndices
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexGroup'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexGroup'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexGroup'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexGroup'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexGroup'
  /xGlobalIndices/ListIndices:
    get:
      tags:
      - XigniteGlobalIndices
      parameters:
      - name: IndexGroup
        in: query
        schema:
          type: string
      - name: PageSize
        in: query
        schema:
          type: integer
          format: int32
      - name: NextPage
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IndexSummaryList'
            text/json:
              schema:
                $ref: '#/components/schemas/IndexSummaryList'
            application/xml:
              schema:
                $ref: '#/components/schemas/IndexSummaryList'
            text/xml:
              schema:
                $ref: '#/components/schemas/IndexSummaryList'
            text/csv:
              schema:
                $ref: '#/components/schemas/IndexSummaryList'
  /xGlobalIndices/ListIndicesByIndexGroup:
    get:
      tags:
      - XigniteGlobalIndices
      parameters:
      - name: IndexGroup
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexDescription'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexDescription'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexDescription'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexDescription'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexDescription'
  /xGlobalIndices/GetIndexSymbolMappingByOldSymbol:
    get:
      tags:
      - XigniteGlobalIndices
      parameters:
      - name: OldSymbol
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IndexSymbolMapping'
            text/json:
              schema:
                $ref: '#/components/schemas/IndexSymbolMapping'
            application/xml:
              schema:
                $ref: '#/components/schemas/IndexSymbolMapping'
            text/xml:
              schema:
                $ref: '#/components/schemas/IndexSymbolMapping'
            text/csv:
              schema:
                $ref: '#/components/schemas/IndexSymbolMapping'
  /xGlobalIndices/GetIndexSymbolMappingsByOldSymbols:
    get:
      tags:
      - XigniteGlobalIndices
      parameters:
      - name: OldSymbols
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexSymbolMapping'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexSymbolMapping'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexSymbolMapping'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexSymbolMapping'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexSymbolMapping'
  /xGlobalIndices/SearchIndicesByName:
    get:
      tags:
      - XigniteGlobalIndices
      parameters:
      - name: IndexName
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexDescription'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexDescription'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexDescription'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexDescription'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/IndexDescription'
  /xGlobalIndices/GetDelayedIndexValue:
    get:
      tags:
      - XigniteGlobalIndices
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Weeks.IndexValue'
            text/json:
              schema:
                $ref: '#/components/schemas/Weeks.IndexValue'
            application/xml:
              schema:
                $ref: '#/components/schemas/Weeks.IndexValue'
            text/xml:
              schema:
                $ref: '#/components/schemas/Weeks.IndexValue'
            text/csv:
              schema:
                $ref: '#/components/schemas/Weeks.IndexValue'
  /xGlobalIndices/GetDelayedIndicesValue:
    get:
      tags:
      - XigniteGlobalIndices
      parameters:
      - name: Identifiers
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Weeks.IndexValue'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Weeks.IndexValue'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Weeks.IndexValue'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Weeks.IndexValue'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Weeks.IndexValue'
  /xGlobalIndices/GetIndexBar:
    get:
      tags:
      - XigniteGlobalIndices
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      - name: EndTime
        in: query
        schema:
          type: string
      - name: Precision
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/BarPrecision'
      - name: Period
        in: query
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IndexBar'
            text/json:
              schema:
                $ref: '#/components/schemas/IndexBar'
            application/xml:
              schema:
                $ref: '#/components/schemas/IndexBar'
            text/xml:
              schema:
                $ref: '#/components/schemas/IndexBar'
            text/csv:
              schema:
                $ref: '#/components/schemas/IndexBar'
  /xGlobalIndices/GetIndexBars:
    get:
      tags:
      - XigniteGlobalIndices
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      - name: StartTime
        in: query
        schema:
          type: string
      - name: EndTime
        in: query
        schema:
          type: string
      - name: Precision
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/BarPrecision'
      - name: Period
        in: query
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IndexBars'
            text/json:
              schema:
                $ref: '#/components/schemas/IndexBars'
            application/xml:
              schema:
                $ref: '#/components/schemas/IndexBars'
            text/xml:
              schema:
                $ref: '#/components/schemas/IndexBars'
            text/csv:
              schema:
                $ref: '#/components/schemas/IndexBars'
  /xGlobalIndices/GetChartBars:
    get:
      tags:
      - XigniteGlobalIndices
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      - name: StartTime
        in: query
        schema:
          type: string
      - name: EndTime
        in: query
        schema:
          type: string
      - name: Precision
        in: query
        schema:
          type: string
      - name: Period
        in: query
        schema:
          type: integer
          format: int32
      - name: AdjustmentMethod
        in: query
        schema:
          type: string
      - name: IncludeExtended
        in: query
        schema:
          type: boolean
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IndexChartBars'
            text/json:
              schema:
                $ref: '#/components/schemas/IndexChartBars'
            application/xml:
              schema:
                $ref: '#/components/schemas/IndexChartBars'
            text/xml:
              schema:
                $ref: '#/components/schemas/IndexChartBars'
            text/csv:
              schema:
                $ref: '#/components/schemas/IndexChartBars'
components:
  schemas:
    Weeks.IndexQuote:
      allOf:
      - $ref: '#/components/schemas/IndexQuote'
      - type: object
        properties:
          High52Weeks:
            type: number
            format: double
          Low52Weeks:
            type: number
            format: double
        additionalProperties: false
    IndexChartBars:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Timing:
            type:
            - string
            - 'null'
          Index:
            allOf:
            - $ref: '#/components/schemas/IndexDescriptionDto'
          ChartBars:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/ChartBar'
        additionalProperties: false
    IndexDescription:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          IndexName:
            type:
            - string
            - 'null'
          Symbol:
            type:
            - string
            - 'null'
          IndexGroup:
            type:
            - string
            - 'null'
          Valoren:
            type: integer
            format: int32
          Currency:
            type:
            - string
            - 'null'
        additionalProperties: false
    IndexGroup:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Name:
            type:
            - string
            - 'null'
          Description:
            type:
            - string
            - 'null'
        additionalProperties: false
    Weeks.IndexValue:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Identifier:
            type:
            - string
            - 'null'
          IdentifierType:
            type:
            - string
            - 'null'
          Index:
            allOf:
            - $ref: '#/components/schemas/IndexDescriptionDto'
          Value:
            allOf:
            - $ref: '#/components/schemas/Weeks.IndexQuote'
        additionalProperties: false
    IndexBar:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Index:
            allOf:
            - $ref: '#/components/schemas/IndexDescriptionDto'
          Bar:
            allOf:
            - $ref: '#/components/schemas/Bar'
        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
    IndexDescriptionDto:
      type: object
      properties:
        IndexName:
          type:
          - string
          - 'null'
        Symbol:
          type:
          - string
          - 'null'
        IndexGroup:
          type:
          - string
          - 'null'
        Valoren:
          type:
          - string
          - 'null'
        Currency:
          type:
          - string
          - 'null'
      additionalProperties: false
    IndexSummary:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          IndexName:
            type:
            - string
            - 'null'
          Symbol:
            type:
            - string
            - 'null'
          IndexGroup:
            type:
            - string
            - 'null'
          Currency:
            type:
            - string
            - 'null'
        additionalProperties: false
    IndexSummaryList:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          IndexSummaries:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/IndexSummary'
          NextPage:
            type:
            - string
            - 'null'
        additionalProperties: false
    IdentifierTypes:
      enum:
      - Symbol
      - CIK
      - CUSIP
      - ISIN
      - Valoren
      - SEDOL
      - FIGI
      - CompositeFIGI
      type: string
    IndexBars:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Index:
            allOf:
            - $ref: '#/components/schemas/IndexDescriptionDto'
          Bars:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/Bar'
        additionalProperties: false
    Bar:
      type: object
      properties:
        StartDate:
          type:
          - string
          - 'null'
        StartTime:
          type:
          - string
          - 'null'
        EndDate:
          type:
          - string
          - 'null'
        EndTime:
          type:
          - string
          - 'null'
        UTCOffset:
          type: number
          format: double
        Open:
          type: number
          format: double
        High:
          type: number
          format: double
        Low:
          type: number
          format: double
        Close:
          type: number
          format: double
        Volume:
          type: number
          format: double
      additionalProperties: false
    ChartBar:
      type: object
      properties:
        StartDate:
          type:
          - string
          - 'null'
        StartTime:
          type:
          - string
          - 'null'
        EndDate:
          type:
          - string
          - 'null'
        EndTime:
          type:
          - string
          - 'null'
        UTCOffset:
          type: number
          format: double
        Open:
          type: number
          format: double
        High:
          type: number
          format: double
        Low:
          type: number
          format: double
        Close:
          type: number
          format: double
        Volume:
          type: number
          format: double
        Trades:
          type: integer
          format: int32
        TWAP:
          type: number
          format: double
        VWAP:
          type: number
          format: double
        Currency:
          type:
          - string
          - 'null'
        Session:
          type:
          - string
          - 'null'
        AdjustmentRatio:
          type: number
          format: double
      additionalProperties: false
    IndexSymbolMapping:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Index:
            allOf:
            - $ref: '#/components/schemas/IndexDescriptionDto'
          OldSymbol:
            type:
            - string
            - 'null'
        additionalProperties: false
    BarPrecision:
      enum:
      - Minutes
      - Hours
      type: string
    IndexQuote:
      type: object
      properties:
        Date:
          type:
          - string
          - 'null'
        Time:
          type:
          - string
          - 'null'
        UTCOffset:
          type: number
          format: double
        Volume:
          type: number
          format: double
        Open:
          type: number
          format: double
        High:
          type: number
          format: double
        Low:
          type: number
          format: double
        Last:
          type: number
          format: double
        Close:
          type: number
          format: double
        ChangeFromOpen:
          type: number
          format: double
        PercentChangeFromOpen:
          type: number
          format: double
        PreviousClose:
          type: number
          format: double
        PreviousCloseDate:
          type:
          - string
          - 'null'
        ChangeFromPreviousClose:
          type: number
          format: double
        PercentChangeFromPreviousClose:
          type: number
          format: double
      additionalProperties: false
  securitySchemes:
    basic:
      type: apiKey
      description: Token for your account.
      name: _token
      in: query