Factset · Capability

FactSet Estimates API — Detail

FactSet Estimates API — Detail. 6 operations. Lead operation: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetDetail

What You Can Do

GET
Getdetailratings — Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.
/v1/factset-estimates/v2/detail-ratings
POST
Getdetailratingsforlist — Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.
/v1/factset-estimates/v2/detail-ratings
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
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-broker-detail-estimates-fetch

Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.

read-only idempotent
factset-broker-detail-estimates-fetch-2

Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.

read-only
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

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-detail.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Estimates API — Detail
  description: 'FactSet Estimates API — Detail. 6 operations. Lead operation: Factset Broker Detail Estimates to Fetch Buy,
    Overweight, Hold, Underweight, and Sell.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Detail
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: estimates-detail
    baseUri: https://api.factset.com/content
    description: FactSet Estimates API — Detail business capability. Self-contained, no shared references.
    resources:
    - name: factset-estimates-v2-detail-ratings
      path: /factset-estimates/v2/detail-ratings
      operations:
      - name: getdetailratings
        method: GET
        description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getdetailratingsforlist
        method: POST
        description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.
        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
    - 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-detail-rest
    port: 8080
    description: REST adapter for FactSet Estimates API — Detail. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/factset-estimates/v2/detail-ratings
      name: factset-estimates-v2-detail-ratings
      description: REST surface for factset-estimates-v2-detail-ratings.
      operations:
      - method: GET
        name: getdetailratings
        description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.
        call: estimates-detail.getdetailratings
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getdetailratingsforlist
        description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.
        call: estimates-detail.getdetailratingsforlist
        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-detail.getfixeddetail
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getfixeddetailforlist
        description: Factset Estimates Detail Data for Fixed Fiscal Periods
        call: estimates-detail.getfixeddetailforlist
        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-detail.getrollingdetail
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getrollingdetailforlist
        description: Factset Estimates Detail Data for Rolling Fiscal Periods
        call: estimates-detail.getrollingdetailforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: estimates-detail-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Estimates API — Detail. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-broker-detail-estimates-fetch
      description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: estimates-detail.getdetailratings
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-broker-detail-estimates-fetch-2
      description: Factset Broker Detail Estimates to Fetch Buy, Overweight, Hold, Underweight, and Sell.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: estimates-detail.getdetailratingsforlist
      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-detail.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-detail.getfixeddetailforlist
      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-detail.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-detail.getrollingdetailforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.