Factset · Capability

FactSet Quant Factor Library API — Factset Quant Factor Library

FactSet Quant Factor Library API — Factset Quant Factor Library. 4 operations. Lead operation: Factset Retrieves Quant Factors for a small list of ids.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFactset Quant Factor Library

What You Can Do

GET
Getfactors — Factset Retrieves Quant Factors for a small list of ids.
/v1/factset-quant-factor-library/v1/factors
POST
Getfactorsforlist — Factset Retrieves Quant Factors for a large list of ids.
/v1/factset-quant-factor-library/v1/factors
GET
Getfactorlibrary — Factset Retrieve a list of all available factors with relevant meta data.
/v1/factset-quant-factor-library/v1/library
POST
Getfactorlibrarylist — Factset Retrieves a list of all available factors with relevant meta data.
/v1/factset-quant-factor-library/v1/library

MCP Tools

factset-retrieves-quant-factors-small

Factset Retrieves Quant Factors for a small list of ids.

read-only idempotent
factset-retrieves-quant-factors-large

Factset Retrieves Quant Factors for a large list of ids.

read-only
factset-retrieve-list-all-available

Factset Retrieve a list of all available factors with relevant meta data.

read-only idempotent
factset-retrieves-list-all-available

Factset Retrieves a list of all available factors with relevant meta data.

read-only

Capability Spec

quant-factor-library-factset-quant-factor-library.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Quant Factor Library API — Factset Quant Factor Library
  description: 'FactSet Quant Factor Library API — Factset Quant Factor Library. 4 operations. Lead operation: Factset Retrieves
    Quant Factors for a small list of ids.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Factset Quant Factor Library
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: quant-factor-library-factset-quant-factor-library
    baseUri: https://api.factset.com/content
    description: FactSet Quant Factor Library API — Factset Quant Factor Library business capability. Self-contained, no shared
      references.
    resources:
    - name: factset-quant-factor-library-v1-factors
      path: /factset-quant-factor-library/v1/factors
      operations:
      - name: getfactors
        method: GET
        description: Factset Retrieves Quant Factors for a small list of ids.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getfactorsforlist
        method: POST
        description: Factset Retrieves Quant Factors for a large 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-quant-factor-library-v1-library
      path: /factset-quant-factor-library/v1/library
      operations:
      - name: getfactorlibrary
        method: GET
        description: Factset Retrieve a list of all available factors with relevant meta data.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getfactorlibrarylist
        method: POST
        description: Factset Retrieves a list of all available factors with relevant meta data.
        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: quant-factor-library-factset-quant-factor-library-rest
    port: 8080
    description: REST adapter for FactSet Quant Factor Library API — Factset Quant Factor Library. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/factset-quant-factor-library/v1/factors
      name: factset-quant-factor-library-v1-factors
      description: REST surface for factset-quant-factor-library-v1-factors.
      operations:
      - method: GET
        name: getfactors
        description: Factset Retrieves Quant Factors for a small list of ids.
        call: quant-factor-library-factset-quant-factor-library.getfactors
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getfactorsforlist
        description: Factset Retrieves Quant Factors for a large list of ids.
        call: quant-factor-library-factset-quant-factor-library.getfactorsforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/factset-quant-factor-library/v1/library
      name: factset-quant-factor-library-v1-library
      description: REST surface for factset-quant-factor-library-v1-library.
      operations:
      - method: GET
        name: getfactorlibrary
        description: Factset Retrieve a list of all available factors with relevant meta data.
        call: quant-factor-library-factset-quant-factor-library.getfactorlibrary
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getfactorlibrarylist
        description: Factset Retrieves a list of all available factors with relevant meta data.
        call: quant-factor-library-factset-quant-factor-library.getfactorlibrarylist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: quant-factor-library-factset-quant-factor-library-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Quant Factor Library API — Factset Quant Factor Library. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: factset-retrieves-quant-factors-small
      description: Factset Retrieves Quant Factors for a small list of ids.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: quant-factor-library-factset-quant-factor-library.getfactors
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieves-quant-factors-large
      description: Factset Retrieves Quant Factors for a large list of ids.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: quant-factor-library-factset-quant-factor-library.getfactorsforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-list-all-available
      description: Factset Retrieve a list of all available factors with relevant meta data.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: quant-factor-library-factset-quant-factor-library.getfactorlibrary
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieves-list-all-available
      description: Factset Retrieves a list of all available factors with relevant meta data.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: quant-factor-library-factset-quant-factor-library.getfactorlibrarylist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.