Factset · Capability

FactSet Fundamentals API — Metrics

FactSet Fundamentals API — Metrics. 1 operations. Lead operation: Returns Available Factset Fundamental Metrics and Ratios.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetMetrics

What You Can Do

GET
Getmetrics — Returns Available Factset Fundamental Metrics and Ratios.
/v1/metrics

MCP Tools

returns-available-factset-fundamental-metrics

Returns Available Factset Fundamental Metrics and Ratios.

read-only idempotent

Capability Spec

fundamentals-metrics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Fundamentals API — Metrics
  description: 'FactSet Fundamentals API — Metrics. 1 operations. Lead operation: Returns Available Factset Fundamental Metrics
    and Ratios.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Metrics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: fundamentals-metrics
    baseUri: https://api.factset.com/content/factset-fundamentals/v2
    description: FactSet Fundamentals API — Metrics business capability. Self-contained, no shared references.
    resources:
    - name: metrics
      path: /metrics
      operations:
      - name: getmetrics
        method: GET
        description: Returns Available Factset Fundamental Metrics and Ratios.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: fundamentals-metrics-rest
    port: 8080
    description: REST adapter for FactSet Fundamentals API — Metrics. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/metrics
      name: metrics
      description: REST surface for metrics.
      operations:
      - method: GET
        name: getmetrics
        description: Returns Available Factset Fundamental Metrics and Ratios.
        call: fundamentals-metrics.getmetrics
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fundamentals-metrics-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Fundamentals API — Metrics. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: returns-available-factset-fundamental-metrics
      description: Returns Available Factset Fundamental Metrics and Ratios.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fundamentals-metrics.getmetrics
      outputParameters:
      - type: object
        mapping: $.