Factset · Capability

FactSet Real-Time Quotes API — Date

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

Run with Naftiko FactsetDate

What You Can Do

GET
Getnotationkeyfiguresyeartodateget — Factset End-of-day (eod) Key Figures for the Time Range Year-to-date (ytd)..
/v1/notation/keyfigures/yeartodate/get
GET
Getnotationkeyfiguresyeartodatelist — Factset End-of-day (eod) Key Figures for the Time Range Year-to-date (ytd), for a List of Notations..
/v1/notation/keyfigures/yeartodate/list

MCP Tools

factset-end-day-eod-key

Factset End-of-day (eod) Key Figures for the Time Range Year-to-date (ytd)..

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

Factset End-of-day (eod) Key Figures for the Time Range Year-to-date (ytd), for a List of Notations..

read-only idempotent

Capability Spec

real-time-quotes-date.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Date
  description: 'FactSet Real-Time Quotes API — Date. 2 operations. Lead operation: Factset End-of-day (eod) Key Figures for
    the Time Range Year-to-date (ytd)... Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Date
  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-date
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Date business capability. Self-contained, no shared references.
    resources:
    - name: notation-keyFigures-yearToDate-get
      path: /notation/keyFigures/yearToDate/get
      operations:
      - name: getnotationkeyfiguresyeartodateget
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range Year-to-date (ytd)..
        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-yearToDate-list
      path: /notation/keyFigures/yearToDate/list
      operations:
      - name: getnotationkeyfiguresyeartodatelist
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range Year-to-date (ytd), 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-date-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Date. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/notation/keyfigures/yeartodate/get
      name: notation-keyfigures-yeartodate-get
      description: REST surface for notation-keyFigures-yearToDate-get.
      operations:
      - method: GET
        name: getnotationkeyfiguresyeartodateget
        description: Factset End-of-day (eod) Key Figures for the Time Range Year-to-date (ytd)..
        call: real-time-quotes-date.getnotationkeyfiguresyeartodateget
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/yeartodate/list
      name: notation-keyfigures-yeartodate-list
      description: REST surface for notation-keyFigures-yearToDate-list.
      operations:
      - method: GET
        name: getnotationkeyfiguresyeartodatelist
        description: Factset End-of-day (eod) Key Figures for the Time Range Year-to-date (ytd), for a List of Notations..
        call: real-time-quotes-date.getnotationkeyfiguresyeartodatelist
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-date-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Date. 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 Year-to-date (ytd)..
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-date.getnotationkeyfiguresyeartodateget
      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 Year-to-date (ytd), for a List of Notations..
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-date.getnotationkeyfiguresyeartodatelist
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.