Factset · Capability

FactSet Private Markets API — Factset Private Markets

FactSet Private Markets API — Factset Private Markets. 7 operations. Lead operation: Factset Available private company fields, metrics, and ratios.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFactset Private Markets

What You Can Do

GET
Getfields — Factset Available private company fields, metrics, and ratios.
/v1/factset-private-markets/v1/fields
GET
Getfinancials — Factset Returns Private Company Financials for a list of ids.
/v1/factset-private-markets/v1/financials
POST
Getfinancialsforlist — Factset Returns Private Company Financials for a list of ids.
/v1/factset-private-markets/v1/financials
GET
Getnonperiodic — Factset Returns Private Company reference data for a list of ids.
/v1/factset-private-markets/v1/non-periodic
POST
Getnonperiodicforlist — Factset Returns Private Company reference data for a list of ids.
/v1/factset-private-markets/v1/non-periodic
GET
Getuniverse — Factset Get Entity Candidates and Matches for a single name and attributes.
/v1/factset-private-markets/v1/universe
POST
Getuniverseforlist — Factset Get a list of Entity Candidates and Matches for a requested list of up to 25 names and attributes.
/v1/factset-private-markets/v1/universe

MCP Tools

factset-available-private-company-fields

Factset Available private company fields, metrics, and ratios.

read-only idempotent
factset-returns-private-company-financials

Factset Returns Private Company Financials for a list of ids.

read-only idempotent
factset-returns-private-company-financials-2

Factset Returns Private Company Financials for a list of ids.

read-only
factset-returns-private-company-reference

Factset Returns Private Company reference data for a list of ids.

read-only idempotent
factset-returns-private-company-reference-2

Factset Returns Private Company reference data for a list of ids.

read-only
factset-get-entity-candidates-and

Factset Get Entity Candidates and Matches for a single name and attributes.

read-only idempotent
factset-get-list-entity-candidates

Factset Get a list of Entity Candidates and Matches for a requested list of up to 25 names and attributes.

read-only

Capability Spec

private-markets-factset-private-markets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Private Markets API — Factset Private Markets
  description: 'FactSet Private Markets API — Factset Private Markets. 7 operations. Lead operation: Factset Available private
    company fields, metrics, and ratios.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Factset Private Markets
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: private-markets-factset-private-markets
    baseUri: https://api.factset.com/content
    description: FactSet Private Markets API — Factset Private Markets business capability. Self-contained, no shared references.
    resources:
    - name: factset-private-markets-v1-fields
      path: /factset-private-markets/v1/fields
      operations:
      - name: getfields
        method: GET
        description: Factset Available private company fields, metrics, and ratios.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: factset-private-markets-v1-financials
      path: /factset-private-markets/v1/financials
      operations:
      - name: getfinancials
        method: GET
        description: Factset Returns Private Company Financials for a list of ids.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getfinancialsforlist
        method: POST
        description: Factset Returns Private Company Financials for a list of ids.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-private-markets-v1-non-periodic
      path: /factset-private-markets/v1/non-periodic
      operations:
      - name: getnonperiodic
        method: GET
        description: Factset Returns Private Company reference data for a list of ids.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getnonperiodicforlist
        method: POST
        description: Factset Returns Private Company reference data for a list of ids.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: factset-private-markets-v1-universe
      path: /factset-private-markets/v1/universe
      operations:
      - name: getuniverse
        method: GET
        description: Factset Get Entity Candidates and Matches for a single name and attributes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getuniverseforlist
        method: POST
        description: Factset Get a list of Entity Candidates and Matches for a requested list of up to 25 names and attributes.
        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: private-markets-factset-private-markets-rest
    port: 8080
    description: REST adapter for FactSet Private Markets API — Factset Private Markets. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/factset-private-markets/v1/fields
      name: factset-private-markets-v1-fields
      description: REST surface for factset-private-markets-v1-fields.
      operations:
      - method: GET
        name: getfields
        description: Factset Available private company fields, metrics, and ratios.
        call: private-markets-factset-private-markets.getfields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-private-markets/v1/financials
      name: factset-private-markets-v1-financials
      description: REST surface for factset-private-markets-v1-financials.
      operations:
      - method: GET
        name: getfinancials
        description: Factset Returns Private Company Financials for a list of ids.
        call: private-markets-factset-private-markets.getfinancials
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getfinancialsforlist
        description: Factset Returns Private Company Financials for a list of ids.
        call: private-markets-factset-private-markets.getfinancialsforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-private-markets/v1/non-periodic
      name: factset-private-markets-v1-non-periodic
      description: REST surface for factset-private-markets-v1-non-periodic.
      operations:
      - method: GET
        name: getnonperiodic
        description: Factset Returns Private Company reference data for a list of ids.
        call: private-markets-factset-private-markets.getnonperiodic
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getnonperiodicforlist
        description: Factset Returns Private Company reference data for a list of ids.
        call: private-markets-factset-private-markets.getnonperiodicforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-private-markets/v1/universe
      name: factset-private-markets-v1-universe
      description: REST surface for factset-private-markets-v1-universe.
      operations:
      - method: GET
        name: getuniverse
        description: Factset Get Entity Candidates and Matches for a single name and attributes.
        call: private-markets-factset-private-markets.getuniverse
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getuniverseforlist
        description: Factset Get a list of Entity Candidates and Matches for a requested list of up to 25 names and attributes.
        call: private-markets-factset-private-markets.getuniverseforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: private-markets-factset-private-markets-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Private Markets API — Factset Private Markets. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-available-private-company-fields
      description: Factset Available private company fields, metrics, and ratios.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: private-markets-factset-private-markets.getfields
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-private-company-financials
      description: Factset Returns Private Company Financials for a list of ids.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: private-markets-factset-private-markets.getfinancials
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-private-company-financials-2
      description: Factset Returns Private Company Financials for a list of ids.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: private-markets-factset-private-markets.getfinancialsforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-private-company-reference
      description: Factset Returns Private Company reference data for a list of ids.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: private-markets-factset-private-markets.getnonperiodic
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-private-company-reference-2
      description: Factset Returns Private Company reference data for a list of ids.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: private-markets-factset-private-markets.getnonperiodicforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-entity-candidates-and
      description: Factset Get Entity Candidates and Matches for a single name and attributes.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: private-markets-factset-private-markets.getuniverse
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-get-list-entity-candidates
      description: Factset Get a list of Entity Candidates and Matches for a requested list of up to 25 names and attributes.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: private-markets-factset-private-markets.getuniverseforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.