Xignite Bonds API

Bond price data for fixed income securities from the bonds.xignite.com service.

Operations 8

GET /xBonds/ListBonds
GET /xBonds/ListBondTypes
GET /xBonds/GetLastSale
GET /xBonds/GetLastSales
GET /xBonds/GetPriceComposite
GET /xBonds/GetPriceComposites
GET /xBonds/GetDailyOpenHighLowClosePrice
GET /xBonds/GetDailyOpenHighLowClosePrices

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-bonds-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-xignitebonds-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: CloudAlerts Xignite Bonds API
  version: 1.0.3
servers:
- url: https://bonds.xignite.com
security:
- basic: []
tags:
- name: XigniteBonds
paths:
  /xBonds/ListBonds:
    get:
      tags:
      - XigniteBonds
      parameters:
      - name: PriceSource
        in: query
        schema:
          type: string
      - name: BondType
        in: query
        schema:
          type: string
      - name: StartSymbol
        in: query
        schema:
          type: string
      - name: EndSymbol
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ListBondsResult'
            text/json:
              schema:
                $ref: '#/components/schemas/ListBondsResult'
            application/xml:
              schema:
                $ref: '#/components/schemas/ListBondsResult'
            text/xml:
              schema:
                $ref: '#/components/schemas/ListBondsResult'
            text/csv:
              schema:
                $ref: '#/components/schemas/ListBondsResult'
  /xBonds/ListBondTypes:
    get:
      tags:
      - XigniteBonds
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BondTypeList'
            text/json:
              schema:
                $ref: '#/components/schemas/BondTypeList'
            application/xml:
              schema:
                $ref: '#/components/schemas/BondTypeList'
            text/xml:
              schema:
                $ref: '#/components/schemas/BondTypeList'
            text/csv:
              schema:
                $ref: '#/components/schemas/BondTypeList'
  /xBonds/GetLastSale:
    get:
      tags:
      - XigniteBonds
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      - name: PriceSource
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/PriceSources'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/LastSale'
            text/json:
              schema:
                $ref: '#/components/schemas/LastSale'
            application/xml:
              schema:
                $ref: '#/components/schemas/LastSale'
            text/xml:
              schema:
                $ref: '#/components/schemas/LastSale'
            text/csv:
              schema:
                $ref: '#/components/schemas/LastSale'
  /xBonds/GetLastSales:
    get:
      tags:
      - XigniteBonds
      parameters:
      - name: Identifiers
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      - name: PriceSource
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/PriceSources'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/LastSale'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/LastSale'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/LastSale'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/LastSale'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/LastSale'
  /xBonds/GetPriceComposite:
    get:
      tags:
      - XigniteBonds
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      - name: PriceSource
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/PriceSources'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PriceComposite'
            text/json:
              schema:
                $ref: '#/components/schemas/PriceComposite'
            application/xml:
              schema:
                $ref: '#/components/schemas/PriceComposite'
            text/xml:
              schema:
                $ref: '#/components/schemas/PriceComposite'
            text/csv:
              schema:
                $ref: '#/components/schemas/PriceComposite'
  /xBonds/GetPriceComposites:
    get:
      tags:
      - XigniteBonds
      parameters:
      - name: Identifiers
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      - name: PriceSource
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/PriceSources'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/PriceComposite'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/PriceComposite'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/PriceComposite'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/PriceComposite'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/PriceComposite'
  /xBonds/GetDailyOpenHighLowClosePrice:
    get:
      tags:
      - XigniteBonds
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      - name: PriceSource
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/PriceSources'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DailyOpenHighLowClosePrice'
            text/json:
              schema:
                $ref: '#/components/schemas/DailyOpenHighLowClosePrice'
            application/xml:
              schema:
                $ref: '#/components/schemas/DailyOpenHighLowClosePrice'
            text/xml:
              schema:
                $ref: '#/components/schemas/DailyOpenHighLowClosePrice'
            text/csv:
              schema:
                $ref: '#/components/schemas/DailyOpenHighLowClosePrice'
  /xBonds/GetDailyOpenHighLowClosePrices:
    get:
      tags:
      - XigniteBonds
      parameters:
      - name: Identifiers
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/IdentifierTypes'
      - name: PriceSource
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/PriceSources'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DailyOpenHighLowClosePrice'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DailyOpenHighLowClosePrice'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DailyOpenHighLowClosePrice'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DailyOpenHighLowClosePrice'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DailyOpenHighLowClosePrice'
components:
  schemas:
    DailyOpenHighLowClose:
      type: object
      properties:
        ShortName:
          type:
          - string
          - 'null'
        Symbol:
          type:
          - string
          - 'null'
        PriceSource:
          type:
          - string
          - 'null'
        Currency:
          type:
          - string
          - 'null'
        DailyOpen:
          type: number
          format: double
        DailyOpenDate:
          type:
          - string
          - 'null'
        DailyOpenTime:
          type:
          - string
          - 'null'
        DailyHigh:
          type: number
          format: double
        DailyHighDate:
          type:
          - string
          - 'null'
        DailyHighTime:
          type:
          - string
          - 'null'
        DailyLow:
          type: number
          format: double
        DailyLowDate:
          type:
          - string
          - 'null'
        DailyLowTime:
          type:
          - string
          - 'null'
        DailyClose:
          type: number
          format: double
        DailyCloseDate:
          type:
          - string
          - 'null'
        DailyCloseTime:
          type:
          - string
          - 'null'
      additionalProperties: false
    BondLastSale:
      type: object
      properties:
        ShortName:
          type:
          - string
          - 'null'
        Symbol:
          type:
          - string
          - 'null'
        PriceSource:
          type:
          - string
          - 'null'
        Currency:
          type:
          - string
          - 'null'
        LastSale:
          type: number
          format: double
        LastSaleSize:
          type: integer
          format: int32
        LastSaleDate:
          type:
          - string
          - 'null'
        LastSaleTime:
          type:
          - string
          - 'null'
        YieldToMaturity:
          type: number
          format: double
        PriceUsedForCalculations:
          type: number
          format: double
        PriceUsedForCalculationsDate:
          type:
          - string
          - 'null'
        PriceUsedForCalculationsTime:
          type:
          - string
          - 'null'
      additionalProperties: false
    BondTypeList:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          BondTypes:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/BondType'
        additionalProperties: false
    BondType:
      type: object
      properties:
        Code:
          type:
          - string
          - 'null'
        Type:
          type:
          - string
          - 'null'
        Name:
          type:
          - string
          - 'null'
      additionalProperties: false
    LastSale:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          InstrumentIdentifierBrief:
            allOf:
            - $ref: '#/components/schemas/InstrumentIdentifierBrief'
          BondLastSale:
            allOf:
            - $ref: '#/components/schemas/BondLastSale'
          Identifier:
            type:
            - string
            - 'null'
          IdentifierType:
            type:
            - string
            - 'null'
        additionalProperties: false
    DailyOpenHighLowClosePrice:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          InstrumentIdentifierBrief:
            allOf:
            - $ref: '#/components/schemas/InstrumentIdentifierBrief'
          DailyOpenHighLowClose:
            allOf:
            - $ref: '#/components/schemas/DailyOpenHighLowClose'
          Identifier:
            type:
            - string
            - 'null'
          IdentifierType:
            type:
            - string
            - 'null'
        additionalProperties: false
    ListBondsResult:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          BondType:
            type:
            - string
            - 'null'
          StartSymbol:
            type:
            - string
            - 'null'
          EndSymbol:
            type:
            - string
            - 'null'
          Securities:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/BondResult'
        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
    BondResult:
      type: object
      properties:
        Symbol:
          type:
          - string
          - 'null'
        FIGI:
          type:
          - string
          - 'null'
        CUSIP:
          type:
          - string
          - 'null'
        ISIN:
          type:
          - string
          - 'null'
        Description:
          type:
          - string
          - 'null'
        PriceSource:
          type:
          - string
          - 'null'
      additionalProperties: false
    InstrumentIdentifierBrief:
      type: object
      properties:
        Valoren:
          type:
          - string
          - 'null'
        CUSIP:
          type:
          - string
          - 'null'
        ISIN:
          type:
          - string
          - 'null'
      additionalProperties: false
    IdentifierTypes:
      enum:
      - Symbol
      - CIK
      - CUSIP
      - ISIN
      - Valoren
      - SEDOL
      - FIGI
      - CompositeFIGI
      type: string
    PriceSources:
      enum:
      - FINRA
      type: string
    PriceComposite:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          InstrumentIdentifierBrief:
            allOf:
            - $ref: '#/components/schemas/InstrumentIdentifierBrief'
          TradedPrice:
            allOf:
            - $ref: '#/components/schemas/TradedPrice'
          Identifier:
            type:
            - string
            - 'null'
          IdentifierType:
            type:
            - string
            - 'null'
        additionalProperties: false
    TradedPrice:
      type: object
      properties:
        ShortName:
          type:
          - string
          - 'null'
        Symbol:
          type:
          - string
          - 'null'
        PriceSource:
          type:
          - string
          - 'null'
        Currency:
          type:
          - string
          - 'null'
        LastSale:
          type: number
          format: double
        LastSaleDate:
          type:
          - string
          - 'null'
        LastSaleTime:
          type:
          - string
          - 'null'
        LastSaleSize:
          type: integer
          format: int32
        DailyOpen:
          type: number
          format: double
        DailyOpenDate:
          type:
          - string
          - 'null'
        DailyOpenTime:
          type:
          - string
          - 'null'
        DailyHigh:
          type: number
          format: double
        DailyHighDate:
          type:
          - string
          - 'null'
        DailyHighTime:
          type:
          - string
          - 'null'
        DailyLow:
          type: number
          format: double
        DailyLowDate:
          type:
          - string
          - 'null'
        DailyLowTime:
          type:
          - string
          - 'null'
        YearlyHigh:
          type: number
          format: double
        YearlyHighDate:
          type:
          - string
          - 'null'
        YearlyLow:
          type: number
          format: double
        YearlyLowDate:
          type:
          - string
          - 'null'
        LastYearClose:
          type: number
          format: double
        LastYearCloseDate:
          type:
          - string
          - 'null'
        YieldToMaturity:
          type: number
          format: double
        PriceUsedForCalculations:
          type: number
          format: double
        PriceUsedForCalculationsDate:
          type:
          - string
          - 'null'
        PriceUsedForCalculationsTime:
          type:
          - string
          - 'null'
      additionalProperties: false
  securitySchemes:
    basic:
      type: apiKey
      description: Token for your account.
      name: _token
      in: query