Factset · Capability

Factset PA Engine API — Currencies

Factset PA Engine API — Currencies. 1 operations. Lead operation: Factset Get Currencies. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCurrencies

What You Can Do

GET
Getcurrencies — Factset Get Currencies
/v1/analytics/lookups/v3/currencies

MCP Tools

factset-get-currencies

Factset Get Currencies

read-only idempotent

Capability Spec

pa-engine-currencies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset PA Engine API — Currencies
  description: 'Factset PA Engine API — Currencies. 1 operations. Lead operation: Factset Get Currencies. Self-contained Naftiko
    capability covering one Factset business surface.'
  tags:
  - Factset
  - Currencies
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: pa-engine-currencies
    baseUri: https://api.factset.com
    description: Factset PA Engine API — Currencies business capability. Self-contained, no shared references.
    resources:
    - name: analytics-lookups-v3-currencies
      path: /analytics/lookups/v3/currencies
      operations:
      - name: getcurrencies
        method: GET
        description: Factset Get Currencies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: pa-engine-currencies-rest
    port: 8080
    description: REST adapter for Factset PA Engine API — Currencies. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/analytics/lookups/v3/currencies
      name: analytics-lookups-v3-currencies
      description: REST surface for analytics-lookups-v3-currencies.
      operations:
      - method: GET
        name: getcurrencies
        description: Factset Get Currencies
        call: pa-engine-currencies.getcurrencies
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pa-engine-currencies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset PA Engine API — Currencies. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-get-currencies
      description: Factset Get Currencies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pa-engine-currencies.getcurrencies
      outputParameters:
      - type: object
        mapping: $.