Factset · Capability

FactSet Real-Time Quotes API — Week

FactSet Real-Time Quotes API — Week. 2 operations. Lead operation: Factset End-of-day (eod) Key Figures for the Time Range of One Week.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetWeek

What You Can Do

GET
Getnotationkeyfiguresweek1get — Factset End-of-day (eod) Key Figures for the Time Range of One Week.
/v1/notation/keyfigures/week/1/get
GET
Getnotationkeyfiguresweek1list — Factset End-of-day (eod) Key Figures for the Time Range of One Week, for a List of Notations.
/v1/notation/keyfigures/week/1/list

MCP Tools

factset-end-day-eod-key

Factset End-of-day (eod) Key Figures for the Time Range of One Week.

read-only idempotent
factset-end-day-eod-key-2

Factset End-of-day (eod) Key Figures for the Time Range of One Week, for a List of Notations.

read-only idempotent

Capability Spec

real-time-quotes-week.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Week
  description: 'FactSet Real-Time Quotes API — Week. 2 operations. Lead operation: Factset End-of-day (eod) Key Figures for
    the Time Range of One Week.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Week
  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-week
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Week business capability. Self-contained, no shared references.
    resources:
    - name: notation-keyFigures-week-1-get
      path: /notation/keyFigures/week/1/get
      operations:
      - name: getnotationkeyfiguresweek1get
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of One Week.
        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.
    - name: notation-keyFigures-week-1-list
      path: /notation/keyFigures/week/1/list
      operations:
      - name: getnotationkeyfiguresweek1list
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of One Week, for a List of Notations.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifiers
          in: query
          type: array
          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-week-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Week. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/notation/keyfigures/week/1/get
      name: notation-keyfigures-week-1-get
      description: REST surface for notation-keyFigures-week-1-get.
      operations:
      - method: GET
        name: getnotationkeyfiguresweek1get
        description: Factset End-of-day (eod) Key Figures for the Time Range of One Week.
        call: real-time-quotes-week.getnotationkeyfiguresweek1get
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/week/1/list
      name: notation-keyfigures-week-1-list
      description: REST surface for notation-keyFigures-week-1-list.
      operations:
      - method: GET
        name: getnotationkeyfiguresweek1list
        description: Factset End-of-day (eod) Key Figures for the Time Range of One Week, for a List of Notations.
        call: real-time-quotes-week.getnotationkeyfiguresweek1list
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-week-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Week. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-end-day-eod-key
      description: Factset End-of-day (eod) Key Figures for the Time Range of One Week.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-week.getnotationkeyfiguresweek1get
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-2
      description: Factset End-of-day (eod) Key Figures for the Time Range of One Week, for a List of Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-week.getnotationkeyfiguresweek1list
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.