Factset · Capability

FactSet Real-Time Quotes API — Schedules

FactSet Real-Time Quotes API — Schedules. 2 operations. Lead operation: Factset Sequence of Market-related Events.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSchedules

What You Can Do

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-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-schedules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Schedules
  description: 'FactSet Real-Time Quotes API — Schedules. 2 operations. Lead operation: Factset Sequence of Market-related
    Events.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Schedules
  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-schedules
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Schedules business capability. Self-contained, no shared references.
    resources:
    - 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-schedules-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Schedules. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-schedules.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-schedules.getpricestradingscheduleeventtypelist
        with:
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-schedules-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Schedules. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-sequence-market-related-events
      description: Factset Sequence of Market-related Events.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-quotes-schedules.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-schedules.getpricestradingscheduleeventtypelist
      with:
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.