Factset · Capability

FactSet Funds API — Range

FactSet Funds API — Range. 2 operations. Lead operation: Factset Get Fund Returns for a User-defined Date Range. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetRange

What You Can Do

GET
Getfundsreturnsrange — Factset Get Fund Returns for a User-defined Date Range
/v1/factset-funds/v1/returns-range
POST
Getfundsreturnsrangeforlist — Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date for Large List of Ids.
/v1/factset-funds/v1/returns-range

MCP Tools

factset-get-fund-returns-user

Factset Get Fund Returns for a User-defined Date Range

read-only idempotent
factset-get-fund-returns-over

Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date for Large List of Ids.

read-only

Capability Spec

funds-range.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Funds API — Range
  description: 'FactSet Funds API — Range. 2 operations. Lead operation: Factset Get Fund Returns for a User-defined Date
    Range. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Range
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: funds-range
    baseUri: https://api.factset.com/content
    description: FactSet Funds API — Range business capability. Self-contained, no shared references.
    resources:
    - name: factset-funds-v1-returns-range
      path: /factset-funds/v1/returns-range
      operations:
      - name: getfundsreturnsrange
        method: GET
        description: Factset Get Fund Returns for a User-defined Date Range
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getfundsreturnsrangeforlist
        method: POST
        description: Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date for Large List of Ids.
        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: funds-range-rest
    port: 8080
    description: REST adapter for FactSet Funds API — Range. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-funds/v1/returns-range
      name: factset-funds-v1-returns-range
      description: REST surface for factset-funds-v1-returns-range.
      operations:
      - method: GET
        name: getfundsreturnsrange
        description: Factset Get Fund Returns for a User-defined Date Range
        call: funds-range.getfundsreturnsrange
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getfundsreturnsrangeforlist
        description: Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date for Large List of Ids.
        call: funds-range.getfundsreturnsrangeforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: funds-range-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Funds API — Range. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: factset-get-fund-returns-user
      description: Factset Get Fund Returns for a User-defined Date Range
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: funds-range.getfundsreturnsrange
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-fund-returns-over
      description: Factset Get Fund Returns Over Pre-defined Time Horizons as of a Specific Date for Large List of Ids.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: funds-range.getfundsreturnsrangeforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.