Factset · Capability

FactSet Real-Time Quotes API — History

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

Run with Naftiko FactsetHistory

What You Can Do

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

MCP Tools

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

Capability Spec

real-time-quotes-history.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — History
  description: 'FactSet Real-Time Quotes API — History. 2 operations. Lead operation: Factset Isin to Instrument Translation
    History.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - History
  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-history
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — History business capability. Self-contained, no shared references.
    resources:
    - 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.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-history-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — History. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - 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-history.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-history.getinstrumentcrossreferencehistorygetbywkn
        with:
          wkn: rest.wkn
          _attributes: rest._attributes
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-history-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — History. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-isin-instrument-translation-history
      description: Factset Isin to Instrument Translation History.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-history.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-history.getinstrumentcrossreferencehistorygetbywkn
      with:
        wkn: tools.wkn
        _attributes: tools._attributes
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.