Factset · Capability

FactSet Real-Time Quotes API — Type

FactSet Real-Time Quotes API — Type. 10 operations. Lead operation: Factset List of Background Text Types.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetType

What You Can Do

POST
Postbasicbackgroundtexttypelist — Factset List of Background Text Types.
/v1/basic/backgroundtext/type/list
GET
Getbasicbenchmarktypelist — Factset List of Benchmark Types.
/v1/basic/benchmark/type/list
GET
Getbasicfrequencytypelist — Factset List of Frequency Types.
/v1/basic/frequency/type/list
GET
Getbasicmarkettypelist — Factset List of Market Types.
/v1/basic/market/type/list
POST
Postbasicmediatypelist — Factset List of Internet Media Types.
/v1/basic/media/type/list
GET
Getcategorysystemtypelist — Factset List of Category System Types.
/v1/category/system/type/list
POST
Postinstrumentbackgroundtexttypelist — Factset List of Background Text Types for Instruments.
/v1/instrument/backgroundtext/type/list
GET
Getinstrumentcoupondaycountconventiontypelist — Factset List of Day Count Convention Types.
/v1/instrument/coupon/daycountconvention/type/list
GET
Getinstrumentcouponinterestratetypelist — Factset List of Interest Rate Types.
/v1/instrument/coupon/interestrate/type/list
GET
Getpricestradingscheduleeventtypelist — Factset Trading Schedule Event Types.
/v1/prices/tradingschedule/event/type/list

MCP Tools

factset-list-background-text-types

Factset List of Background Text Types.

read-only
factset-list-benchmark-types

Factset List of Benchmark Types.

read-only idempotent
factset-list-frequency-types

Factset List of Frequency Types.

read-only idempotent
factset-list-market-types

Factset List of Market Types.

read-only idempotent
factset-list-internet-media-types

Factset List of Internet Media Types.

read-only
factset-list-category-system-types

Factset List of Category System Types.

read-only idempotent
factset-list-background-text-types-2

Factset List of Background Text Types for Instruments.

read-only
factset-list-day-count-convention

Factset List of Day Count Convention Types.

read-only idempotent
factset-list-interest-rate-types

Factset List of Interest Rate Types.

read-only idempotent
factset-trading-schedule-event-types

Factset Trading Schedule Event Types.

read-only idempotent

Capability Spec

real-time-quotes-type.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Type
  description: 'FactSet Real-Time Quotes API — Type. 10 operations. Lead operation: Factset List of Background Text Types..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Type
  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-type
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Type business capability. Self-contained, no shared references.
    resources:
    - name: basic-backgroundText-type-list
      path: /basic/backgroundText/type/list
      operations:
      - name: postbasicbackgroundtexttypelist
        method: POST
        description: Factset List of Background Text Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: basic-benchmark-type-list
      path: /basic/benchmark/type/list
      operations:
      - name: getbasicbenchmarktypelist
        method: GET
        description: Factset List of Benchmark 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.
        - name: _language
          in: query
          type: string
    - name: basic-frequency-type-list
      path: /basic/frequency/type/list
      operations:
      - name: getbasicfrequencytypelist
        method: GET
        description: Factset List of Frequency 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.
        - name: _language
          in: query
          type: string
    - name: basic-market-type-list
      path: /basic/market/type/list
      operations:
      - name: getbasicmarkettypelist
        method: GET
        description: Factset List of Market 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.
        - name: _language
          in: query
          type: string
        - name: _sort
          in: query
          type: array
          description: Sortable attributes. The sort order is ascending unless it is prefixed with a minus sign, in which
            case it is descending. A list of at most 1 (possibly prefixed
    - name: basic-media-type-list
      path: /basic/media/type/list
      operations:
      - name: postbasicmediatypelist
        method: POST
        description: Factset List of Internet Media Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: category-system-type-list
      path: /category/system/type/list
      operations:
      - name: getcategorysystemtypelist
        method: GET
        description: Factset List of Category System 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.
        - name: _language
          in: query
          type: string
    - name: instrument-backgroundText-type-list
      path: /instrument/backgroundText/type/list
      operations:
      - name: postinstrumentbackgroundtexttypelist
        method: POST
        description: Factset List of Background Text Types for Instruments.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: instrument-coupon-dayCountConvention-type-list
      path: /instrument/coupon/dayCountConvention/type/list
      operations:
      - name: getinstrumentcoupondaycountconventiontypelist
        method: GET
        description: Factset List of Day Count Convention 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.
        - name: _language
          in: query
          type: string
    - name: instrument-coupon-interestRate-type-list
      path: /instrument/coupon/interestRate/type/list
      operations:
      - name: getinstrumentcouponinterestratetypelist
        method: GET
        description: Factset List of Interest Rate 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.
        - name: _language
          in: query
          type: string
    - 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-type-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Type. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/basic/backgroundtext/type/list
      name: basic-backgroundtext-type-list
      description: REST surface for basic-backgroundText-type-list.
      operations:
      - method: POST
        name: postbasicbackgroundtexttypelist
        description: Factset List of Background Text Types.
        call: real-time-quotes-type.postbasicbackgroundtexttypelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/basic/benchmark/type/list
      name: basic-benchmark-type-list
      description: REST surface for basic-benchmark-type-list.
      operations:
      - method: GET
        name: getbasicbenchmarktypelist
        description: Factset List of Benchmark Types.
        call: real-time-quotes-type.getbasicbenchmarktypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/basic/frequency/type/list
      name: basic-frequency-type-list
      description: REST surface for basic-frequency-type-list.
      operations:
      - method: GET
        name: getbasicfrequencytypelist
        description: Factset List of Frequency Types.
        call: real-time-quotes-type.getbasicfrequencytypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/basic/market/type/list
      name: basic-market-type-list
      description: REST surface for basic-market-type-list.
      operations:
      - method: GET
        name: getbasicmarkettypelist
        description: Factset List of Market Types.
        call: real-time-quotes-type.getbasicmarkettypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
          _sort: rest._sort
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/basic/media/type/list
      name: basic-media-type-list
      description: REST surface for basic-media-type-list.
      operations:
      - method: POST
        name: postbasicmediatypelist
        description: Factset List of Internet Media Types.
        call: real-time-quotes-type.postbasicmediatypelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/category/system/type/list
      name: category-system-type-list
      description: REST surface for category-system-type-list.
      operations:
      - method: GET
        name: getcategorysystemtypelist
        description: Factset List of Category System Types.
        call: real-time-quotes-type.getcategorysystemtypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/backgroundtext/type/list
      name: instrument-backgroundtext-type-list
      description: REST surface for instrument-backgroundText-type-list.
      operations:
      - method: POST
        name: postinstrumentbackgroundtexttypelist
        description: Factset List of Background Text Types for Instruments.
        call: real-time-quotes-type.postinstrumentbackgroundtexttypelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/coupon/daycountconvention/type/list
      name: instrument-coupon-daycountconvention-type-list
      description: REST surface for instrument-coupon-dayCountConvention-type-list.
      operations:
      - method: GET
        name: getinstrumentcoupondaycountconventiontypelist
        description: Factset List of Day Count Convention Types.
        call: real-time-quotes-type.getinstrumentcoupondaycountconventiontypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/coupon/interestrate/type/list
      name: instrument-coupon-interestrate-type-list
      description: REST surface for instrument-coupon-interestRate-type-list.
      operations:
      - method: GET
        name: getinstrumentcouponinterestratetypelist
        description: Factset List of Interest Rate Types.
        call: real-time-quotes-type.getinstrumentcouponinterestratetypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        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-type.getpricestradingscheduleeventtypelist
        with:
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-type-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Type. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-list-background-text-types
      description: Factset List of Background Text Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-type.postbasicbackgroundtexttypelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-benchmark-types
      description: Factset List of Benchmark Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-type.getbasicbenchmarktypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-frequency-types
      description: Factset List of Frequency Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-type.getbasicfrequencytypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-market-types
      description: Factset List of Market Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-type.getbasicmarkettypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
        _sort: tools._sort
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-internet-media-types
      description: Factset List of Internet Media Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-type.postbasicmediatypelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-category-system-types
      description: Factset List of Category System Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-type.getcategorysystemtypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-background-text-types-2
      description: Factset List of Background Text Types for Instruments.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-type.postinstrumentbackgroundtexttypelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-day-count-convention
      description: Factset List of Day Count Convention Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-type.getinstrumentcoupondaycountconventiontypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-interest-rate-types
      description: Factset List of Interest Rate Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-type.getinstrumentcouponinterestratetypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      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-type.getpricestradingscheduleeventtypelist
      with:
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.