Factset · Capability

FactSet Prices API — Low

FactSet Prices API — Low. 2 operations. Lead operation: Factset Gets the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period and Frequency.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetLow

What You Can Do

GET
Gethighlow — Factset Gets the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period and Frequency.
/v1/factset-prices/v1/high-low
POST
Gethighlowforlist — Factset Requests the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period and Frequency.
/v1/factset-prices/v1/high-low

MCP Tools

factset-gets-price-high-and

Factset Gets the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period and Frequency.

read-only idempotent
factset-requests-price-high-and

Factset Requests the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period and Frequency.

read-only

Capability Spec

prices-low.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Prices API — Low
  description: 'FactSet Prices API — Low. 2 operations. Lead operation: Factset Gets the Price High and Price Low of Securities
    for a List of `ids` as of Given Date, Period and Frequency.. Self-contained Naftiko capability covering one Factset business
    surface.'
  tags:
  - Factset
  - Low
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: prices-low
    baseUri: https://api.factset.com/content
    description: FactSet Prices API — Low business capability. Self-contained, no shared references.
    resources:
    - name: factset-prices-v1-high-low
      path: /factset-prices/v1/high-low
      operations:
      - name: gethighlow
        method: GET
        description: Factset Gets the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period
          and Frequency.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: gethighlowforlist
        method: POST
        description: Factset Requests the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period
          and Frequency.
        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: prices-low-rest
    port: 8080
    description: REST adapter for FactSet Prices API — Low. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/factset-prices/v1/high-low
      name: factset-prices-v1-high-low
      description: REST surface for factset-prices-v1-high-low.
      operations:
      - method: GET
        name: gethighlow
        description: Factset Gets the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period
          and Frequency.
        call: prices-low.gethighlow
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: gethighlowforlist
        description: Factset Requests the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period
          and Frequency.
        call: prices-low.gethighlowforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: prices-low-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Prices API — Low. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: factset-gets-price-high-and
      description: Factset Gets the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period and
        Frequency.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: prices-low.gethighlow
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-requests-price-high-and
      description: Factset Requests the Price High and Price Low of Securities for a List of `ids` as of Given Date, Period
        and Frequency.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: prices-low.gethighlowforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.