Xignite Earnings Calendar API

Company earnings announcement dates and earnings calendar data from the earningscalendar.xignite.com service.

Operations 13

GET /xEarningsCalendar/ListExchanges
GET /xEarningsCalendar/ListSymbols
GET /xEarningsCalendar/ListEarningCalendarItems
GET /xEarningsCalendar/GetEarningCalendarItem
GET /xEarningsCalendar/GetEarningCalendarItems
GET /xEarningsCalendar/GetEarningCall
GET /xEarningsCalendar/GetConferenceCallInformation
GET /xEarningsCalendar/GetReplayInformation
GET /xEarningsCalendar/GetAnnouncement
GET /xEarningsCalendar/GetEarningCalendarDay
GET /xEarningsCalendar/GetEarningCalendarRange
GET /xEarningsCalendar/GetEarningDates
GET /xEarningsCalendar/GetBoardMeeting

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-earnings-calendar-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-xigniteearningscalendar-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: XigniteBonds CloudAlerts Xignite Earnings Calendar API
  version: 1.0.3
servers:
- url: https://earningscalendar.xignite.com
security:
- basic: []
tags:
- name: XigniteEarningsCalendar
paths:
  /xEarningsCalendar/ListExchanges:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: Region
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExchangeList'
            text/json:
              schema:
                $ref: '#/components/schemas/ExchangeList'
            application/xml:
              schema:
                $ref: '#/components/schemas/ExchangeList'
            text/xml:
              schema:
                $ref: '#/components/schemas/ExchangeList'
            text/csv:
              schema:
                $ref: '#/components/schemas/ExchangeList'
  /xEarningsCalendar/ListSymbols:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: Exchange
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SymbolList'
            text/json:
              schema:
                $ref: '#/components/schemas/SymbolList'
            application/xml:
              schema:
                $ref: '#/components/schemas/SymbolList'
            text/xml:
              schema:
                $ref: '#/components/schemas/SymbolList'
            text/csv:
              schema:
                $ref: '#/components/schemas/SymbolList'
  /xEarningsCalendar/ListEarningCalendarItems:
    get:
      tags:
      - XigniteEarningsCalendar
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/FundamentalTypesItems'
            text/json:
              schema:
                $ref: '#/components/schemas/FundamentalTypesItems'
            application/xml:
              schema:
                $ref: '#/components/schemas/FundamentalTypesItems'
            text/xml:
              schema:
                $ref: '#/components/schemas/FundamentalTypesItems'
            text/csv:
              schema:
                $ref: '#/components/schemas/FundamentalTypesItems'
  /xEarningsCalendar/GetEarningCalendarItem:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: Type
        in: query
        schema:
          type: string
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/EarningCalendarItem'
            text/json:
              schema:
                $ref: '#/components/schemas/EarningCalendarItem'
            application/xml:
              schema:
                $ref: '#/components/schemas/EarningCalendarItem'
            text/xml:
              schema:
                $ref: '#/components/schemas/EarningCalendarItem'
            text/csv:
              schema:
                $ref: '#/components/schemas/EarningCalendarItem'
  /xEarningsCalendar/GetEarningCalendarItems:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: Types
        in: query
        schema:
          type: string
      - name: Identifiers
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SecurityItemsSets'
            text/json:
              schema:
                $ref: '#/components/schemas/SecurityItemsSets'
            application/xml:
              schema:
                $ref: '#/components/schemas/SecurityItemsSets'
            text/xml:
              schema:
                $ref: '#/components/schemas/SecurityItemsSets'
            text/csv:
              schema:
                $ref: '#/components/schemas/SecurityItemsSets'
  /xEarningsCalendar/GetEarningCall:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/EarningCall'
            text/json:
              schema:
                $ref: '#/components/schemas/EarningCall'
            application/xml:
              schema:
                $ref: '#/components/schemas/EarningCall'
            text/xml:
              schema:
                $ref: '#/components/schemas/EarningCall'
            text/csv:
              schema:
                $ref: '#/components/schemas/EarningCall'
  /xEarningsCalendar/GetConferenceCallInformation:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConferenceCallInformation'
            text/json:
              schema:
                $ref: '#/components/schemas/ConferenceCallInformation'
            application/xml:
              schema:
                $ref: '#/components/schemas/ConferenceCallInformation'
            text/xml:
              schema:
                $ref: '#/components/schemas/ConferenceCallInformation'
            text/csv:
              schema:
                $ref: '#/components/schemas/ConferenceCallInformation'
  /xEarningsCalendar/GetReplayInformation:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReplayInformation'
            text/json:
              schema:
                $ref: '#/components/schemas/ReplayInformation'
            application/xml:
              schema:
                $ref: '#/components/schemas/ReplayInformation'
            text/xml:
              schema:
                $ref: '#/components/schemas/ReplayInformation'
            text/csv:
              schema:
                $ref: '#/components/schemas/ReplayInformation'
  /xEarningsCalendar/GetAnnouncement:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Announcement'
            text/json:
              schema:
                $ref: '#/components/schemas/Announcement'
            application/xml:
              schema:
                $ref: '#/components/schemas/Announcement'
            text/xml:
              schema:
                $ref: '#/components/schemas/Announcement'
            text/csv:
              schema:
                $ref: '#/components/schemas/Announcement'
  /xEarningsCalendar/GetEarningCalendarDay:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: AsOfDate
        in: query
        schema:
          type: string
      - name: MinimumMarketCap
        in: query
        schema:
          type: number
          format: double
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/EarningCalendarDay'
            text/json:
              schema:
                $ref: '#/components/schemas/EarningCalendarDay'
            application/xml:
              schema:
                $ref: '#/components/schemas/EarningCalendarDay'
            text/xml:
              schema:
                $ref: '#/components/schemas/EarningCalendarDay'
            text/csv:
              schema:
                $ref: '#/components/schemas/EarningCalendarDay'
  /xEarningsCalendar/GetEarningCalendarRange:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: StartDate
        in: query
        schema:
          type: string
      - name: EndDate
        in: query
        schema:
          type: string
      - name: MinimumMarketCap
        in: query
        schema:
          type: number
          format: double
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/EarningCalendar'
            text/json:
              schema:
                $ref: '#/components/schemas/EarningCalendar'
            application/xml:
              schema:
                $ref: '#/components/schemas/EarningCalendar'
            text/xml:
              schema:
                $ref: '#/components/schemas/EarningCalendar'
            text/csv:
              schema:
                $ref: '#/components/schemas/EarningCalendar'
  /xEarningsCalendar/GetEarningDates:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/EarningDates'
            text/json:
              schema:
                $ref: '#/components/schemas/EarningDates'
            application/xml:
              schema:
                $ref: '#/components/schemas/EarningDates'
            text/xml:
              schema:
                $ref: '#/components/schemas/EarningDates'
            text/csv:
              schema:
                $ref: '#/components/schemas/EarningDates'
  /xEarningsCalendar/GetBoardMeeting:
    get:
      tags:
      - XigniteEarningsCalendar
      parameters:
      - name: Identifier
        in: query
        schema:
          type: string
      - name: IdentifierType
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BoardMeeting'
            text/json:
              schema:
                $ref: '#/components/schemas/BoardMeeting'
            application/xml:
              schema:
                $ref: '#/components/schemas/BoardMeeting'
            text/xml:
              schema:
                $ref: '#/components/schemas/BoardMeeting'
            text/csv:
              schema:
                $ref: '#/components/schemas/BoardMeeting'
components:
  schemas:
    ReplayInformation:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    ConferenceCallInformation:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    SymbolDescription:
      type: object
      properties:
        CompanyName:
          type:
          - string
          - 'null'
        CompanyIdentifier:
          type:
          - string
          - 'null'
        CompanyDomicile:
          type:
          - string
          - 'null'
        CompanyRegion:
          type:
          - string
          - 'null'
        SecurityName:
          type:
          - string
          - 'null'
        Symbol:
          type:
          - string
          - 'null'
        Currency:
          type:
          - string
          - 'null'
        DividendStatus:
          type:
          - string
          - 'null'
      additionalProperties: false
    EarningDates:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    EarningCall:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    Announcement:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    SymbolList:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Market:
            type:
            - string
            - 'null'
          MarketIdentificationCode:
            type:
            - string
            - 'null'
          SymbolDescriptions:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/SymbolDescription'
        additionalProperties: false
    EarningCalendarItem:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    EarningCalendarDay:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    SecurityItemsSets:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    EarningCalendar:
      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
    ExchangeList:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Region:
            type:
            - string
            - 'null'
          ExchangeDescriptions:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/ExchangeDescription'
        additionalProperties: false
    ExchangeDescription:
      type: object
      properties:
        Market:
          type:
          - string
          - 'null'
        MarketIdentificationCode:
          type:
          - string
          - 'null'
      additionalProperties: false
    FundamentalTypesItems:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
    BoardMeeting:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        additionalProperties: false
  securitySchemes:
    basic:
      type: apiKey
      description: Token for your account.
      name: _token
      in: query