Factset · Capability

FactSet Real-Time Quotes API — Year

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

Run with Naftiko FactsetYear

What You Can Do

GET
Getnotationkeyfiguresyear1get — Factset End-of-day (eod) Key Figures for the Time Range of One Year.
/v1/notation/keyfigures/year/1/get
GET
Getnotationkeyfiguresyear1list — Factset End-of-day (eod) Key Figures for the Time Range of One Year, for a List of Notations.
/v1/notation/keyfigures/year/1/list
GET
Getnotationkeyfiguresyear10get — Factset End-of-day (eod) Key Figures for the Time Range of Ten Years.
/v1/notation/keyfigures/year/10/get
GET
Getnotationkeyfiguresyear10list — Factset End-of-day (eod) Key Figures for the Time Range of Ten Years, for a List of Notations.
/v1/notation/keyfigures/year/10/list
GET
Getnotationkeyfiguresyear3get — Factset End-of-day (eod) Key Figures for the Time Range of Three Years.
/v1/notation/keyfigures/year/3/get
GET
Getnotationkeyfiguresyear3list — Factset End-of-day (eod) Key Figures for the Time Range of Three Years, for a List of Notations.
/v1/notation/keyfigures/year/3/list
GET
Getnotationkeyfiguresyear5get — Factset End-of-day (eod) Key Figures for the Time Range of Five Years.
/v1/notation/keyfigures/year/5/get
GET
Getnotationkeyfiguresyear5list — Factset End-of-day (eod) Key Figures for the Time Range of Five Years, for a List of Notations.
/v1/notation/keyfigures/year/5/list
GET
Getnotationkeyfiguresyear7get — Factset End-of-day (eod) Key Figures for the Time Range of Seven Years.
/v1/notation/keyfigures/year/7/get
GET
Getnotationkeyfiguresyear7list — Factset End-of-day (eod) Key Figures for the Time Range of Seven Years, for a List of Notations.
/v1/notation/keyfigures/year/7/list
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 of One Year.

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

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

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

Factset End-of-day (eod) Key Figures for the Time Range of Ten Years.

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

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

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

Factset End-of-day (eod) Key Figures for the Time Range of Three Years.

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

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

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

Factset End-of-day (eod) Key Figures for the Time Range of Five Years.

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

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

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

Factset End-of-day (eod) Key Figures for the Time Range of Seven Years.

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

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

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

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

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

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-year.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Year
  description: 'FactSet Real-Time Quotes API — Year. 12 operations. Lead operation: Factset End-of-day (eod) Key Figures for
    the Time Range of One Year.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Year
  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-year
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Year business capability. Self-contained, no shared references.
    resources:
    - name: notation-keyFigures-year-1-get
      path: /notation/keyFigures/year/1/get
      operations:
      - name: getnotationkeyfiguresyear1get
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of One Year.
        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-year-1-list
      path: /notation/keyFigures/year/1/list
      operations:
      - name: getnotationkeyfiguresyear1list
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of One Year, 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.
    - name: notation-keyFigures-year-10-get
      path: /notation/keyFigures/year/10/get
      operations:
      - name: getnotationkeyfiguresyear10get
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of Ten Years.
        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-year-10-list
      path: /notation/keyFigures/year/10/list
      operations:
      - name: getnotationkeyfiguresyear10list
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of Ten Years, 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.
    - name: notation-keyFigures-year-3-get
      path: /notation/keyFigures/year/3/get
      operations:
      - name: getnotationkeyfiguresyear3get
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of Three Years.
        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-year-3-list
      path: /notation/keyFigures/year/3/list
      operations:
      - name: getnotationkeyfiguresyear3list
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of Three Years, 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.
    - name: notation-keyFigures-year-5-get
      path: /notation/keyFigures/year/5/get
      operations:
      - name: getnotationkeyfiguresyear5get
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of Five Years.
        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-year-5-list
      path: /notation/keyFigures/year/5/list
      operations:
      - name: getnotationkeyfiguresyear5list
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of Five Years, 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.
    - name: notation-keyFigures-year-7-get
      path: /notation/keyFigures/year/7/get
      operations:
      - name: getnotationkeyfiguresyear7get
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of Seven Years.
        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-year-7-list
      path: /notation/keyFigures/year/7/list
      operations:
      - name: getnotationkeyfiguresyear7list
        method: GET
        description: Factset End-of-day (eod) Key Figures for the Time Range of Seven Years, 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.
    - 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-year-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Year. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/notation/keyfigures/year/1/get
      name: notation-keyfigures-year-1-get
      description: REST surface for notation-keyFigures-year-1-get.
      operations:
      - method: GET
        name: getnotationkeyfiguresyear1get
        description: Factset End-of-day (eod) Key Figures for the Time Range of One Year.
        call: real-time-quotes-year.getnotationkeyfiguresyear1get
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/year/1/list
      name: notation-keyfigures-year-1-list
      description: REST surface for notation-keyFigures-year-1-list.
      operations:
      - method: GET
        name: getnotationkeyfiguresyear1list
        description: Factset End-of-day (eod) Key Figures for the Time Range of One Year, for a List of Notations.
        call: real-time-quotes-year.getnotationkeyfiguresyear1list
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/year/10/get
      name: notation-keyfigures-year-10-get
      description: REST surface for notation-keyFigures-year-10-get.
      operations:
      - method: GET
        name: getnotationkeyfiguresyear10get
        description: Factset End-of-day (eod) Key Figures for the Time Range of Ten Years.
        call: real-time-quotes-year.getnotationkeyfiguresyear10get
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/year/10/list
      name: notation-keyfigures-year-10-list
      description: REST surface for notation-keyFigures-year-10-list.
      operations:
      - method: GET
        name: getnotationkeyfiguresyear10list
        description: Factset End-of-day (eod) Key Figures for the Time Range of Ten Years, for a List of Notations.
        call: real-time-quotes-year.getnotationkeyfiguresyear10list
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/year/3/get
      name: notation-keyfigures-year-3-get
      description: REST surface for notation-keyFigures-year-3-get.
      operations:
      - method: GET
        name: getnotationkeyfiguresyear3get
        description: Factset End-of-day (eod) Key Figures for the Time Range of Three Years.
        call: real-time-quotes-year.getnotationkeyfiguresyear3get
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/year/3/list
      name: notation-keyfigures-year-3-list
      description: REST surface for notation-keyFigures-year-3-list.
      operations:
      - method: GET
        name: getnotationkeyfiguresyear3list
        description: Factset End-of-day (eod) Key Figures for the Time Range of Three Years, for a List of Notations.
        call: real-time-quotes-year.getnotationkeyfiguresyear3list
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/year/5/get
      name: notation-keyfigures-year-5-get
      description: REST surface for notation-keyFigures-year-5-get.
      operations:
      - method: GET
        name: getnotationkeyfiguresyear5get
        description: Factset End-of-day (eod) Key Figures for the Time Range of Five Years.
        call: real-time-quotes-year.getnotationkeyfiguresyear5get
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/year/5/list
      name: notation-keyfigures-year-5-list
      description: REST surface for notation-keyFigures-year-5-list.
      operations:
      - method: GET
        name: getnotationkeyfiguresyear5list
        description: Factset End-of-day (eod) Key Figures for the Time Range of Five Years, for a List of Notations.
        call: real-time-quotes-year.getnotationkeyfiguresyear5list
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/year/7/get
      name: notation-keyfigures-year-7-get
      description: REST surface for notation-keyFigures-year-7-get.
      operations:
      - method: GET
        name: getnotationkeyfiguresyear7get
        description: Factset End-of-day (eod) Key Figures for the Time Range of Seven Years.
        call: real-time-quotes-year.getnotationkeyfiguresyear7get
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/keyfigures/year/7/list
      name: notation-keyfigures-year-7-list
      description: REST surface for notation-keyFigures-year-7-list.
      operations:
      - method: GET
        name: getnotationkeyfiguresyear7list
        description: Factset End-of-day (eod) Key Figures for the Time Range of Seven Years, for a List of Notations.
        call: real-time-quotes-year.getnotationkeyfiguresyear7list
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - 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-year.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-year.getnotationkeyfiguresyeartodatelist
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-year-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Year. 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 Year.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-year.getnotationkeyfiguresyear1get
      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 Year, for a List of Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-year.getnotationkeyfiguresyear1list
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-3
      description: Factset End-of-day (eod) Key Figures for the Time Range of Ten Years.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-year.getnotationkeyfiguresyear10get
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-4
      description: Factset End-of-day (eod) Key Figures for the Time Range of Ten Years, for a List of Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-year.getnotationkeyfiguresyear10list
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-5
      description: Factset End-of-day (eod) Key Figures for the Time Range of Three Years.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-year.getnotationkeyfiguresyear3get
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-6
      description: Factset End-of-day (eod) Key Figures for the Time Range of Three Years, for a List of Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-year.getnotationkeyfiguresyear3list
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-7
      description: Factset End-of-day (eod) Key Figures for the Time Range of Five Years.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-year.getnotationkeyfiguresyear5get
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-8
      description: Factset End-of-day (eod) Key Figures for the Time Range of Five Years, for a List of Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-year.getnotationkeyfiguresyear5list
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-9
      description: Factset End-of-day (eod) Key Figures for the Time Range of Seven Years.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-year.getnotationkeyfiguresyear7get
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-10
      description: Factset End-of-day (eod) Key Figures for the Time Range of Seven Years, for a List of Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-year.getnotationkeyfiguresyear7list
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-11
      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-year.getnotationkeyfiguresyeartodateget
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-end-day-eod-key-12
      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-year.getnotationkeyfiguresyeartodatelist
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.