Factset · Capability

FactSet Prices API — Fixed

FactSet Prices API — Fixed. 2 operations. Lead operation: Factset Gets Pricing for a List of Fixed Income Securities. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFixed

What You Can Do

GET
Getfixedsecurityprices — Factset Gets Pricing for a List of Fixed Income Securities
/v1/factset-prices/v1/fixed-income
POST
Getfixedsecuritypricesforlist — Factset Requests Pricing for a List of Fixed Income Securities for Date Range Requested
/v1/factset-prices/v1/fixed-income

MCP Tools

factset-gets-pricing-list-fixed

Factset Gets Pricing for a List of Fixed Income Securities

read-only idempotent
factset-requests-pricing-list-fixed

Factset Requests Pricing for a List of Fixed Income Securities for Date Range Requested

read-only

Capability Spec

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