Factset · Capability

FactSet Overview Report Builder API — Transactions

FactSet Overview Report Builder API — Transactions. 1 operations. Lead operation: Factset Transactions. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetTransactions

What You Can Do

GET
Get — Factset Transactions
/v1/transactions

MCP Tools

factset-transactions

Factset Transactions

read-only idempotent

Capability Spec

overview-report-builder-transactions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Overview Report Builder API — Transactions
  description: 'FactSet Overview Report Builder API — Transactions. 1 operations. Lead operation: Factset Transactions. Self-contained
    Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Transactions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: overview-report-builder-transactions
    baseUri: https://api.factset.com/report/overview/v1
    description: FactSet Overview Report Builder API — Transactions business capability. Self-contained, no shared references.
    resources:
    - name: transactions
      path: /transactions
      operations:
      - name: get
        method: GET
        description: Factset Transactions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: string
          description: Company ticker
          required: true
        - name: transactionType
          in: query
          type: string
          description: Filters response to return only this type of transaction. If not specified, returns all transactions.
            Values are not case sensitive.
        - name: financingType
          in: query
          type: string
          description: Filters response to return transactions of this financing type. If not specified, returns all transactions.
            Values are not case sensitive
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: overview-report-builder-transactions-rest
    port: 8080
    description: REST adapter for FactSet Overview Report Builder API — Transactions. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/transactions
      name: transactions
      description: REST surface for transactions.
      operations:
      - method: GET
        name: get
        description: Factset Transactions
        call: overview-report-builder-transactions.get
        with:
          id: rest.id
          transactionType: rest.transactionType
          financingType: rest.financingType
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: overview-report-builder-transactions-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Overview Report Builder API — Transactions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-transactions
      description: Factset Transactions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: overview-report-builder-transactions.get
      with:
        id: tools.id
        transactionType: tools.transactionType
        financingType: tools.financingType
      outputParameters:
      - type: object
        mapping: $.