Xignite Global Quotes API

Delayed stock quotes for equities across global exchanges, served as REST operations (GetGlobalDelayedQuote, symbol changes, chart bars) in JSON, XML, or CSV from the globalquotes.xignite.com service.

Operations 14

GET /v3/xGlobalQuotes/ListSymbolChanges
GET /v3/xGlobalQuotes/ListSymbols
GET /v3/xGlobalQuotes/ListExchanges
GET /v3/xGlobalQuotes/GetGlobalExtendedQuote
GET /v3/xGlobalQuotes/GetGlobalDelayedQuote
GET /v3/xGlobalQuotes/GetGlobalExtendedQuotes
GET /v3/xGlobalQuotes/GetGlobalDelayedQuotes
GET /v3/xGlobalQuotes/GetGlobalDelayedVWAP
GET /v3/xGlobalQuotes/GetTopMarketMovers
GET /v3/xGlobalQuotes/GetAuctionPrices
GET /v3/xGlobalQuotes/GetChartBars
GET /v3/xGlobalQuotes/GetBars
GET /v3/xGlobalQuotes/GetBar
GET /v3/xGlobalQuotes/GetGlobalIntradayVWAP

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-quotes-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-xigniteglobalquotes-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: XigniteBonds CloudAlerts Xignite Global Quotes API
  version: 1.0.3
servers:
- url: https://globalquotes.xignite.com
security:
- basic: []
tags:
- name: XigniteGlobalQuotes
paths:
  /v3/xGlobalQuotes/ListSymbolChanges:
    get:
      tags:
      - XigniteGlobalQuotes
      parameters:
      - name: Exchange
        in: query
        schema:
          type: string
      - name: ChangesSince
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/SymbolChangeList'
            text/json:
              schema:
                $ref: '#/components/schemas/SymbolChangeList'
            application/xml:
              schema:
                $ref: '#/components/schemas/SymbolChangeList'
            text/xml:
              schema:
                $ref: '#/components/schemas/SymbolChangeList'
            text/csv:
              schema:
                $ref: '#/components/schemas/SymbolChangeList'
  /v3/xGlobalQuotes/ListSymbols:
    get:
      tags:
      - XigniteGlobalQuotes
      parameters:
      - name: Exchange
        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/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'
  /v3/xGlobalQuotes/ListExchanges:
    get:
      tags:
      - XigniteGlobalQuotes
      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'
  /v3/xGlobalQuotes/GetGlobalExtendedQuote:
    get:
      tags:
      - XigniteGlobalQuotes
      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/GlobalExtendedQuote'
            text/json:
              schema:
                $ref: '#/components/schemas/GlobalExtendedQuote'
            application/xml:
              schema:
                $ref: '#/components/schemas/GlobalExtendedQuote'
            text/xml:
              schema:
                $ref: '#/components/schemas/GlobalExtendedQuote'
            text/csv:
              schema:
                $ref: '#/components/schemas/GlobalExtendedQuote'
  /v3/xGlobalQuotes/GetGlobalDelayedQuote:
    get:
      tags:
      - XigniteGlobalQuotes
      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/GlobalQuote'
            text/json:
              schema:
                $ref: '#/components/schemas/GlobalQuote'
            application/xml:
              schema:
                $ref: '#/components/schemas/GlobalQuote'
            text/xml:
              schema:
                $ref: '#/components/schemas/GlobalQuote'
            text/csv:
              schema:
                $ref: '#/components/schemas/GlobalQuote'
  /v3/xGlobalQuotes/GetGlobalExtendedQuotes:
    get:
      tags:
      - XigniteGlobalQuotes
      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/GlobalExtendedQuote'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalExtendedQuote'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalExtendedQuote'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalExtendedQuote'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalExtendedQuote'
  /v3/xGlobalQuotes/GetGlobalDelayedQuotes:
    get:
      tags:
      - XigniteGlobalQuotes
      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/GlobalQuote'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalQuote'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalQuote'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalQuote'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalQuote'
  /v3/xGlobalQuotes/GetGlobalDelayedVWAP:
    get:
      tags:
      - XigniteGlobalQuotes
      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/IntradayVWAP'
            text/json:
              schema:
                $ref: '#/components/schemas/IntradayVWAP'
            application/xml:
              schema:
                $ref: '#/components/schemas/IntradayVWAP'
            text/xml:
              schema:
                $ref: '#/components/schemas/IntradayVWAP'
            text/csv:
              schema:
                $ref: '#/components/schemas/IntradayVWAP'
  /v3/xGlobalQuotes/GetTopMarketMovers:
    get:
      tags:
      - XigniteGlobalQuotes
      parameters:
      - name: MarketMoverType
        in: query
        schema:
          allOf:
          - $ref: '#/components/schemas/MarketMoverTypes'
      - name: NumberOfMarketMovers
        in: query
        schema:
          type: integer
          format: int32
      - name: Exchanges
        in: query
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MarketMovers'
            text/json:
              schema:
                $ref: '#/components/schemas/MarketMovers'
            application/xml:
              schema:
                $ref: '#/components/schemas/MarketMovers'
            text/xml:
              schema:
                $ref: '#/components/schemas/MarketMovers'
            text/csv:
              schema:
                $ref: '#/components/schemas/MarketMovers'
  /v3/xGlobalQuotes/GetAuctionPrices:
    get:
      tags:
      - XigniteGlobalQuotes
      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/GlobalAuctionQuote'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalAuctionQuote'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalAuctionQuote'
            text/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalAuctionQuote'
            text/csv:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/GlobalAuctionQuote'
  /v3/xGlobalQuotes/GetChartBars:
    get:
      tags:
      - XigniteGlobalQuotes
      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/EquityChartBars'
            text/json:
              schema:
                $ref: '#/components/schemas/EquityChartBars'
            application/xml:
              schema:
                $ref: '#/components/schemas/EquityChartBars'
            text/xml:
              schema:
                $ref: '#/components/schemas/EquityChartBars'
            text/csv:
              schema:
                $ref: '#/components/schemas/EquityChartBars'
  /v3/xGlobalQuotes/GetBars:
    get:
      tags:
      - XigniteGlobalQuotes
      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/TickPrecisions'
      - name: Period
        in: query
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GlobalBars'
            text/json:
              schema:
                $ref: '#/components/schemas/GlobalBars'
            application/xml:
              schema:
                $ref: '#/components/schemas/GlobalBars'
            text/xml:
              schema:
                $ref: '#/components/schemas/GlobalBars'
            text/csv:
              schema:
                $ref: '#/components/schemas/GlobalBars'
  /v3/xGlobalQuotes/GetBar:
    get:
      tags:
      - XigniteGlobalQuotes
      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/TickPrecisions'
      - name: Period
        in: query
        schema:
          type: integer
          format: int32
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GlobalBar'
            text/json:
              schema:
                $ref: '#/components/schemas/GlobalBar'
            application/xml:
              schema:
                $ref: '#/components/schemas/GlobalBar'
            text/xml:
              schema:
                $ref: '#/components/schemas/GlobalBar'
            text/csv:
              schema:
                $ref: '#/components/schemas/GlobalBar'
  /v3/xGlobalQuotes/GetGlobalIntradayVWAP:
    get:
      tags:
      - XigniteGlobalQuotes
      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
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/IntradayVWAP'
            text/json:
              schema:
                $ref: '#/components/schemas/IntradayVWAP'
            application/xml:
              schema:
                $ref: '#/components/schemas/IntradayVWAP'
            text/xml:
              schema:
                $ref: '#/components/schemas/IntradayVWAP'
            text/csv:
              schema:
                $ref: '#/components/schemas/IntradayVWAP'
components:
  schemas:
    SymbolList:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Exchange:
            allOf:
            - $ref: '#/components/schemas/ExchangeDescription'
          SecurityDescriptions:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/SecurityDescription'
        additionalProperties: false
    GlobalExtendedQuote:
      allOf:
      - $ref: '#/components/schemas/GlobalQuote'
      - type: object
        properties:
          VolumeDate:
            type:
            - string
            - 'null'
          ExtendedHoursDate:
            type:
            - string
            - 'null'
          ExtendedHoursTime:
            type:
            - string
            - 'null'
          ExtendedHoursType:
            type:
            - string
            - 'null'
          ExtendedHoursPrice:
            type: number
            format: double
          ExtendedHoursChange:
            type: number
            format: double
          ExtendedHoursPercentChange:
            type: number
            format: double
          ExtendedHoursTradeConditions:
            type:
            - string
            - 'null'
          LimitDate:
            type:
            - string
            - 'null'
          LimitTime:
            type:
            - string
            - 'null'
          LimitDown:
            type: number
            format: double
          LimitUp:
            type: number
            format: double
        additionalProperties: false
    SymbolChangeList:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          DateTime:
            type:
            - string
            - 'null'
          SymbolChanges:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/SymbolChange'
        additionalProperties: false
    ExchangeList:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          ExchangeDescriptions:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/ExchangeDescription'
        additionalProperties: false
    GlobalBars:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Identifier:
            type:
            - string
            - 'null'
          IdentifierType:
            type:
            - string
            - 'null'
          Bars:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/Bar'
          Security:
            allOf:
            - $ref: '#/components/schemas/Security'
        additionalProperties: false
    GlobalAuctionQuote:
      allOf:
      - $ref: '#/components/schemas/QuoteWithSecurity'
      - type: object
        properties:
          OpeningAuction:
            type: number
            format: double
          OpeningAuctionSize:
            type: number
            format: double
          OpeningAuctionDate:
            type:
            - string
            - 'null'
          OpeningAuctionTime:
            type:
            - string
            - 'null'
          ClosingAuction:
            type: number
            format: double
          ClosingAuctionSize:
            type: number
            format: double
          ClosingAuctionDate:
            type:
            - string
            - 'null'
          ClosingAuctionTime:
            type:
            - string
            - 'null'
          LastAuction:
            type: number
            format: double
          LastAuctionSize:
            type: number
            format: double
          PreviousClosingAuction:
            type: number
            format: double
          PreviousClosingAuctionDate:
            type:
            - string
            - 'null'
          UTCOffset:
            type: number
            format: double
          Date:
            type:
            - string
            - 'null'
          Time:
            type:
            - string
            - 'null'
          Identifier:
            type:
            - string
            - 'null'
          IdentifierType:
            type:
            - string
            - 'null'
        additionalProperties: false
    OutcomeTypes:
      enum:
      - Success
      - SystemError
      - RequestError
      - RegistrationError
      type: string
    QuoteWithSecurity:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Security:
            allOf:
            - $ref: '#/components/schemas/Security'
        additionalProperties: false
    GlobalQuote:
      allOf:
      - $ref: '#/components/schemas/QuoteWithSecurity'
      - type: object
        properties:
          Date:
            type:
            - string
            - 'null'
          Time:
            type:
            - string
            - 'null'
          UTCOffset:
            type: number
            format: double
          Open:
            type: number
            format: double
          Close:
            type: number
            format: double
          High:
            type: number
            format: double
          Low:
            type: number
            format: double
          Last:
            type: number
            format: double
          LastSize:
            type: number
            format: double
          Volume:
            type: number
            format: double
          PreviousClose:
            type: number
            format: double
          PreviousCloseDate:
            type:
            - string
            - 'null'
          ChangeFromPreviousClose:
            type: number
            format: double
          PercentChangeFromPreviousClose:
            type: number
            format: double
          Bid:
            type: number
            format: double
          BidSize:
            type: number
            format: double
          BidDate:
            type:
            - string
            - 'null'
          BidTime:
            type:
            - string
            - 'null'
          Ask:
            type: number
            format: double
          AskSize:
            type: number
            format: double
          AskDate:
            type:
            - string
            - 'null'
          AskTime:
            type:
            - string
            - 'null'
          High52Weeks:
            type: number
            format: double
          Low52Weeks:
            type: number
            format: double
          Currency:
            type:
            - string
            - 'null'
          TradingHalted:
            type: boolean
          BidMarketIdentificationCode:
            type:
            - string
            - 'null'
          AskMarketIdentificationCode:
            type:
            - string
            - 'null'
          LastMarketIdentificationCode:
            type:
            - string
            - 'null'
          Identifier:
            type:
            - string
            - 'null'
          IdentifierType:
            type:
            - string
            - 'null'
        additionalProperties: false
    GlobalBar:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Bar:
            allOf:
            - $ref: '#/components/schemas/Bar'
          Identifier:
            type:
            - string
            - 'null'
          IdentifierType:
            type:
            - string
            - 'null'
          Security:
            allOf:
            - $ref: '#/components/schemas/Security'
        additionalProperties: false
    SymbolChange:
      type: object
      properties:
        Symbol:
          type:
          - string
          - 'null'
        OldSymbol:
          type:
          - string
          - 'null'
        Name:
          type:
          - string
          - 'null'
        OldName:
          type:
          - string
          - 'null'
        Exchange:
          type:
          - string
          - 'null'
        OldExchange:
          type:
          - string
          - 'null'
        Currency:
          type:
          - string
          - 'null'
        OldCurrency:
          type:
          - string
          - 'null'
        Type:
          type:
          - string
          - 'null'
        InstrumentClass:
          type:
          - string
          - 'null'
      additionalProperties: false
    EquityChartBars:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          Security:
            allOf:
            - $ref: '#/components/schemas/Security'
          ChartBars:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/ChartBar'
          Identifier:
            type:
            - string
            - 'null'
          IdentifierType:
            type:
            - string
            - 'null'
          Timing:
            type:
            - string
            - 'null'
        additionalProperties: false
    MarketMovers:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          MarketMoverType:
            type:
            - string
            - 'null'
          NumberOfMarketMovers:
            type: integer
            format: int32
          Exchanges:
            type:
            - string
            - 'null'
          InstrumentClass:
            type:
            - string
            - 'null'
          Universe:
            type:
            - string
            - 'null'
          Movers:
            type:
            - array
            - 'null'
            items:
              $ref: '#/components/schemas/MarketMover'
        additionalProperties: false
    Security:
      type: object
      properties:
        CIK:
          type:
          - string
          - 'null'
        CUSIP:
          type:
          - string
          - 'null'
        Symbol:
          type:
          - string
          - 'null'
        ISIN:
          type:
          - string
          - 'null'
        Valoren:
          type:
          - string
          - 'null'
        Name:
          type:
          - string
          - 'null'
        Market:
          type:
          - string
          - 'null'
        MarketIdentificationCode:
          type:
          - string
          - 'null'
        MostLiquidExchange:
          type: boolean
        CategoryOrIndustry:
          type:
          - string
          - 'null'
      additionalProperties: false
    SecurityDescription:
      type: object
      properties:
        Symbol:
          type:
          - string
          - 'null'
        Currency:
          type:
          - string
          - 'null'
        Name:
          type:
          - string
          - 'null'
      additionalProperties: false
    MarketMover:
      allOf:
      - $ref: '#/components/schemas/Common'
      - type: object
        properties:
          MarketMoverType:
            type:
            - string
            - 'null'
          Symbol:
            type:
            - string
            - 'null'
          Name:
            type:
            - string
            - 'null'
          InstrumentClass:
            type:
            - string
            - 'null'
          Market:
            type:
            - string
            - 'null'
          MarketIdentificationCode:
            type:
            - string
            - 'null'
          Date:
            type:
            - string
            - 'null'
          Time:
            type:
            - string
            - 'null'
          UTCOffset:
            type: number
            format: double
          Last:
            type: number
            format: double
          ChangeFromPreviousClose:
            type: number
            format: double
          PercentChangeFromPreviousClose:
            type: number
            format: double
          Volume:
            type: number
            format: double
          Currency:
            type:
            - string
            - 'null'
        additionalProperties: false
    MarketMoverTypes:
      enum:
      - PercentGainers
      - PercentLosers
      - MostActive
      type: string
    IntradayVWAP:
      allOf:
      - $ref: '#/components/schemas/QuoteWithSecurity'
      - type: object
        properties:
          Date:
            type:
            - string
            - 'null'
          StartTime:
            type:
            - string
            - 'null'
          EndTime:
            type:
            - string
            - 'null'
          UTCOffset:
            type: number
            format: double
          VWAPType:
            allOf:
            - $ref: '#/components/schemas/IntradayVWAPTypes'
          VWAP:
            type: number
            format: double
          High:
            type: number
            format: double
          Low:
            type: number
            format: double
          Average:
            type: number
            format: double
          Amount:
            type: number
            format: double
          Volume:
            type: number
            format: double
          Trades:
            type: integer
            format: int32
          Identifier:
            type:
            - string
            - 'null'
          IdentifierType:
            type:
            - string
            - 'null'
        additionalProperties: false
    IdentifierTypes:
      enum:
      - Symbol
      - CIK
      - CUSIP
      - ISIN
      - Valoren
      - SEDOL
      - FIGI
      - CompositeFIGI
      type: string
    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
        Trades:
          type: integer
          format: int32
        TWAP:
          type: number
          format: double
        VWAP:
          type: number
          format: double
      additionalProperties: false
    IntradayVWAPTypes:
      enum:
      - RealTime
      - Delayed
      - OneMinute
      - FiveMinute
      - TenMinute
      - ThirtyMinute
      - OneHour
      - Period
      type: string
    TickPrecisions:
      enum:
      - Seconds
      - Minutes
      - Hours
      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
    ExchangeDescription:
      type: object
      properties:
        MarketIdentificationCode:
          type:
          - string
          - 'null'
        Market:
          type:
          - string
          - 'null'
      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
  securitySchemes:
    basic:
      type: apiKey
      description: Token for your account.
      name: _token
      in: query