Factset · Capability

FactSet Estimates API — Rolling

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

Run with Naftiko FactsetRolling

What You Can Do

GET
Getrollingconsensus — Factset Retrieves Consensus Estimates for a Requested List of Ids and Rolling Fiscal Periods.
/v1/factset-estimates/v2/rolling-consensus
POST
Getrollingconsensusforlist — Factset Retrieves Consensus Estimates for a Requested List of Ids and Rolling Fiscal Periods
/v1/factset-estimates/v2/rolling-consensus
GET
Getrollingdetail — Factset Estimates Detail Data for Rolling Fiscal Periods
/v1/factset-estimates/v2/rolling-detail
POST
Getrollingdetailforlist — Factset Estimates Detail Data for Rolling Fiscal Periods
/v1/factset-estimates/v2/rolling-detail

MCP Tools

factset-retrieves-consensus-estimates-requested

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

read-only idempotent
factset-retrieves-consensus-estimates-requested-2

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

read-only
factset-estimates-detail-data-rolling

Factset Estimates Detail Data for Rolling Fiscal Periods

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

Factset Estimates Detail Data for Rolling Fiscal Periods

Capability Spec

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