Factset · Capability

FactSet Real-Time Quotes API — Set

FactSet Real-Time Quotes API — Set. 4 operations. Lead operation: Retrieve Factset Identifiers for a Given Notation.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSet

What You Can Do

GET
Getnotationcrossreferencefactsetidentifierget — Retrieve Factset Identifiers for a Given Notation.
/v1/notation/crossreference/factsetidentifier/get
POST
Postnotationcrossreferencefactsetidentifierlistbyfactsetidentifier — Retrieve a List of Notations for a Given Factset Identifier.
/v1/notation/crossreference/factsetidentifier/listbyfactsetidentifier
POST
Postnotationcrossreferencefactsetidentifierlistbyinstrument — Retrieve a List of Factset Identifiers for a Given Instrument.
/v1/notation/crossreference/factsetidentifier/listbyinstrument
GET
Getnotationcrossreferencegetbyfactsetmarketsymbol — Translate a Factset Market Symbol to a Notation.
/v1/notation/crossreference/getbyfactsetmarketsymbol

MCP Tools

retrieve-factset-identifiers-given-notation

Retrieve Factset Identifiers for a Given Notation.

read-only idempotent
retrieve-list-notations-given-factset

Retrieve a List of Notations for a Given Factset Identifier.

read-only
retrieve-list-factset-identifiers-given

Retrieve a List of Factset Identifiers for a Given Instrument.

read-only
translate-factset-market-symbol-notation

Translate a Factset Market Symbol to a Notation.

read-only idempotent

Capability Spec

real-time-quotes-set.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Set
  description: 'FactSet Real-Time Quotes API — Set. 4 operations. Lead operation: Retrieve Factset Identifiers for a Given
    Notation.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Set
  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-set
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Set business capability. Self-contained, no shared references.
    resources:
    - name: notation-crossReference-factSetIdentifier-get
      path: /notation/crossReference/factSetIdentifier/get
      operations:
      - name: getnotationcrossreferencefactsetidentifierget
        method: GET
        description: Retrieve Factset Identifiers for a Given Notation.
        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: notation-crossReference-factSetIdentifier-listByFactSetIdentifier
      path: /notation/crossReference/factSetIdentifier/listByFactSetIdentifier
      operations:
      - name: postnotationcrossreferencefactsetidentifierlistbyfactsetidentifier
        method: POST
        description: Retrieve a List of Notations for a Given Factset Identifier.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: notation-crossReference-factSetIdentifier-listByInstrument
      path: /notation/crossReference/factSetIdentifier/listByInstrument
      operations:
      - name: postnotationcrossreferencefactsetidentifierlistbyinstrument
        method: POST
        description: Retrieve a List of Factset Identifiers for a Given Instrument.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: notation-crossReference-getByFactSetMarketSymbol
      path: /notation/crossReference/getByFactSetMarketSymbol
      operations:
      - name: getnotationcrossreferencegetbyfactsetmarketsymbol
        method: GET
        description: Translate a Factset Market Symbol to a Notation.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: factSetMarketSymbol
          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: _language
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-set-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Set. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/notation/crossreference/factsetidentifier/get
      name: notation-crossreference-factsetidentifier-get
      description: REST surface for notation-crossReference-factSetIdentifier-get.
      operations:
      - method: GET
        name: getnotationcrossreferencefactsetidentifierget
        description: Retrieve Factset Identifiers for a Given Notation.
        call: real-time-quotes-set.getnotationcrossreferencefactsetidentifierget
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/crossreference/factsetidentifier/listbyfactsetidentifier
      name: notation-crossreference-factsetidentifier-listbyfactsetidentifier
      description: REST surface for notation-crossReference-factSetIdentifier-listByFactSetIdentifier.
      operations:
      - method: POST
        name: postnotationcrossreferencefactsetidentifierlistbyfactsetidentifier
        description: Retrieve a List of Notations for a Given Factset Identifier.
        call: real-time-quotes-set.postnotationcrossreferencefactsetidentifierlistbyfactsetidentifier
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/crossreference/factsetidentifier/listbyinstrument
      name: notation-crossreference-factsetidentifier-listbyinstrument
      description: REST surface for notation-crossReference-factSetIdentifier-listByInstrument.
      operations:
      - method: POST
        name: postnotationcrossreferencefactsetidentifierlistbyinstrument
        description: Retrieve a List of Factset Identifiers for a Given Instrument.
        call: real-time-quotes-set.postnotationcrossreferencefactsetidentifierlistbyinstrument
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/crossreference/getbyfactsetmarketsymbol
      name: notation-crossreference-getbyfactsetmarketsymbol
      description: REST surface for notation-crossReference-getByFactSetMarketSymbol.
      operations:
      - method: GET
        name: getnotationcrossreferencegetbyfactsetmarketsymbol
        description: Translate a Factset Market Symbol to a Notation.
        call: real-time-quotes-set.getnotationcrossreferencegetbyfactsetmarketsymbol
        with:
          factSetMarketSymbol: rest.factSetMarketSymbol
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-set-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Set. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: retrieve-factset-identifiers-given-notation
      description: Retrieve Factset Identifiers for a Given Notation.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-set.getnotationcrossreferencefactsetidentifierget
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-list-notations-given-factset
      description: Retrieve a List of Notations for a Given Factset Identifier.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-set.postnotationcrossreferencefactsetidentifierlistbyfactsetidentifier
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-list-factset-identifiers-given
      description: Retrieve a List of Factset Identifiers for a Given Instrument.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-set.postnotationcrossreferencefactsetidentifierlistbyinstrument
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: translate-factset-market-symbol-notation
      description: Translate a Factset Market Symbol to a Notation.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-set.getnotationcrossreferencegetbyfactsetmarketsymbol
      with:
        factSetMarketSymbol: tools.factSetMarketSymbol
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.