Factset · Capability

FactSet Real-Time Quotes API — By

FactSet Real-Time Quotes API — By. 5 operations. Lead operation: Factset Details of a Timezone Identified by Name.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetBy

What You Can Do

GET
Getbasictimezonegetbyname — Factset Details of a Timezone Identified by Name.
/v1/basic/timezone/getbyname
GET
Getcategorylistbylevel — Factset List of Categories Assigned to a Category Level.
/v1/category/listbylevel
GET
Getcategorylistbysystem — Factset List of Categories Assigned to a Category System.
/v1/category/listbysystem
POST
Postnotationcrossreferencefactsetidentifierlistbyfactsetidentifier — Retrieve a List of Notations for a Given Factset Identifier.
/v1/notation/crossreference/factsetidentifier/listbyfactsetidentifier
POST
Postnotationcrossreferencefactsetidentifierlistbyinstrument — Retrieve a List of Factset Identifiers for a Given Instrument.
/v1/notation/crossreference/factsetidentifier/listbyinstrument

MCP Tools

factset-details-timezone-identified-name

Factset Details of a Timezone Identified by Name.

read-only idempotent
factset-list-categories-assigned-category

Factset List of Categories Assigned to a Category Level.

read-only idempotent
factset-list-categories-assigned-category-2

Factset List of Categories Assigned to a Category System.

read-only idempotent
retrieve-list-notations-given-factset

Retrieve a List of Notations for a Given Factset Identifier.

read-only
retrieve-list-factset-identifiers-given

Retrieve a List of Factset Identifiers for a Given Instrument.

read-only

Capability Spec

real-time-quotes-by.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — By
  description: 'FactSet Real-Time Quotes API — By. 5 operations. Lead operation: Factset Details of a Timezone Identified
    by Name.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - By
  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-by
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — By business capability. Self-contained, no shared references.
    resources:
    - name: basic-timezone-getByName
      path: /basic/timezone/getByName
      operations:
      - name: getbasictimezonegetbyname
        method: GET
        description: Factset Details of a Timezone Identified by Name.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          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: category-listByLevel
      path: /category/listByLevel
      operations:
      - name: getcategorylistbylevel
        method: GET
        description: Factset List of Categories Assigned to a Category Level.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: number
          required: true
        - 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: _paginationOffset
          in: query
          type: number
          description: Non-negative number of entries to skip, or 0 (default).
        - name: _paginationLimit
          in: query
          type: number
          description: Non-negative maximum number of entries to return.
    - name: category-listBySystem
      path: /category/listBySystem
      operations:
      - name: getcategorylistbysystem
        method: GET
        description: Factset List of Categories Assigned to a Category System.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: number
          required: true
        - 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: _paginationOffset
          in: query
          type: number
          description: Non-negative number of entries to skip, or 0 (default).
        - name: _paginationLimit
          in: query
          type: number
          description: Non-negative maximum number of entries to return.
    - name: notation-crossReference-factSetIdentifier-listByFactSetIdentifier
      path: /notation/crossReference/factSetIdentifier/listByFactSetIdentifier
      operations:
      - name: postnotationcrossreferencefactsetidentifierlistbyfactsetidentifier
        method: POST
        description: Retrieve a List of Notations for a Given Factset Identifier.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: notation-crossReference-factSetIdentifier-listByInstrument
      path: /notation/crossReference/factSetIdentifier/listByInstrument
      operations:
      - name: postnotationcrossreferencefactsetidentifierlistbyinstrument
        method: POST
        description: Retrieve a List of Factset Identifiers for a Given Instrument.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: real-time-quotes-by-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — By. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/basic/timezone/getbyname
      name: basic-timezone-getbyname
      description: REST surface for basic-timezone-getByName.
      operations:
      - method: GET
        name: getbasictimezonegetbyname
        description: Factset Details of a Timezone Identified by Name.
        call: real-time-quotes-by.getbasictimezonegetbyname
        with:
          name: rest.name
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/category/listbylevel
      name: category-listbylevel
      description: REST surface for category-listByLevel.
      operations:
      - method: GET
        name: getcategorylistbylevel
        description: Factset List of Categories Assigned to a Category Level.
        call: real-time-quotes-by.getcategorylistbylevel
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/category/listbysystem
      name: category-listbysystem
      description: REST surface for category-listBySystem.
      operations:
      - method: GET
        name: getcategorylistbysystem
        description: Factset List of Categories Assigned to a Category System.
        call: real-time-quotes-by.getcategorylistbysystem
        with:
          id: rest.id
          _attributes: rest._attributes
          _language: rest._language
          _paginationOffset: rest._paginationOffset
          _paginationLimit: rest._paginationLimit
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/crossreference/factsetidentifier/listbyfactsetidentifier
      name: notation-crossreference-factsetidentifier-listbyfactsetidentifier
      description: REST surface for notation-crossReference-factSetIdentifier-listByFactSetIdentifier.
      operations:
      - method: POST
        name: postnotationcrossreferencefactsetidentifierlistbyfactsetidentifier
        description: Retrieve a List of Notations for a Given Factset Identifier.
        call: real-time-quotes-by.postnotationcrossreferencefactsetidentifierlistbyfactsetidentifier
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/crossreference/factsetidentifier/listbyinstrument
      name: notation-crossreference-factsetidentifier-listbyinstrument
      description: REST surface for notation-crossReference-factSetIdentifier-listByInstrument.
      operations:
      - method: POST
        name: postnotationcrossreferencefactsetidentifierlistbyinstrument
        description: Retrieve a List of Factset Identifiers for a Given Instrument.
        call: real-time-quotes-by.postnotationcrossreferencefactsetidentifierlistbyinstrument
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-by-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — By. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-details-timezone-identified-name
      description: Factset Details of a Timezone Identified by Name.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-by.getbasictimezonegetbyname
      with:
        name: tools.name
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-categories-assigned-category
      description: Factset List of Categories Assigned to a Category Level.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-by.getcategorylistbylevel
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-categories-assigned-category-2
      description: Factset List of Categories Assigned to a Category System.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-by.getcategorylistbysystem
      with:
        id: tools.id
        _attributes: tools._attributes
        _language: tools._language
        _paginationOffset: tools._paginationOffset
        _paginationLimit: tools._paginationLimit
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-list-notations-given-factset
      description: Retrieve a List of Notations for a Given Factset Identifier.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-by.postnotationcrossreferencefactsetidentifierlistbyfactsetidentifier
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-list-factset-identifiers-given
      description: Retrieve a List of Factset Identifiers for a Given Instrument.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-by.postnotationcrossreferencefactsetidentifierlistbyinstrument
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.