Factset · Capability

FactSet Real-Time Quotes API — Reference

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

Run with Naftiko FactsetReference

What You Can Do

GET
Getinstrumentcrossreferencegetbyisin — Factset Translate Isin to Instrument.
/v1/instrument/crossreference/getbyisin
GET
Getinstrumentcrossreferencegetbywkn — Factset Translate Wkn to Instrument.
/v1/instrument/crossreference/getbywkn
GET
Getinstrumentcrossreferencehistorygetbyisin — Factset Isin to Instrument Translation History.
/v1/instrument/crossreference/history/getbyisin
GET
Getinstrumentcrossreferencehistorygetbywkn — Factset Wkn to Instrument Translation History.
/v1/instrument/crossreference/history/getbywkn
POST
Postinstrumentcrossreferencelistbyisin — Factset Translate a List of Isins to Instruments.
/v1/instrument/crossreference/listbyisin
POST
Postinstrumentcrossreferencelistbywkn — Factset Translate a List of Wkns to Instruments.
/v1/instrument/crossreference/listbywkn
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
POST
Postnotationcrossreferencelistbyisin — Factset List of Entitled Notations.
/v1/notation/crossreference/listbyisin
POST
Postnotationcrossreferencelistbyinstrument — Factset List of Entitled Notations.
/v1/notation/crossreference/listbyinstrument
POST
Postnotationcrossreferencelistbysymbol — Factset List of Entitled Notations.
/v1/notation/crossreference/listbysymbol

MCP Tools

factset-translate-isin-instrument

Factset Translate Isin to Instrument.

read-only idempotent
factset-translate-wkn-instrument

Factset Translate Wkn to Instrument.

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

Factset Isin to Instrument Translation History.

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

Factset Wkn to Instrument Translation History.

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

Factset Translate a List of Isins to Instruments.

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

Factset Translate a List of Wkns to Instruments.

read-only
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
factset-list-entitled-notations

Factset List of Entitled Notations.

read-only
factset-list-entitled-notations-2

Factset List of Entitled Notations.

read-only
factset-list-entitled-notations-3

Factset List of Entitled Notations.

read-only

Capability Spec

real-time-quotes-reference.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Reference
  description: 'FactSet Real-Time Quotes API — Reference. 13 operations. Lead operation: Factset Translate Isin to Instrument..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Reference
  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-reference
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Reference business capability. Self-contained, no shared references.
    resources:
    - name: instrument-crossReference-getByISIN
      path: /instrument/crossReference/getByISIN
      operations:
      - name: getinstrumentcrossreferencegetbyisin
        method: GET
        description: Factset Translate Isin to Instrument.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: isin
          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-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-getByISIN
      path: /instrument/crossReference/history/getByISIN
      operations:
      - name: getinstrumentcrossreferencehistorygetbyisin
        method: GET
        description: Factset Isin to Instrument Translation History.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: isin
          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-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-listByISIN
      path: /instrument/crossReference/listByISIN
      operations:
      - name: postinstrumentcrossreferencelistbyisin
        method: POST
        description: Factset Translate a List of Isins to Instruments.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - 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
    - 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
    - name: notation-crossReference-listByISIN
      path: /notation/crossReference/listByISIN
      operations:
      - name: postnotationcrossreferencelistbyisin
        method: POST
        description: Factset List of Entitled Notations.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: notation-crossReference-listByInstrument
      path: /notation/crossReference/listByInstrument
      operations:
      - name: postnotationcrossreferencelistbyinstrument
        method: POST
        description: Factset List of Entitled Notations.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: notation-crossReference-listBySymbol
      path: /notation/crossReference/listBySymbol
      operations:
      - name: postnotationcrossreferencelistbysymbol
        method: POST
        description: Factset List of Entitled Notations.
        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-reference-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Reference. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/instrument/crossreference/getbyisin
      name: instrument-crossreference-getbyisin
      description: REST surface for instrument-crossReference-getByISIN.
      operations:
      - method: GET
        name: getinstrumentcrossreferencegetbyisin
        description: Factset Translate Isin to Instrument.
        call: real-time-quotes-reference.getinstrumentcrossreferencegetbyisin
        with:
          isin: rest.isin
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - 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-reference.getinstrumentcrossreferencegetbywkn
        with:
          wkn: rest.wkn
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/crossreference/history/getbyisin
      name: instrument-crossreference-history-getbyisin
      description: REST surface for instrument-crossReference-history-getByISIN.
      operations:
      - method: GET
        name: getinstrumentcrossreferencehistorygetbyisin
        description: Factset Isin to Instrument Translation History.
        call: real-time-quotes-reference.getinstrumentcrossreferencehistorygetbyisin
        with:
          isin: rest.isin
          _attributes: rest._attributes
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        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-reference.getinstrumentcrossreferencehistorygetbywkn
        with:
          wkn: rest.wkn
          _attributes: rest._attributes
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/crossreference/listbyisin
      name: instrument-crossreference-listbyisin
      description: REST surface for instrument-crossReference-listByISIN.
      operations:
      - method: POST
        name: postinstrumentcrossreferencelistbyisin
        description: Factset Translate a List of Isins to Instruments.
        call: real-time-quotes-reference.postinstrumentcrossreferencelistbyisin
        with:
          body: rest.body
        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-reference.postinstrumentcrossreferencelistbywkn
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - 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-reference.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-reference.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-reference.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-reference.getnotationcrossreferencegetbyfactsetmarketsymbol
        with:
          factSetMarketSymbol: rest.factSetMarketSymbol
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/crossreference/listbyisin
      name: notation-crossreference-listbyisin
      description: REST surface for notation-crossReference-listByISIN.
      operations:
      - method: POST
        name: postnotationcrossreferencelistbyisin
        description: Factset List of Entitled Notations.
        call: real-time-quotes-reference.postnotationcrossreferencelistbyisin
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/crossreference/listbyinstrument
      name: notation-crossreference-listbyinstrument
      description: REST surface for notation-crossReference-listByInstrument.
      operations:
      - method: POST
        name: postnotationcrossreferencelistbyinstrument
        description: Factset List of Entitled Notations.
        call: real-time-quotes-reference.postnotationcrossreferencelistbyinstrument
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/crossreference/listbysymbol
      name: notation-crossreference-listbysymbol
      description: REST surface for notation-crossReference-listBySymbol.
      operations:
      - method: POST
        name: postnotationcrossreferencelistbysymbol
        description: Factset List of Entitled Notations.
        call: real-time-quotes-reference.postnotationcrossreferencelistbysymbol
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-reference-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Reference. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-translate-isin-instrument
      description: Factset Translate Isin to Instrument.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-reference.getinstrumentcrossreferencegetbyisin
      with:
        isin: tools.isin
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-translate-wkn-instrument
      description: Factset Translate Wkn to Instrument.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-reference.getinstrumentcrossreferencegetbywkn
      with:
        wkn: tools.wkn
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-isin-instrument-translation-history
      description: Factset Isin to Instrument Translation History.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-reference.getinstrumentcrossreferencehistorygetbyisin
      with:
        isin: tools.isin
        _attributes: tools._attributes
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      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-reference.getinstrumentcrossreferencehistorygetbywkn
      with:
        wkn: tools.wkn
        _attributes: tools._attributes
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-translate-list-isins-instruments
      description: Factset Translate a List of Isins to Instruments.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-reference.postinstrumentcrossreferencelistbyisin
      with:
        body: tools.body
      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-reference.postinstrumentcrossreferencelistbywkn
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - 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-reference.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-reference.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-reference.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-reference.getnotationcrossreferencegetbyfactsetmarketsymbol
      with:
        factSetMarketSymbol: tools.factSetMarketSymbol
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-entitled-notations
      description: Factset List of Entitled Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-reference.postnotationcrossreferencelistbyisin
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-entitled-notations-2
      description: Factset List of Entitled Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-reference.postnotationcrossreferencelistbyinstrument
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-entitled-notations-3
      description: Factset List of Entitled Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-reference.postnotationcrossreferencelistbysymbol
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.