Factset · Capability

FactSet Symbology API — Resolutions

FactSet Symbology API — Resolutions. 4 operations. Lead operation: Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetResolutions

What You Can Do

GET
Historicalidentifierresolution — Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.
/v1/symbology/v3/historical-identifier-resolution
POST
Batchhistoricalidentifierresolution — Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.
/v1/symbology/v3/historical-identifier-resolution
GET
Identifierresolution — Factset Returns the Specified Output Identifiers for the Specified Input Identifier.
/v1/symbology/v3/identifier-resolution
POST
Batchidentifierresolution — Factset Returns the Specified Output Identifiers for the Given Input Identifier.
/v1/symbology/v3/identifier-resolution

MCP Tools

factset-returns-specified-historical-output

Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.

read-only idempotent
factset-returns-specified-historical-output-2

Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.

factset-returns-specified-output-identifiers

Factset Returns the Specified Output Identifiers for the Specified Input Identifier.

read-only idempotent
factset-returns-specified-output-identifiers-2

Factset Returns the Specified Output Identifiers for the Given Input Identifier.

Capability Spec

symbology-resolutions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Symbology API — Resolutions
  description: 'FactSet Symbology API — Resolutions. 4 operations. Lead operation: Factset Returns the Specified Historical
    Output Identifiers for the Given Input Identifier.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Resolutions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: symbology-resolutions
    baseUri: https://api.factset.com/content
    description: FactSet Symbology API — Resolutions business capability. Self-contained, no shared references.
    resources:
    - name: symbology-v3-historical-identifier-resolution
      path: /symbology/v3/historical-identifier-resolution
      operations:
      - name: historicalidentifierresolution
        method: GET
        description: Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: batchhistoricalidentifierresolution
        method: POST
        description: Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: symbology-v3-identifier-resolution
      path: /symbology/v3/identifier-resolution
      operations:
      - name: identifierresolution
        method: GET
        description: Factset Returns the Specified Output Identifiers for the Specified Input Identifier.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: batchidentifierresolution
        method: POST
        description: Factset Returns the Specified Output Identifiers for the Given Input Identifier.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: symbology-resolutions-rest
    port: 8080
    description: REST adapter for FactSet Symbology API — Resolutions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/symbology/v3/historical-identifier-resolution
      name: symbology-v3-historical-identifier-resolution
      description: REST surface for symbology-v3-historical-identifier-resolution.
      operations:
      - method: GET
        name: historicalidentifierresolution
        description: Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.
        call: symbology-resolutions.historicalidentifierresolution
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: batchhistoricalidentifierresolution
        description: Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.
        call: symbology-resolutions.batchhistoricalidentifierresolution
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/symbology/v3/identifier-resolution
      name: symbology-v3-identifier-resolution
      description: REST surface for symbology-v3-identifier-resolution.
      operations:
      - method: GET
        name: identifierresolution
        description: Factset Returns the Specified Output Identifiers for the Specified Input Identifier.
        call: symbology-resolutions.identifierresolution
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: batchidentifierresolution
        description: Factset Returns the Specified Output Identifiers for the Given Input Identifier.
        call: symbology-resolutions.batchidentifierresolution
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: symbology-resolutions-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Symbology API — Resolutions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-returns-specified-historical-output
      description: Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: symbology-resolutions.historicalidentifierresolution
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-specified-historical-output-2
      description: Factset Returns the Specified Historical Output Identifiers for the Given Input Identifier.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: symbology-resolutions.batchhistoricalidentifierresolution
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-specified-output-identifiers
      description: Factset Returns the Specified Output Identifiers for the Specified Input Identifier.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: symbology-resolutions.identifierresolution
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-specified-output-identifiers-2
      description: Factset Returns the Specified Output Identifiers for the Given Input Identifier.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: symbology-resolutions.batchidentifierresolution
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.