Factset · Capability

FactSet Fundamentals API — Estimates

FactSet Fundamentals API — Estimates. 2 operations. Lead operation: Factset Returns Consensus Analyst Estimates.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetEstimates

What You Can Do

GET
Getestimates — Factset Returns Consensus Analyst Estimates.
/v1/estimates
POST
Postestimates — Factset Returns Consensus Analyst Estimates for a List of Identifiers.
/v1/estimates

MCP Tools

factset-returns-consensus-analyst-estimates

Factset Returns Consensus Analyst Estimates.

read-only idempotent
factset-returns-consensus-analyst-estimates-2

Factset Returns Consensus Analyst Estimates for a List of Identifiers.

read-only

Capability Spec

fundamentals-estimates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Fundamentals API — Estimates
  description: 'FactSet Fundamentals API — Estimates. 2 operations. Lead operation: Factset Returns Consensus Analyst Estimates..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Estimates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: fundamentals-estimates
    baseUri: https://api.factset.com/content/factset-fundamentals/v2
    description: FactSet Fundamentals API — Estimates business capability. Self-contained, no shared references.
    resources:
    - name: estimates
      path: /estimates
      operations:
      - name: getestimates
        method: GET
        description: Factset Returns Consensus Analyst Estimates.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: postestimates
        method: POST
        description: Factset Returns Consensus Analyst Estimates for a List of Identifiers.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: fundamentals-estimates-rest
    port: 8080
    description: REST adapter for FactSet Fundamentals API — Estimates. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/estimates
      name: estimates
      description: REST surface for estimates.
      operations:
      - method: GET
        name: getestimates
        description: Factset Returns Consensus Analyst Estimates.
        call: fundamentals-estimates.getestimates
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postestimates
        description: Factset Returns Consensus Analyst Estimates for a List of Identifiers.
        call: fundamentals-estimates.postestimates
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fundamentals-estimates-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Fundamentals API — Estimates. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-returns-consensus-analyst-estimates
      description: Factset Returns Consensus Analyst Estimates.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fundamentals-estimates.getestimates
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-consensus-analyst-estimates-2
      description: Factset Returns Consensus Analyst Estimates for a List of Identifiers.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: fundamentals-estimates.postestimates
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.