Factset · Capability

FactSet Real-Time Quotes API — Code

FactSet Real-Time Quotes API — Code. 3 operations. Lead operation: Factset Details for a Language Identified by Code.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCode

What You Can Do

GET
Getbasiclanguagegetbycode — Factset Details for a Language Identified by Code.
/v1/basic/language/getbycode
GET
Getbasicregioncountrygetbycode — Factset Details for a Country Identified by Code.
/v1/basic/region/country/getbycode
GET
Getinstrumentexchangerategetbyisocode — Factset Retrieve an Exchange Rate Instrument Identifier.
/v1/instrument/exchangerate/getbyisocode

MCP Tools

factset-details-language-identified-code

Factset Details for a Language Identified by Code.

read-only idempotent
factset-details-country-identified-code

Factset Details for a Country Identified by Code.

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

Factset Retrieve an Exchange Rate Instrument Identifier.

read-only idempotent

Capability Spec

real-time-quotes-code.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Code
  description: 'FactSet Real-Time Quotes API — Code. 3 operations. Lead operation: Factset Details for a Language Identified
    by Code.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Code
  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-code
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Code business capability. Self-contained, no shared references.
    resources:
    - name: basic-language-getByCode
      path: /basic/language/getByCode
      operations:
      - name: getbasiclanguagegetbycode
        method: GET
        description: Factset Details for a Language Identified by Code.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: code
          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: basic-region-country-getByCode
      path: /basic/region/country/getByCode
      operations:
      - name: getbasicregioncountrygetbycode
        method: GET
        description: Factset Details for a Country Identified by Code.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: code
          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: 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-code-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Code. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/basic/language/getbycode
      name: basic-language-getbycode
      description: REST surface for basic-language-getByCode.
      operations:
      - method: GET
        name: getbasiclanguagegetbycode
        description: Factset Details for a Language Identified by Code.
        call: real-time-quotes-code.getbasiclanguagegetbycode
        with:
          code: rest.code
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/basic/region/country/getbycode
      name: basic-region-country-getbycode
      description: REST surface for basic-region-country-getByCode.
      operations:
      - method: GET
        name: getbasicregioncountrygetbycode
        description: Factset Details for a Country Identified by Code.
        call: real-time-quotes-code.getbasicregioncountrygetbycode
        with:
          code: rest.code
          _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-code.getinstrumentexchangerategetbyisocode
        with:
          target: rest.target
          source: rest.source
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-code-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Code. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-details-language-identified-code
      description: Factset Details for a Language Identified by Code.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-code.getbasiclanguagegetbycode
      with:
        code: tools.code
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-details-country-identified-code
      description: Factset Details for a Country Identified by Code.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-code.getbasicregioncountrygetbycode
      with:
        code: tools.code
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - 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-code.getinstrumentexchangerategetbyisocode
      with:
        target: tools.target
        source: tools.source
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.