Factset · Capability

FactSet Real-Time Quotes API — Symbols

FactSet Real-Time Quotes API — Symbols. 2 operations. Lead operation: Translate a Factset Market Symbol to a Notation.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetSymbols

What You Can Do

GET
Getnotationcrossreferencegetbyfactsetmarketsymbol — Translate a Factset Market Symbol to a Notation.
/v1/notation/crossreference/getbyfactsetmarketsymbol
POST
Postnotationcrossreferencelistbysymbol — Factset List of Entitled Notations.
/v1/notation/crossreference/listbysymbol

MCP Tools

translate-factset-market-symbol-notation

Translate a Factset Market Symbol to a Notation.

read-only idempotent
factset-list-entitled-notations

Factset List of Entitled Notations.

read-only

Capability Spec

real-time-quotes-symbols.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Symbols
  description: 'FactSet Real-Time Quotes API — Symbols. 2 operations. Lead operation: Translate a Factset Market Symbol to
    a Notation.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Symbols
  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-symbols
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Symbols business capability. Self-contained, no shared references.
    resources:
    - name: notation-crossReference-getByFactSetMarketSymbol
      path: /notation/crossReference/getByFactSetMarketSymbol
      operations:
      - name: getnotationcrossreferencegetbyfactsetmarketsymbol
        method: GET
        description: Translate a Factset Market Symbol to a Notation.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: factSetMarketSymbol
          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: _language
          in: query
          type: string
    - name: notation-crossReference-listBySymbol
      path: /notation/crossReference/listBySymbol
      operations:
      - name: postnotationcrossreferencelistbysymbol
        method: POST
        description: Factset List of Entitled Notations.
        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-symbols-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Symbols. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/notation/crossreference/getbyfactsetmarketsymbol
      name: notation-crossreference-getbyfactsetmarketsymbol
      description: REST surface for notation-crossReference-getByFactSetMarketSymbol.
      operations:
      - method: GET
        name: getnotationcrossreferencegetbyfactsetmarketsymbol
        description: Translate a Factset Market Symbol to a Notation.
        call: real-time-quotes-symbols.getnotationcrossreferencegetbyfactsetmarketsymbol
        with:
          factSetMarketSymbol: rest.factSetMarketSymbol
          _attributes: rest._attributes
          _language: rest._language
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/notation/crossreference/listbysymbol
      name: notation-crossreference-listbysymbol
      description: REST surface for notation-crossReference-listBySymbol.
      operations:
      - method: POST
        name: postnotationcrossreferencelistbysymbol
        description: Factset List of Entitled Notations.
        call: real-time-quotes-symbols.postnotationcrossreferencelistbysymbol
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-symbols-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Symbols. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: translate-factset-market-symbol-notation
      description: Translate a Factset Market Symbol to a Notation.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-symbols.getnotationcrossreferencegetbyfactsetmarketsymbol
      with:
        factSetMarketSymbol: tools.factSetMarketSymbol
        _attributes: tools._attributes
        _language: tools._language
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-list-entitled-notations
      description: Factset List of Entitled Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: real-time-quotes-symbols.postnotationcrossreferencelistbysymbol
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.