Factset · Capability

FactSet Exchange Traded Funds API — Factset Etf

FactSet Exchange Traded Funds API — Factset Etf. 3 operations. Lead operation: Factset Available ETF metrics. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFactset Etf

What You Can Do

GET
Getetfmetrics — Factset Available ETF metrics
/v1/factset-etf/v1/metrics
GET
Getetfreferencedata — Factset Return reference data for an ETF.
/v1/factset-etf/v1/reference
POST
Getetfreferencedataforlist — Factset Fetch Reference Data for a large list of ETF securities.
/v1/factset-etf/v1/reference

MCP Tools

factset-available-etf-metrics

Factset Available ETF metrics

read-only idempotent
factset-return-reference-data-etf

Factset Return reference data for an ETF.

read-only idempotent
factset-fetch-reference-data-large

Factset Fetch Reference Data for a large list of ETF securities.

read-only

Capability Spec

etf-factset-etf.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Exchange Traded Funds API — Factset Etf
  description: 'FactSet Exchange Traded Funds API — Factset Etf. 3 operations. Lead operation: Factset Available ETF metrics.
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Factset Etf
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: etf-factset-etf
    baseUri: https://api.factset.com/content
    description: FactSet Exchange Traded Funds API — Factset Etf business capability. Self-contained, no shared references.
    resources:
    - name: factset-etf-v1-metrics
      path: /factset-etf/v1/metrics
      operations:
      - name: getetfmetrics
        method: GET
        description: Factset Available ETF metrics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: factset-etf-v1-reference
      path: /factset-etf/v1/reference
      operations:
      - name: getetfreferencedata
        method: GET
        description: Factset Return reference data for an ETF.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getetfreferencedataforlist
        method: POST
        description: Factset Fetch Reference Data for a large list of ETF securities.
        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: etf-factset-etf-rest
    port: 8080
    description: REST adapter for FactSet Exchange Traded Funds API — Factset Etf. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/factset-etf/v1/metrics
      name: factset-etf-v1-metrics
      description: REST surface for factset-etf-v1-metrics.
      operations:
      - method: GET
        name: getetfmetrics
        description: Factset Available ETF metrics
        call: etf-factset-etf.getetfmetrics
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-etf/v1/reference
      name: factset-etf-v1-reference
      description: REST surface for factset-etf-v1-reference.
      operations:
      - method: GET
        name: getetfreferencedata
        description: Factset Return reference data for an ETF.
        call: etf-factset-etf.getetfreferencedata
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getetfreferencedataforlist
        description: Factset Fetch Reference Data for a large list of ETF securities.
        call: etf-factset-etf.getetfreferencedataforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: etf-factset-etf-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Exchange Traded Funds API — Factset Etf. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-available-etf-metrics
      description: Factset Available ETF metrics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: etf-factset-etf.getetfmetrics
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-return-reference-data-etf
      description: Factset Return reference data for an ETF.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: etf-factset-etf.getetfreferencedata
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-fetch-reference-data-large
      description: Factset Fetch Reference Data for a large list of ETF securities.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: etf-factset-etf.getetfreferencedataforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.