Factset · Capability

FactSet Real-Time Quotes API — N

FactSet Real-Time Quotes API — N. 3 operations. Lead operation: Factset Translate Wkn to Instrument.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetN

What You Can Do

GET
Getinstrumentcrossreferencegetbywkn — Factset Translate Wkn to Instrument.
/v1/instrument/crossreference/getbywkn
GET
Getinstrumentcrossreferencehistorygetbywkn — Factset Wkn to Instrument Translation History.
/v1/instrument/crossreference/history/getbywkn
POST
Postinstrumentcrossreferencelistbywkn — Factset Translate a List of Wkns to Instruments.
/v1/instrument/crossreference/listbywkn

MCP Tools

factset-translate-wkn-instrument

Factset Translate Wkn to Instrument.

read-only idempotent
factset-wkn-instrument-translation-history

Factset Wkn to Instrument Translation History.

read-only idempotent
factset-translate-list-wkns-instruments

Factset Translate a List of Wkns to Instruments.

read-only

Capability Spec

real-time-quotes-n.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — N
  description: 'FactSet Real-Time Quotes API — N. 3 operations. Lead operation: Factset Translate Wkn to Instrument.. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - N
  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-n
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — N business capability. Self-contained, no shared references.
    resources:
    - name: instrument-crossReference-getByWKN
      path: /instrument/crossReference/getByWKN
      operations:
      - name: getinstrumentcrossreferencegetbywkn
        method: GET
        description: Factset Translate Wkn to Instrument.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: wkn
          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-crossReference-history-getByWKN
      path: /instrument/crossReference/history/getByWKN
      operations:
      - name: getinstrumentcrossreferencehistorygetbywkn
        method: GET
        description: Factset Wkn to Instrument Translation History.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: wkn
          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: _paginationOffset
          in: query
          type: number
          description: Non-negative number of entries to skip, or 0 (default).
        - name: _paginationLimit
          in: query
          type: number
          description: Non-negative maximum number of entries to return.
    - name: instrument-crossReference-listByWKN
      path: /instrument/crossReference/listByWKN
      operations:
      - name: postinstrumentcrossreferencelistbywkn
        method: POST
        description: Factset Translate a List of Wkns to Instruments.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-n-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — N. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/instrument/crossreference/getbywkn
      name: instrument-crossreference-getbywkn
      description: REST surface for instrument-crossReference-getByWKN.
      operations:
      - method: GET
        name: getinstrumentcrossreferencegetbywkn
        description: Factset Translate Wkn to Instrument.
        call: real-time-quotes-n.getinstrumentcrossreferencegetbywkn
        with:
          wkn: rest.wkn
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/crossreference/history/getbywkn
      name: instrument-crossreference-history-getbywkn
      description: REST surface for instrument-crossReference-history-getByWKN.
      operations:
      - method: GET
        name: getinstrumentcrossreferencehistorygetbywkn
        description: Factset Wkn to Instrument Translation History.
        call: real-time-quotes-n.getinstrumentcrossreferencehistorygetbywkn
        with:
          wkn: rest.wkn
          _attributes: rest._attributes
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/crossreference/listbywkn
      name: instrument-crossreference-listbywkn
      description: REST surface for instrument-crossReference-listByWKN.
      operations:
      - method: POST
        name: postinstrumentcrossreferencelistbywkn
        description: Factset Translate a List of Wkns to Instruments.
        call: real-time-quotes-n.postinstrumentcrossreferencelistbywkn
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-n-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — N. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-translate-wkn-instrument
      description: Factset Translate Wkn to Instrument.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-n.getinstrumentcrossreferencegetbywkn
      with:
        wkn: tools.wkn
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-wkn-instrument-translation-history
      description: Factset Wkn to Instrument Translation History.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-n.getinstrumentcrossreferencehistorygetbywkn
      with:
        wkn: tools.wkn
        _attributes: tools._attributes
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-translate-list-wkns-instruments
      description: Factset Translate a List of Wkns to Instruments.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-n.postinstrumentcrossreferencelistbywkn
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.