Factset · Capability

Factset Quotes API For Digital Portals — Prices

Factset Quotes API For Digital Portals — 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-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Quotes API For Digital Portals — Prices
  description: 'Factset Quotes API For Digital Portals — 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-2
    baseUri: https://api.factset.com/wealth/v3
    description: Factset Quotes API For Digital Portals — 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-2-rest
    port: 8080
    description: REST adapter for Factset Quotes API For Digital Portals — 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-2.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-2.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-2.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-2.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-2.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-2.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-2.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-2.getpricestradingscheduleeventtypelist
        with:
          _attributes: rest._attributes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-quotes-prices-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Quotes API For Digital Portals — 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-2.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-2.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-2.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-2.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-2.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-2.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-2.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-2.getpricestradingscheduleeventtypelist
      with:
        _attributes: tools._attributes
      outputParameters:
      - type: object
        mapping: $.