Factset · Capability

FactSet Real-Time Quotes API — Exchange

FactSet Real-Time Quotes API — Exchange. 2 operations. Lead operation: Factset Retrieve an Exchange Rate Instrument Identifier.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetExchange

What You Can Do

GET
Getinstrumentexchangerateget — Factset Retrieve an Exchange Rate Instrument Identifier.
/v1/instrument/exchangerate/get
GET
Getinstrumentexchangerategetbyisocode — Factset Retrieve an Exchange Rate Instrument Identifier.
/v1/instrument/exchangerate/getbyisocode

MCP Tools

factset-retrieve-exchange-rate-instrument

Factset Retrieve an Exchange Rate Instrument Identifier.

read-only idempotent
factset-retrieve-exchange-rate-instrument-2

Factset Retrieve an Exchange Rate Instrument Identifier.

read-only idempotent

Capability Spec

real-time-quotes-exchange.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Exchange
  description: 'FactSet Real-Time Quotes API — Exchange. 2 operations. Lead operation: Factset Retrieve an Exchange Rate Instrument
    Identifier.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Exchange
  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-exchange
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Exchange business capability. Self-contained, no shared references.
    resources:
    - name: instrument-exchangeRate-get
      path: /instrument/exchangeRate/get
      operations:
      - name: getinstrumentexchangerateget
        method: GET
        description: Factset Retrieve an Exchange Rate Instrument Identifier.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: target
          in: query
          type: number
          required: true
        - name: source
          in: query
          type: number
          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: instrument-exchangeRate-getByISOCode
      path: /instrument/exchangeRate/getByISOCode
      operations:
      - name: getinstrumentexchangerategetbyisocode
        method: GET
        description: Factset Retrieve an Exchange Rate Instrument Identifier.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: target
          in: query
          type: string
          required: true
        - name: source
          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-exchange-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Exchange. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/instrument/exchangerate/get
      name: instrument-exchangerate-get
      description: REST surface for instrument-exchangeRate-get.
      operations:
      - method: GET
        name: getinstrumentexchangerateget
        description: Factset Retrieve an Exchange Rate Instrument Identifier.
        call: real-time-quotes-exchange.getinstrumentexchangerateget
        with:
          target: rest.target
          source: rest.source
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/instrument/exchangerate/getbyisocode
      name: instrument-exchangerate-getbyisocode
      description: REST surface for instrument-exchangeRate-getByISOCode.
      operations:
      - method: GET
        name: getinstrumentexchangerategetbyisocode
        description: Factset Retrieve an Exchange Rate Instrument Identifier.
        call: real-time-quotes-exchange.getinstrumentexchangerategetbyisocode
        with:
          target: rest.target
          source: rest.source
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-exchange-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Exchange. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-retrieve-exchange-rate-instrument
      description: Factset Retrieve an Exchange Rate Instrument Identifier.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-exchange.getinstrumentexchangerateget
      with:
        target: tools.target
        source: tools.source
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-exchange-rate-instrument-2
      description: Factset Retrieve an Exchange Rate Instrument Identifier.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-exchange.getinstrumentexchangerategetbyisocode
      with:
        target: tools.target
        source: tools.source
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.