Factset · Capability

FactSet Fundamentals API — Batch Result

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

Run with Naftiko FactsetBatch Result

What You Can Do

GET
Getbatchdata — Factset Returns the response for a Batch Request
/v1/batch-result

MCP Tools

factset-returns-response-batch-request

Factset Returns the response for a Batch Request

read-only idempotent

Capability Spec

fundamentals-batch-result.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Fundamentals API — Batch Result
  description: 'FactSet Fundamentals API — Batch Result. 1 operations. Lead operation: Factset Returns the response for a
    Batch Request. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Batch Result
  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-result
    baseUri: https://api.factset.com/content/factset-fundamentals/v2
    description: FactSet Fundamentals API — Batch Result business capability. Self-contained, no shared references.
    resources:
    - name: batch-result
      path: /batch-result
      operations:
      - name: getbatchdata
        method: GET
        description: Factset Returns the response 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-result-rest
    port: 8080
    description: REST adapter for FactSet Fundamentals API — Batch Result. 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: getbatchdata
        description: Factset Returns the response for a Batch Request
        call: fundamentals-batch-result.getbatchdata
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fundamentals-batch-result-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Fundamentals API — Batch Result. 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-result.getbatchdata
      outputParameters:
      - type: object
        mapping: $.