Factset · Capability

FactSet Benchmarks API — History

FactSet Benchmarks API — History. 2 operations. Lead operation: Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical Date Range.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetHistory

What You Can Do

GET
Getindexhistory — Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical Date Range.
/v1/factset-benchmarks/v1/index-history
POST
Getindexhistoryforlist — Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical Date Range.
/v1/factset-benchmarks/v1/index-history

MCP Tools

factset-retrieves-index-level-prices

Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical Date Range.

read-only idempotent
factset-retrieves-index-level-prices-2

Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical Date Range.

read-only

Capability Spec

benchmarks-history.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Benchmarks API — History
  description: 'FactSet Benchmarks API — History. 2 operations. Lead operation: Factset Retrieves Index Level Prices and Returns
    Information for a List of Identifiers and Historical Date Range.. Self-contained Naftiko capability covering one Factset
    business surface.'
  tags:
  - Factset
  - History
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: benchmarks-history
    baseUri: https://api.factset.com/content
    description: FactSet Benchmarks API — History business capability. Self-contained, no shared references.
    resources:
    - name: factset-benchmarks-v1-index-history
      path: /factset-benchmarks/v1/index-history
      operations:
      - name: getindexhistory
        method: GET
        description: Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical
          Date Range.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getindexhistoryforlist
        method: POST
        description: Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical
          Date Range.
        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: benchmarks-history-rest
    port: 8080
    description: REST adapter for FactSet Benchmarks API — History. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/factset-benchmarks/v1/index-history
      name: factset-benchmarks-v1-index-history
      description: REST surface for factset-benchmarks-v1-index-history.
      operations:
      - method: GET
        name: getindexhistory
        description: Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical
          Date Range.
        call: benchmarks-history.getindexhistory
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getindexhistoryforlist
        description: Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical
          Date Range.
        call: benchmarks-history.getindexhistoryforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: benchmarks-history-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Benchmarks API — History. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-retrieves-index-level-prices
      description: Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical Date
        Range.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: benchmarks-history.getindexhistory
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieves-index-level-prices-2
      description: Factset Retrieves Index Level Prices and Returns Information for a List of Identifiers and Historical Date
        Range.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: benchmarks-history.getindexhistoryforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.