Factset · Capability

FactSet Real-Time Time Series API — Prices

FactSet Real-Time Time Series API — 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.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Real-Time Time Series API — Prices
  description: 'FactSet Real-Time Time Series API — 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
    baseUri: https://api.factset.com/wealth/v3
    description: FactSet Real-Time Time Series API — 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-rest
    port: 8080
    description: REST adapter for FactSet Real-Time Time Series API — 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.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.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.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.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.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.postpricestimeseriesintradaysubsamplelist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: real-time-time-series-prices-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Real-Time Time Series API — 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.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.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.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.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.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.postpricestimeseriesintradaysubsamplelist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.