Factset · Capability

FactSet Real-Time Quotes API — Ratings

FactSet Real-Time Quotes API — Ratings. 1 operations. Lead operation: Factset List of Rating Grades for a List of Instruments.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetRatings

What You Can Do

POST
Postinstrumentratinggradelist — Factset List of Rating Grades for a List of Instruments.
/v1/instrument/rating/grade/list

MCP Tools

factset-list-rating-grades-list

Factset List of Rating Grades for a List of Instruments.

read-only

Capability Spec

real-time-quotes-ratings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Ratings
  description: 'FactSet Real-Time Quotes API — Ratings. 1 operations. Lead operation: Factset List of Rating Grades for a
    List of Instruments.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Ratings
  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-ratings
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Ratings business capability. Self-contained, no shared references.
    resources:
    - name: instrument-rating-grade-list
      path: /instrument/rating/grade/list
      operations:
      - name: postinstrumentratinggradelist
        method: POST
        description: Factset List of Rating Grades for a List of Instruments.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-ratings-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Ratings. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/instrument/rating/grade/list
      name: instrument-rating-grade-list
      description: REST surface for instrument-rating-grade-list.
      operations:
      - method: POST
        name: postinstrumentratinggradelist
        description: Factset List of Rating Grades for a List of Instruments.
        call: real-time-quotes-ratings.postinstrumentratinggradelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-ratings-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Ratings. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-list-rating-grades-list
      description: Factset List of Rating Grades for a List of Instruments.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-ratings.postinstrumentratinggradelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.