Factset · Capability

FactSet Fundamentals API — Batch Processing

FactSet Fundamentals API — Batch Processing. 2 operations. Lead operation: Factset Returns the Response for a Batch Request.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetBatch Processing

What You Can Do

GET
Getbatchresult — Factset Returns the Response for a Batch Request.
/v1/batch-result
GET
Getbatchstatus — Factset Returns the Status for a Batch Request.
/v1/batch-status

MCP Tools

factset-returns-response-batch-request

Factset Returns the Response for a Batch Request.

read-only idempotent
factset-returns-status-batch-request

Factset Returns the Status for a Batch Request.

read-only idempotent

Capability Spec

fundamentals-batch-processing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Fundamentals API — Batch Processing
  description: 'FactSet Fundamentals API — Batch Processing. 2 operations. Lead operation: Factset Returns the Response for
    a Batch Request.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Batch Processing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: fundamentals-batch-processing
    baseUri: https://api.factset.com/content/factset-fundamentals/v2
    description: FactSet Fundamentals API — Batch Processing business capability. Self-contained, no shared references.
    resources:
    - name: batch-result
      path: /batch-result
      operations:
      - name: getbatchresult
        method: GET
        description: Factset Returns the Response for a Batch Request.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: batch-status
      path: /batch-status
      operations:
      - name: getbatchstatus
        method: GET
        description: Factset Returns the Status for a Batch Request.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: fundamentals-batch-processing-rest
    port: 8080
    description: REST adapter for FactSet Fundamentals API — Batch Processing. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/batch-result
      name: batch-result
      description: REST surface for batch-result.
      operations:
      - method: GET
        name: getbatchresult
        description: Factset Returns the Response for a Batch Request.
        call: fundamentals-batch-processing.getbatchresult
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/batch-status
      name: batch-status
      description: REST surface for batch-status.
      operations:
      - method: GET
        name: getbatchstatus
        description: Factset Returns the Status for a Batch Request.
        call: fundamentals-batch-processing.getbatchstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fundamentals-batch-processing-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Fundamentals API — Batch Processing. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-returns-response-batch-request
      description: Factset Returns the Response for a Batch Request.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fundamentals-batch-processing.getbatchresult
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-status-batch-request
      description: Factset Returns the Status for a Batch Request.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fundamentals-batch-processing.getbatchstatus
      outputParameters:
      - type: object
        mapping: $.