Factset · Capability

FactSet Real-Time Quotes API — Day

FactSet Real-Time Quotes API — Day. 2 operations. Lead operation: Factset List of Day Count Convention Types.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetDay

What You Can Do

GET
Getinstrumentcoupondaycountconventiontypelist — Factset List of Day Count Convention Types.
/v1/instrument/coupon/daycountconvention/type/list
GET
Getnotationkeyfigurestradingdayaverageget — Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.
/v1/notation/keyfigures/tradingday/average/get

MCP Tools

factset-list-day-count-convention

Factset List of Day Count Convention Types.

read-only idempotent
factset-average-end-day-eod

Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.

read-only idempotent

Capability Spec

real-time-quotes-day.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Day
  description: 'FactSet Real-Time Quotes API — Day. 2 operations. Lead operation: Factset List of Day Count Convention Types..
    Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Day
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: real-time-quotes-day
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Day business capability. Self-contained, no shared references.
    resources:
    - name: instrument-coupon-dayCountConvention-type-list
      path: /instrument/coupon/dayCountConvention/type/list
      operations:
      - name: getinstrumentcoupondaycountconventiontypelist
        method: GET
        description: Factset List of Day Count Convention Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _language
          in: query
          type: string
    - name: notation-keyFigures-tradingDay-average-get
      path: /notation/keyFigures/tradingDay/average/get
      operations:
      - name: getnotationkeyfigurestradingdayaverageget
        method: GET
        description: Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: query
          type: string
          required: true
        - name: identifierType
          in: query
          type: string
          required: true
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-day-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Day. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/instrument/coupon/daycountconvention/type/list
      name: instrument-coupon-daycountconvention-type-list
      description: REST surface for instrument-coupon-dayCountConvention-type-list.
      operations:
      - method: GET
        name: getinstrumentcoupondaycountconventiontypelist
        description: Factset List of Day Count Convention Types.
        call: real-time-quotes-day.getinstrumentcoupondaycountconventiontypelist
        with:
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/tradingday/average/get
      name: notation-keyfigures-tradingday-average-get
      description: REST surface for notation-keyFigures-tradingDay-average-get.
      operations:
      - method: GET
        name: getnotationkeyfigurestradingdayaverageget
        description: Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.
        call: real-time-quotes-day.getnotationkeyfigurestradingdayaverageget
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-day-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Day. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-list-day-count-convention
      description: Factset List of Day Count Convention Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-day.getinstrumentcoupondaycountconventiontypelist
      with:
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-average-end-day-eod
      description: Factset Average End-of-day (eod) Key Figures for Different Trading Days Periods.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-day.getnotationkeyfigurestradingdayaverageget
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.