Factset · Capability

FactSet Formula API — Cross Sectional

FactSet Formula API — Cross Sectional. 2 operations. Lead operation: Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetCross Sectional

What You Can Do

GET
Getcrosssectionaldata — Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.
/v1/v1/cross-sectional
POST
Getcrosssectionaldataforlist — Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.
/v1/v1/cross-sectional

MCP Tools

factset-retrieve-data-items-screening

Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.

read-only idempotent
factset-retrieve-data-items-screening-2

Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.

read-only

Capability Spec

formula-cross-sectional.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Formula API — Cross Sectional
  description: 'FactSet Formula API — Cross Sectional. 2 operations. Lead operation: Factset Retrieve data items (Screening
    formulas) for a list of identifiers or defined universe.. Self-contained Naftiko capability covering one Factset business
    surface.'
  tags:
  - Factset
  - Cross Sectional
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: formula-cross-sectional
    baseUri: https://api.factset.com/formula-api
    description: FactSet Formula API — Cross Sectional business capability. Self-contained, no shared references.
    resources:
    - name: v1-cross-sectional
      path: /v1/cross-sectional
      operations:
      - name: getcrosssectionaldata
        method: GET
        description: Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: getcrosssectionaldataforlist
        method: POST
        description: Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: formula-cross-sectional-rest
    port: 8080
    description: REST adapter for FactSet Formula API — Cross Sectional. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/cross-sectional
      name: v1-cross-sectional
      description: REST surface for v1-cross-sectional.
      operations:
      - method: GET
        name: getcrosssectionaldata
        description: Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.
        call: formula-cross-sectional.getcrosssectionaldata
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: getcrosssectionaldataforlist
        description: Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.
        call: formula-cross-sectional.getcrosssectionaldataforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: formula-cross-sectional-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Formula API — Cross Sectional. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-retrieve-data-items-screening
      description: Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: formula-cross-sectional.getcrosssectionaldata
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-data-items-screening-2
      description: Factset Retrieve data items (Screening formulas) for a list of identifiers or defined universe.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: formula-cross-sectional.getcrosssectionaldataforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.