Factset · Capability

FactSet Estimates API — Fixed

FactSet Estimates API — Fixed. 4 operations. Lead operation: Factset Retrieves Consensus Estimates for a Requested List of Ids and Fixed Fiscal Periods. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFixed

What You Can Do

GET
Getfixedconsensus — Factset Retrieves Consensus Estimates for a Requested List of Ids and Fixed Fiscal Periods
/v1/factset-estimates/v2/fixed-consensus
POST
Getfixedconsensusforlist — Factset Consensus Estimates for Fixed Fiscal Periods
/v1/factset-estimates/v2/fixed-consensus
GET
Getfixeddetail — Factset Estimates Detail Data for Fixed Fiscal Periods
/v1/factset-estimates/v2/fixed-detail
POST
Getfixeddetailforlist — Factset Estimates Detail Data for Fixed Fiscal Periods
/v1/factset-estimates/v2/fixed-detail

MCP Tools

factset-retrieves-consensus-estimates-requested

Factset Retrieves Consensus Estimates for a Requested List of Ids and Fixed Fiscal Periods

read-only idempotent
factset-consensus-estimates-fixed-fiscal

Factset Consensus Estimates for Fixed Fiscal Periods

factset-estimates-detail-data-fixed

Factset Estimates Detail Data for Fixed Fiscal Periods

read-only idempotent
factset-estimates-detail-data-fixed-2

Factset Estimates Detail Data for Fixed Fiscal Periods

Capability Spec

estimates-fixed.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Estimates API — Fixed
  description: 'FactSet Estimates API — Fixed. 4 operations. Lead operation: Factset Retrieves Consensus Estimates for a Requested
    List of Ids and Fixed Fiscal Periods. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Fixed
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: estimates-fixed
    baseUri: https://api.factset.com/content
    description: FactSet Estimates API — Fixed business capability. Self-contained, no shared references.
    resources:
    - name: factset-estimates-v2-fixed-consensus
      path: /factset-estimates/v2/fixed-consensus
      operations:
      - name: getfixedconsensus
        method: GET
        description: Factset Retrieves Consensus Estimates for a Requested List of Ids and Fixed Fiscal Periods
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getfixedconsensusforlist
        method: POST
        description: Factset Consensus Estimates for Fixed Fiscal Periods
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-estimates-v2-fixed-detail
      path: /factset-estimates/v2/fixed-detail
      operations:
      - name: getfixeddetail
        method: GET
        description: Factset Estimates Detail Data for Fixed Fiscal Periods
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getfixeddetailforlist
        method: POST
        description: Factset Estimates Detail Data for Fixed Fiscal Periods
        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: estimates-fixed-rest
    port: 8080
    description: REST adapter for FactSet Estimates API — Fixed. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-estimates/v2/fixed-consensus
      name: factset-estimates-v2-fixed-consensus
      description: REST surface for factset-estimates-v2-fixed-consensus.
      operations:
      - method: GET
        name: getfixedconsensus
        description: Factset Retrieves Consensus Estimates for a Requested List of Ids and Fixed Fiscal Periods
        call: estimates-fixed.getfixedconsensus
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getfixedconsensusforlist
        description: Factset Consensus Estimates for Fixed Fiscal Periods
        call: estimates-fixed.getfixedconsensusforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-estimates/v2/fixed-detail
      name: factset-estimates-v2-fixed-detail
      description: REST surface for factset-estimates-v2-fixed-detail.
      operations:
      - method: GET
        name: getfixeddetail
        description: Factset Estimates Detail Data for Fixed Fiscal Periods
        call: estimates-fixed.getfixeddetail
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getfixeddetailforlist
        description: Factset Estimates Detail Data for Fixed Fiscal Periods
        call: estimates-fixed.getfixeddetailforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: estimates-fixed-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Estimates API — Fixed. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-retrieves-consensus-estimates-requested
      description: Factset Retrieves Consensus Estimates for a Requested List of Ids and Fixed Fiscal Periods
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: estimates-fixed.getfixedconsensus
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-consensus-estimates-fixed-fiscal
      description: Factset Consensus Estimates for Fixed Fiscal Periods
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: estimates-fixed.getfixedconsensusforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-estimates-detail-data-fixed
      description: Factset Estimates Detail Data for Fixed Fiscal Periods
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: estimates-fixed.getfixeddetail
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-estimates-detail-data-fixed-2
      description: Factset Estimates Detail Data for Fixed Fiscal Periods
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: estimates-fixed.getfixeddetailforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.