Factset · Capability

FactSet Global Prices API — Results

FactSet Global Prices API — Results. 1 operations. Lead operation: Factset Returns the Response for a Batch Request. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetResults

What You Can Do

GET
Getbatchdata — Factset Returns the Response for a Batch Request
/v1/factset-global-prices/v1/batch-result

MCP Tools

factset-returns-response-batch-request

Factset Returns the Response for a Batch Request

read-only idempotent

Capability Spec

global-prices-results.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Global Prices API — Results
  description: 'FactSet Global Prices API — Results. 1 operations. Lead operation: Factset Returns the Response for a Batch
    Request. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Results
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: global-prices-results
    baseUri: https://api.factset.com/content
    description: FactSet Global Prices API — Results business capability. Self-contained, no shared references.
    resources:
    - name: factset-global-prices-v1-batch-result
      path: /factset-global-prices/v1/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: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: global-prices-results-rest
    port: 8080
    description: REST adapter for FactSet Global Prices API — Results. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/factset-global-prices/v1/batch-result
      name: factset-global-prices-v1-batch-result
      description: REST surface for factset-global-prices-v1-batch-result.
      operations:
      - method: GET
        name: getbatchdata
        description: Factset Returns the Response for a Batch Request
        call: global-prices-results.getbatchdata
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: global-prices-results-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Global Prices API — Results. 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: global-prices-results.getbatchdata
      outputParameters:
      - type: object
        mapping: $.