Factset · Capability

FactSet Real-Time Quotes API — Trading

FactSet Real-Time Quotes API — Trading. 3 operations. Lead operation: Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetTrading

What You Can Do

GET
Getnotationkeyfigurestradingdayaverageget — Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.
/v1/notation/keyfigures/tradingday/average/get
POST
Postpricestradingscheduleeventlist — Factset Sequence of Market-related Events.
/v1/prices/tradingschedule/event/list
GET
Getpricestradingscheduleeventtypelist — Factset Trading Schedule Event Types.
/v1/prices/tradingschedule/event/type/list

MCP Tools

factset-average-end-day-eod

Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.

read-only idempotent
factset-sequence-market-related-events

Factset Sequence of Market-related Events.

factset-trading-schedule-event-types

Factset Trading Schedule Event Types.

read-only idempotent

Capability Spec

real-time-quotes-trading.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Trading
  description: 'FactSet Real-Time Quotes API — Trading. 3 operations. Lead operation: Factset Average End-of-day (eod) Key
    Figures for Different Trading Days Periods.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Trading
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: real-time-quotes-trading
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Trading business capability. Self-contained, no shared references.
    resources:
    - name: notation-keyFigures-tradingDay-average-get
      path: /notation/keyFigures/tradingDay/average/get
      operations:
      - name: getnotationkeyfigurestradingdayaverageget
        method: GET
        description: Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: query
          type: string
          required: true
        - name: identifierType
          in: query
          type: string
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
    - name: prices-tradingSchedule-event-list
      path: /prices/tradingSchedule/event/list
      operations:
      - name: postpricestradingscheduleeventlist
        method: POST
        description: Factset Sequence of Market-related Events.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: prices-tradingSchedule-event-type-list
      path: /prices/tradingSchedule/event/type/list
      operations:
      - name: getpricestradingscheduleeventtypelist
        method: GET
        description: Factset Trading Schedule Event Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-trading-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Trading. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/notation/keyfigures/tradingday/average/get
      name: notation-keyfigures-tradingday-average-get
      description: REST surface for notation-keyFigures-tradingDay-average-get.
      operations:
      - method: GET
        name: getnotationkeyfigurestradingdayaverageget
        description: Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.
        call: real-time-quotes-trading.getnotationkeyfigurestradingdayaverageget
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/tradingschedule/event/list
      name: prices-tradingschedule-event-list
      description: REST surface for prices-tradingSchedule-event-list.
      operations:
      - method: POST
        name: postpricestradingscheduleeventlist
        description: Factset Sequence of Market-related Events.
        call: real-time-quotes-trading.postpricestradingscheduleeventlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/tradingschedule/event/type/list
      name: prices-tradingschedule-event-type-list
      description: REST surface for prices-tradingSchedule-event-type-list.
      operations:
      - method: GET
        name: getpricestradingscheduleeventtypelist
        description: Factset Trading Schedule Event Types.
        call: real-time-quotes-trading.getpricestradingscheduleeventtypelist
        with:
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-trading-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Trading. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-average-end-day-eod
      description: Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-trading.getnotationkeyfigurestradingdayaverageget
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-sequence-market-related-events
      description: Factset Sequence of Market-related Events.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-quotes-trading.postpricestradingscheduleeventlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-trading-schedule-event-types
      description: Factset Trading Schedule Event Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-trading.getpricestradingscheduleeventtypelist
      with:
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.