Factset · Capability

FactSet Real-Time Quotes API — Selections

FactSet Real-Time Quotes API — Selections. 6 operations. Lead operation: Factset Set of Custom Instrument-level Selection Lists.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSelections

What You Can Do

GET
Getinstrumentselectionlistlist — Factset Set of Custom Instrument-level Selection Lists.
/v1/instrument/selectionlist/list
GET
Getinstrumentselectionlistlistbyinstrument — Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument Is a Member.
/v1/instrument/selectionlist/listbyinstrument
POST
Postinstrumentselectionlistmemberslist — Factset List of Instruments Belonging to an Instrument-level Selection List.
/v1/instrument/selectionlist/members/list
GET
Getnotationselectionlistlist — Factset Set of Custom Notation-level Selection Lists.
/v1/notation/selectionlist/list
GET
Getnotationselectionlistlistbynotation — Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is a Member.
/v1/notation/selectionlist/listbynotation
POST
Postnotationselectionlistmemberslist — Factset List of Notations Belonging to a Notation-level Selection List.
/v1/notation/selectionlist/members/list

MCP Tools

factset-set-custom-instrument-level

Factset Set of Custom Instrument-level Selection Lists.

read-only idempotent
factset-each-given-instrument-returns

Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument Is a Member.

read-only idempotent
factset-list-instruments-belonging-instrument

Factset List of Instruments Belonging to an Instrument-level Selection List.

read-only
factset-set-custom-notation-level

Factset Set of Custom Notation-level Selection Lists.

read-only idempotent
factset-each-given-notation-returns

Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is a Member.

read-only idempotent
factset-list-notations-belonging-notation

Factset List of Notations Belonging to a Notation-level Selection List.

read-only

Capability Spec

real-time-quotes-selections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Selections
  description: 'FactSet Real-Time Quotes API — Selections. 6 operations. Lead operation: Factset Set of Custom Instrument-level
    Selection Lists.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Selections
  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-selections
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Selections business capability. Self-contained, no shared references.
    resources:
    - name: instrument-selectionList-list
      path: /instrument/selectionList/list
      operations:
      - name: getinstrumentselectionlistlist
        method: GET
        description: Factset Set of Custom Instrument-level Selection Lists.
        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: instrument-selectionList-listByInstrument
      path: /instrument/selectionList/listByInstrument
      operations:
      - name: getinstrumentselectionlistlistbyinstrument
        method: GET
        description: Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument
          Is a Member.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifiers
          in: query
          type: array
          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: instrument-selectionList-members-list
      path: /instrument/selectionList/members/list
      operations:
      - name: postinstrumentselectionlistmemberslist
        method: POST
        description: Factset List of Instruments Belonging to an Instrument-level Selection List.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: notation-selectionList-list
      path: /notation/selectionList/list
      operations:
      - name: getnotationselectionlistlist
        method: GET
        description: Factset Set of Custom Notation-level Selection Lists.
        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: notation-selectionList-listByNotation
      path: /notation/selectionList/listByNotation
      operations:
      - name: getnotationselectionlistlistbynotation
        method: GET
        description: Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is
          a Member.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifiers
          in: query
          type: array
          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: notation-selectionList-members-list
      path: /notation/selectionList/members/list
      operations:
      - name: postnotationselectionlistmemberslist
        method: POST
        description: Factset List of Notations Belonging to a Notation-level Selection List.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-selections-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Selections. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/instrument/selectionlist/list
      name: instrument-selectionlist-list
      description: REST surface for instrument-selectionList-list.
      operations:
      - method: GET
        name: getinstrumentselectionlistlist
        description: Factset Set of Custom Instrument-level Selection Lists.
        call: real-time-quotes-selections.getinstrumentselectionlistlist
        with:
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/selectionlist/listbyinstrument
      name: instrument-selectionlist-listbyinstrument
      description: REST surface for instrument-selectionList-listByInstrument.
      operations:
      - method: GET
        name: getinstrumentselectionlistlistbyinstrument
        description: Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument
          Is a Member.
        call: real-time-quotes-selections.getinstrumentselectionlistlistbyinstrument
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/selectionlist/members/list
      name: instrument-selectionlist-members-list
      description: REST surface for instrument-selectionList-members-list.
      operations:
      - method: POST
        name: postinstrumentselectionlistmemberslist
        description: Factset List of Instruments Belonging to an Instrument-level Selection List.
        call: real-time-quotes-selections.postinstrumentselectionlistmemberslist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/selectionlist/list
      name: notation-selectionlist-list
      description: REST surface for notation-selectionList-list.
      operations:
      - method: GET
        name: getnotationselectionlistlist
        description: Factset Set of Custom Notation-level Selection Lists.
        call: real-time-quotes-selections.getnotationselectionlistlist
        with:
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/selectionlist/listbynotation
      name: notation-selectionlist-listbynotation
      description: REST surface for notation-selectionList-listByNotation.
      operations:
      - method: GET
        name: getnotationselectionlistlistbynotation
        description: Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is
          a Member.
        call: real-time-quotes-selections.getnotationselectionlistlistbynotation
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/selectionlist/members/list
      name: notation-selectionlist-members-list
      description: REST surface for notation-selectionList-members-list.
      operations:
      - method: POST
        name: postnotationselectionlistmemberslist
        description: Factset List of Notations Belonging to a Notation-level Selection List.
        call: real-time-quotes-selections.postnotationselectionlistmemberslist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-selections-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Selections. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-set-custom-instrument-level
      description: Factset Set of Custom Instrument-level Selection Lists.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-selections.getinstrumentselectionlistlist
      with:
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-each-given-instrument-returns
      description: Factset for Each Given Instrument, Returns the Instrument-level Selection Lists of Which the Instrument
        Is a Member.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-selections.getinstrumentselectionlistlistbyinstrument
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-instruments-belonging-instrument
      description: Factset List of Instruments Belonging to an Instrument-level Selection List.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-selections.postinstrumentselectionlistmemberslist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-set-custom-notation-level
      description: Factset Set of Custom Notation-level Selection Lists.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-selections.getnotationselectionlistlist
      with:
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-each-given-notation-returns
      description: Factset for Each Given Notation, Returns the Notation-level Selection Lists of Which the Notation Is a
        Member.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-selections.getnotationselectionlistlistbynotation
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-notations-belonging-notation
      description: Factset List of Notations Belonging to a Notation-level Selection List.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-selections.postnotationselectionlistmemberslist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.