Factset · Capability

FactSet Formula API — Time Series

FactSet Formula API — Time Series. 2 operations. Lead operation: Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetTime Series

What You Can Do

GET
Gettimeseriesdata — Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.
/v1/v1/time-series
POST
Gettimeseriesdataforlist — Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.
/v1/v1/time-series

MCP Tools

factset-retrieve-data-items-fql

Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.

read-only idempotent
factset-retrieve-data-items-fql-2

Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.

read-only

Capability Spec

formula-time-series.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Formula API — Time Series
  description: 'FactSet Formula API — Time Series. 2 operations. Lead operation: Factset Retrieve data items (FQL formulas)
    for a list of identifiers or defined universe.. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Time Series
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: formula-time-series
    baseUri: https://api.factset.com/formula-api
    description: FactSet Formula API — Time Series business capability. Self-contained, no shared references.
    resources:
    - name: v1-time-series
      path: /v1/time-series
      operations:
      - name: gettimeseriesdata
        method: GET
        description: Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: gettimeseriesdataforlist
        method: POST
        description: Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: formula-time-series-rest
    port: 8080
    description: REST adapter for FactSet Formula API — Time Series. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/time-series
      name: v1-time-series
      description: REST surface for v1-time-series.
      operations:
      - method: GET
        name: gettimeseriesdata
        description: Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.
        call: formula-time-series.gettimeseriesdata
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: gettimeseriesdataforlist
        description: Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.
        call: formula-time-series.gettimeseriesdataforlist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: formula-time-series-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Formula API — Time Series. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-retrieve-data-items-fql
      description: Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: formula-time-series.gettimeseriesdata
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-retrieve-data-items-fql-2
      description: Factset Retrieve data items (FQL formulas) for a list of identifiers or defined universe.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: formula-time-series.gettimeseriesdataforlist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.