Factset · Capability

Factset Time Series API For Digital Portals — Prices

Factset Time Series API For Digital Portals — Prices. 6 operations. Lead operation: Factset End-of-day time series data for a notation.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetPrices

What You Can Do

POST
Postpricestimeserieseodlist — Factset End-of-day time series data for a notation.
/v1/prices/timeseries/eod/list
POST
Postpricestimeserieseodsubsampleget — Factset Single subsample end-of-day data for a notation.
/v1/prices/timeseries/eod/subsample/get
POST
Postpricestimeserieseodsubsamplelist — Factset Subsampled end-of-day time series data for a notation.
/v1/prices/timeseries/eod/subsample/list
POST
Postpricestimeseriesintradaylist — Factset Intraday time series data for a notation.
/v1/prices/timeseries/intraday/list
POST
Postpricestimeseriesintradaysubsampleget — Factset Single subsample intraday data for a notation.
/v1/prices/timeseries/intraday/subsample/get
POST
Postpricestimeseriesintradaysubsamplelist — Factset Subsampled intraday time series data for a notation.
/v1/prices/timeseries/intraday/subsample/list

MCP Tools

factset-end-day-time-series

Factset End-of-day time series data for a notation.

factset-single-subsample-end-day

Factset Single subsample end-of-day data for a notation.

factset-subsampled-end-day-time

Factset Subsampled end-of-day time series data for a notation.

factset-intraday-time-series-data

Factset Intraday time series data for a notation.

factset-single-subsample-intraday-data

Factset Single subsample intraday data for a notation.

factset-subsampled-intraday-time-series

Factset Subsampled intraday time series data for a notation.

Capability Spec

real-time-time-series-prices-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Time Series API For Digital Portals — Prices
  description: 'Factset Time Series API For Digital Portals — Prices. 6 operations. Lead operation: Factset End-of-day time
    series data 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-time-series-prices-2
    baseUri: https://api.factset.com/wealth/v3
    description: Factset Time Series API For Digital Portals — Prices business capability. Self-contained, no shared references.
    resources:
    - name: prices-timeSeries-eod-list
      path: /prices/timeSeries/eod/list
      operations:
      - name: postpricestimeserieseodlist
        method: POST
        description: Factset End-of-day time series data for a notation.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: prices-timeSeries-eod-subsample-get
      path: /prices/timeSeries/eod/subsample/get
      operations:
      - name: postpricestimeserieseodsubsampleget
        method: POST
        description: Factset Single subsample end-of-day data for a notation.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: prices-timeSeries-eod-subsample-list
      path: /prices/timeSeries/eod/subsample/list
      operations:
      - name: postpricestimeserieseodsubsamplelist
        method: POST
        description: Factset Subsampled end-of-day time series data for a notation.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: prices-timeSeries-intraday-list
      path: /prices/timeSeries/intraday/list
      operations:
      - name: postpricestimeseriesintradaylist
        method: POST
        description: Factset Intraday time series data for a notation.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: prices-timeSeries-intraday-subsample-get
      path: /prices/timeSeries/intraday/subsample/get
      operations:
      - name: postpricestimeseriesintradaysubsampleget
        method: POST
        description: Factset Single subsample intraday data for a notation.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: prices-timeSeries-intraday-subsample-list
      path: /prices/timeSeries/intraday/subsample/list
      operations:
      - name: postpricestimeseriesintradaysubsamplelist
        method: POST
        description: Factset Subsampled intraday time series data for a notation.
        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-time-series-prices-2-rest
    port: 8080
    description: REST adapter for Factset Time Series API For Digital Portals — Prices. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/prices/timeseries/eod/list
      name: prices-timeseries-eod-list
      description: REST surface for prices-timeSeries-eod-list.
      operations:
      - method: POST
        name: postpricestimeserieseodlist
        description: Factset End-of-day time series data for a notation.
        call: real-time-time-series-prices-2.postpricestimeserieseodlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/timeseries/eod/subsample/get
      name: prices-timeseries-eod-subsample-get
      description: REST surface for prices-timeSeries-eod-subsample-get.
      operations:
      - method: POST
        name: postpricestimeserieseodsubsampleget
        description: Factset Single subsample end-of-day data for a notation.
        call: real-time-time-series-prices-2.postpricestimeserieseodsubsampleget
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/timeseries/eod/subsample/list
      name: prices-timeseries-eod-subsample-list
      description: REST surface for prices-timeSeries-eod-subsample-list.
      operations:
      - method: POST
        name: postpricestimeserieseodsubsamplelist
        description: Factset Subsampled end-of-day time series data for a notation.
        call: real-time-time-series-prices-2.postpricestimeserieseodsubsamplelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/timeseries/intraday/list
      name: prices-timeseries-intraday-list
      description: REST surface for prices-timeSeries-intraday-list.
      operations:
      - method: POST
        name: postpricestimeseriesintradaylist
        description: Factset Intraday time series data for a notation.
        call: real-time-time-series-prices-2.postpricestimeseriesintradaylist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/timeseries/intraday/subsample/get
      name: prices-timeseries-intraday-subsample-get
      description: REST surface for prices-timeSeries-intraday-subsample-get.
      operations:
      - method: POST
        name: postpricestimeseriesintradaysubsampleget
        description: Factset Single subsample intraday data for a notation.
        call: real-time-time-series-prices-2.postpricestimeseriesintradaysubsampleget
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/prices/timeseries/intraday/subsample/list
      name: prices-timeseries-intraday-subsample-list
      description: REST surface for prices-timeSeries-intraday-subsample-list.
      operations:
      - method: POST
        name: postpricestimeseriesintradaysubsamplelist
        description: Factset Subsampled intraday time series data for a notation.
        call: real-time-time-series-prices-2.postpricestimeseriesintradaysubsamplelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-time-series-prices-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Time Series API For Digital Portals — Prices. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-end-day-time-series
      description: Factset End-of-day time series data for a notation.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-time-series-prices-2.postpricestimeserieseodlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-single-subsample-end-day
      description: Factset Single subsample end-of-day data for a notation.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-time-series-prices-2.postpricestimeserieseodsubsampleget
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-subsampled-end-day-time
      description: Factset Subsampled end-of-day time series data for a notation.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-time-series-prices-2.postpricestimeserieseodsubsamplelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-intraday-time-series-data
      description: Factset Intraday time series data for a notation.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-time-series-prices-2.postpricestimeseriesintradaylist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-single-subsample-intraday-data
      description: Factset Single subsample intraday data for a notation.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-time-series-prices-2.postpricestimeseriesintradaysubsampleget
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-subsampled-intraday-time-series
      description: Factset Subsampled intraday time series data for a notation.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: real-time-time-series-prices-2.postpricestimeseriesintradaysubsamplelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.