Factset · Capability

FactSet Tick History API — Minute

FactSet Tick History API — Minute. 3 operations. Lead operation: Factset Requests the Creation of Minute Bars File. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetMinute

What You Can Do

POST
Requestminutebarsfiles — Factset Requests the Creation of Minute Bars File
/v1/level1/files/minute-bars/create
GET
Getminutebarsfiles — Factset Returns the Minute Bars Data in Files Requested in the /create Endpoint
/v1/level1/files/minute-bars/get
GET
Getminutebarsfilestatus — Factset Returns the Status of the Id
/v1/level1/files/minute-bars/status

MCP Tools

factset-requests-creation-minute-bars

Factset Requests the Creation of Minute Bars File

factset-returns-minute-bars-data

Factset Returns the Minute Bars Data in Files Requested in the /create Endpoint

read-only idempotent
factset-returns-status-id

Factset Returns the Status of the Id

read-only idempotent

Capability Spec

tick-history-minute.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Tick History API — Minute
  description: 'FactSet Tick History API — Minute. 3 operations. Lead operation: Factset Requests the Creation of Minute Bars
    File. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Minute
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: tick-history-minute
    baseUri: https://api.factset.com/tick-history/v2
    description: FactSet Tick History API — Minute business capability. Self-contained, no shared references.
    resources:
    - name: level1-files-minute-bars-create
      path: /level1/files/minute-bars/create
      operations:
      - name: requestminutebarsfiles
        method: POST
        description: Factset Requests the Creation of Minute Bars File
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: level1-files-minute-bars-get
      path: /level1/files/minute-bars/get
      operations:
      - name: getminutebarsfiles
        method: GET
        description: Factset Returns the Minute Bars Data in Files Requested in the /create Endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: level1-files-minute-bars-status
      path: /level1/files/minute-bars/status
      operations:
      - name: getminutebarsfilestatus
        method: GET
        description: Factset Returns the Status of the Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: tick-history-minute-rest
    port: 8080
    description: REST adapter for FactSet Tick History API — Minute. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/level1/files/minute-bars/create
      name: level1-files-minute-bars-create
      description: REST surface for level1-files-minute-bars-create.
      operations:
      - method: POST
        name: requestminutebarsfiles
        description: Factset Requests the Creation of Minute Bars File
        call: tick-history-minute.requestminutebarsfiles
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/level1/files/minute-bars/get
      name: level1-files-minute-bars-get
      description: REST surface for level1-files-minute-bars-get.
      operations:
      - method: GET
        name: getminutebarsfiles
        description: Factset Returns the Minute Bars Data in Files Requested in the /create Endpoint
        call: tick-history-minute.getminutebarsfiles
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/level1/files/minute-bars/status
      name: level1-files-minute-bars-status
      description: REST surface for level1-files-minute-bars-status.
      operations:
      - method: GET
        name: getminutebarsfilestatus
        description: Factset Returns the Status of the Id
        call: tick-history-minute.getminutebarsfilestatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tick-history-minute-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Tick History API — Minute. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-requests-creation-minute-bars
      description: Factset Requests the Creation of Minute Bars File
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tick-history-minute.requestminutebarsfiles
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-minute-bars-data
      description: Factset Returns the Minute Bars Data in Files Requested in the /create Endpoint
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-minute.getminutebarsfiles
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-status-id
      description: Factset Returns the Status of the Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-minute.getminutebarsfilestatus
      outputParameters:
      - type: object
        mapping: $.