Factset · Capability

FactSet Real-Time Quotes API — Prices

FactSet Real-Time Quotes API — Prices. 8 operations. Lead operation: Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a Notation.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetPrices

What You Can Do

GET
Getpricesbidaskget — Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a Notation.
/v1/prices/bidask/get
GET
Getpricesbidasklist — Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a List of Notations.
/v1/prices/bidask/list
GET
Getpricesget — Factset Overview of Trading on the Most Recent Trading Day, Including the Latest Price, for a Notation.
/v1/prices/get
GET
Getpriceslist — Factset Overview of Trading on the Most Recent Trading Day, Including the Latest Price, for a List of Notations.
/v1/prices/list
GET
Getpricesorderbookaggregatedget — Factset Orderbook Aggregated by Price.
/v1/prices/orderbook/aggregated/get
GET
Getpricesorderbookfullget — Factset Full Orderbook
/v1/prices/orderbook/full/get
POST
Postpricestradingscheduleeventlist — Factset Sequence of Market-related Events.
/v1/prices/tradingschedule/event/list
GET
Getpricestradingscheduleeventtypelist — Factset Trading Schedule Event Types.
/v1/prices/tradingschedule/event/type/list

MCP Tools

factset-most-recent-bid-and

Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a Notation.

read-only idempotent
factset-most-recent-bid-and-2

Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a List of Notations.

read-only idempotent
factset-overview-trading-most-recent

Factset Overview of Trading on the Most Recent Trading Day, Including the Latest Price, for a Notation.

read-only idempotent
factset-overview-trading-most-recent-2

Factset Overview of Trading on the Most Recent Trading Day, Including the Latest Price, for a List of Notations.

read-only idempotent
factset-orderbook-aggregated-price

Factset Orderbook Aggregated by Price.

read-only idempotent
factset-full-orderbook

Factset Full Orderbook

read-only idempotent
factset-sequence-market-related-events

Factset Sequence of Market-related Events.

factset-trading-schedule-event-types

Factset Trading Schedule Event Types.

read-only idempotent

Capability Spec

real-time-quotes-prices.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Quotes API — Prices
  description: 'FactSet Real-Time Quotes API — Prices. 8 operations. Lead operation: Factset Most Recent Bid and Ask Prices
    (best Bid / Offer) for a Notation.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Prices
  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-prices
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Quotes API — Prices business capability. Self-contained, no shared references.
    resources:
    - name: prices-bidAsk-get
      path: /prices/bidAsk/get
      operations:
      - name: getpricesbidaskget
        method: GET
        description: Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a Notation.
        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: quality
          in: query
          type: string
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _subscriptionMinimumInterval
          in: query
          type: number
          description: Minimum number of milliseconds at which updates are send.
    - name: prices-bidAsk-list
      path: /prices/bidAsk/list
      operations:
      - name: getpricesbidasklist
        method: GET
        description: Factset Most Recent Bid and Ask Prices (best Bid / Offer) 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: quality
          in: query
          type: string
        - name: sameQuality
          in: query
          type: boolean
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
    - name: prices-get
      path: /prices/get
      operations:
      - name: getpricesget
        method: GET
        description: Factset Overview of Trading on the Most Recent Trading Day, Including the Latest Price, for a Notation.
        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: quality
          in: query
          type: string
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _subscriptionMinimumInterval
          in: query
          type: number
          description: Minimum number of milliseconds at which updates are sent.
    - name: prices-list
      path: /prices/list
      operations:
      - name: getpriceslist
        method: GET
        description: Factset Overview of Trading on the Most Recent Trading Day, Including the Latest Price, 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: quality
          in: query
          type: string
        - name: sameQuality
          in: query
          type: boolean
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
    - name: prices-orderbook-aggregated-get
      path: /prices/orderbook/aggregated/get
      operations:
      - name: getpricesorderbookaggregatedget
        method: GET
        description: Factset Orderbook Aggregated by Price.
        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: quality
          in: query
          type: string
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _subscriptionMinimumInterval
          in: query
          type: number
          description: Non-negative number of milliseconds to throttle the update rate.
    - name: prices-orderbook-full-get
      path: /prices/orderbook/full/get
      operations:
      - name: getpricesorderbookfullget
        method: GET
        description: Factset Full Orderbook
        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: quality
          in: query
          type: string
        - name: _attributes
          in: query
          type: array
          description: Limit the attributes returned in the response to the specified set.
        - name: _subscriptionMinimumInterval
          in: query
          type: number
          description: Non-negative number of milliseconds to throttle the update rate.
    - name: prices-tradingSchedule-event-list
      path: /prices/tradingSchedule/event/list
      operations:
      - name: postpricestradingscheduleeventlist
        method: POST
        description: Factset Sequence of Market-related Events.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: prices-tradingSchedule-event-type-list
      path: /prices/tradingSchedule/event/type/list
      operations:
      - name: getpricestradingscheduleeventtypelist
        method: GET
        description: Factset Trading Schedule Event Types.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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-prices-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Quotes API — Prices. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/prices/bidask/get
      name: prices-bidask-get
      description: REST surface for prices-bidAsk-get.
      operations:
      - method: GET
        name: getpricesbidaskget
        description: Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a Notation.
        call: real-time-quotes-prices.getpricesbidaskget
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          quality: rest.quality
          _attributes: rest._attributes
          _subscriptionMinimumInterval: rest._subscriptionMinimumInterval
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/bidask/list
      name: prices-bidask-list
      description: REST surface for prices-bidAsk-list.
      operations:
      - method: GET
        name: getpricesbidasklist
        description: Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a List of Notations.
        call: real-time-quotes-prices.getpricesbidasklist
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          quality: rest.quality
          sameQuality: rest.sameQuality
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/get
      name: prices-get
      description: REST surface for prices-get.
      operations:
      - method: GET
        name: getpricesget
        description: Factset Overview of Trading on the Most Recent Trading Day, Including the Latest Price, for a Notation.
        call: real-time-quotes-prices.getpricesget
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          quality: rest.quality
          _attributes: rest._attributes
          _subscriptionMinimumInterval: rest._subscriptionMinimumInterval
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/list
      name: prices-list
      description: REST surface for prices-list.
      operations:
      - method: GET
        name: getpriceslist
        description: Factset Overview of Trading on the Most Recent Trading Day, Including the Latest Price, for a List of
          Notations.
        call: real-time-quotes-prices.getpriceslist
        with:
          identifiers: rest.identifiers
          identifierType: rest.identifierType
          quality: rest.quality
          sameQuality: rest.sameQuality
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/orderbook/aggregated/get
      name: prices-orderbook-aggregated-get
      description: REST surface for prices-orderbook-aggregated-get.
      operations:
      - method: GET
        name: getpricesorderbookaggregatedget
        description: Factset Orderbook Aggregated by Price.
        call: real-time-quotes-prices.getpricesorderbookaggregatedget
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          quality: rest.quality
          _attributes: rest._attributes
          _subscriptionMinimumInterval: rest._subscriptionMinimumInterval
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/orderbook/full/get
      name: prices-orderbook-full-get
      description: REST surface for prices-orderbook-full-get.
      operations:
      - method: GET
        name: getpricesorderbookfullget
        description: Factset Full Orderbook
        call: real-time-quotes-prices.getpricesorderbookfullget
        with:
          identifier: rest.identifier
          identifierType: rest.identifierType
          quality: rest.quality
          _attributes: rest._attributes
          _subscriptionMinimumInterval: rest._subscriptionMinimumInterval
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/tradingschedule/event/list
      name: prices-tradingschedule-event-list
      description: REST surface for prices-tradingSchedule-event-list.
      operations:
      - method: POST
        name: postpricestradingscheduleeventlist
        description: Factset Sequence of Market-related Events.
        call: real-time-quotes-prices.postpricestradingscheduleeventlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/tradingschedule/event/type/list
      name: prices-tradingschedule-event-type-list
      description: REST surface for prices-tradingSchedule-event-type-list.
      operations:
      - method: GET
        name: getpricestradingscheduleeventtypelist
        description: Factset Trading Schedule Event Types.
        call: real-time-quotes-prices.getpricestradingscheduleeventtypelist
        with:
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-prices-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Quotes API — Prices. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-most-recent-bid-and
      description: Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a Notation.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-prices.getpricesbidaskget
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        quality: tools.quality
        _attributes: tools._attributes
        _subscriptionMinimumInterval: tools._subscriptionMinimumInterval
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-most-recent-bid-and-2
      description: Factset Most Recent Bid and Ask Prices (best Bid / Offer) for a List of Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-prices.getpricesbidasklist
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        quality: tools.quality
        sameQuality: tools.sameQuality
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-overview-trading-most-recent
      description: Factset Overview of Trading on the Most Recent Trading Day, Including the Latest Price, for a Notation.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-prices.getpricesget
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        quality: tools.quality
        _attributes: tools._attributes
        _subscriptionMinimumInterval: tools._subscriptionMinimumInterval
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-overview-trading-most-recent-2
      description: Factset Overview of Trading on the Most Recent Trading Day, Including the Latest Price, for a List of Notations.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-prices.getpriceslist
      with:
        identifiers: tools.identifiers
        identifierType: tools.identifierType
        quality: tools.quality
        sameQuality: tools.sameQuality
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-orderbook-aggregated-price
      description: Factset Orderbook Aggregated by Price.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-prices.getpricesorderbookaggregatedget
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        quality: tools.quality
        _attributes: tools._attributes
        _subscriptionMinimumInterval: tools._subscriptionMinimumInterval
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-full-orderbook
      description: Factset Full Orderbook
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-prices.getpricesorderbookfullget
      with:
        identifier: tools.identifier
        identifierType: tools.identifierType
        quality: tools.quality
        _attributes: tools._attributes
        _subscriptionMinimumInterval: tools._subscriptionMinimumInterval
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-sequence-market-related-events
      description: Factset Sequence of Market-related Events.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-quotes-prices.postpricestradingscheduleeventlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-trading-schedule-event-types
      description: Factset Trading Schedule Event Types.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: real-time-quotes-prices.getpricestradingscheduleeventtypelist
      with:
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.