Factset · Capability

Factset Tick History — Level1

Factset Tick History — Level1. 7 operations. Lead operation: Factset Returns the coverage for the requested ticker/isin along with other response fields for Level1 data.. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetLevel1

What You Can Do

GET
Requesttickhistorycoverage — Factset Returns the coverage for the requested ticker/isin along with other response fields for Level1 data.
/v1/level1/coverage
POST
Requesttickhistorylevel1files — Factset Requests the creation of tick-by-tick file
/v1/level1/files/create
GET
Gettickhistorylevel1files — Factset Returns the tick-by-tick data in files requested in the /create endpoint
/v1/level1/files/get
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
GET
Getlevel1filestatus — Factset Returns the status of the ID
/v1/level1/files/status

MCP Tools

factset-returns-coverage-requested-ticker

Factset Returns the coverage for the requested ticker/isin along with other response fields for Level1 data.

read-only idempotent
factset-requests-creation-tick-tick

Factset Requests the creation of tick-by-tick file

factset-returns-tick-tick-data

Factset Returns the tick-by-tick data in files requested in the /create endpoint

read-only idempotent
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
factset-returns-status-id-2

Factset Returns the status of the ID

read-only idempotent

Capability Spec

tick-history-level1.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Factset Tick History — Level1
  description: 'Factset Tick History — Level1. 7 operations. Lead operation: Factset Returns the coverage for the requested
    ticker/isin along with other response fields for Level1 data.. Self-contained Naftiko capability covering one Factset
    business surface.'
  tags:
  - Factset
  - Level1
  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-level1
    baseUri: https://api.factset.com/tick-history/v2
    description: Factset Tick History — Level1 business capability. Self-contained, no shared references.
    resources:
    - name: level1-coverage
      path: /level1/coverage
      operations:
      - name: requesttickhistorycoverage
        method: GET
        description: Factset Returns the coverage for the requested ticker/isin along with other response fields for Level1
          data.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: level1-files-create
      path: /level1/files/create
      operations:
      - name: requesttickhistorylevel1files
        method: POST
        description: Factset Requests the creation of tick-by-tick 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-get
      path: /level1/files/get
      operations:
      - name: gettickhistorylevel1files
        method: GET
        description: Factset Returns the tick-by-tick data in files requested in the /create endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - 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: $.
    - name: level1-files-status
      path: /level1/files/status
      operations:
      - name: getlevel1filestatus
        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-level1-rest
    port: 8080
    description: REST adapter for Factset Tick History — Level1. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/level1/coverage
      name: level1-coverage
      description: REST surface for level1-coverage.
      operations:
      - method: GET
        name: requesttickhistorycoverage
        description: Factset Returns the coverage for the requested ticker/isin along with other response fields for Level1
          data.
        call: tick-history-level1.requesttickhistorycoverage
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/level1/files/create
      name: level1-files-create
      description: REST surface for level1-files-create.
      operations:
      - method: POST
        name: requesttickhistorylevel1files
        description: Factset Requests the creation of tick-by-tick file
        call: tick-history-level1.requesttickhistorylevel1files
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/level1/files/get
      name: level1-files-get
      description: REST surface for level1-files-get.
      operations:
      - method: GET
        name: gettickhistorylevel1files
        description: Factset Returns the tick-by-tick data in files requested in the /create endpoint
        call: tick-history-level1.gettickhistorylevel1files
        outputParameters:
        - type: object
          mapping: $.
    - 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-level1.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-level1.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-level1.getminutebarsfilestatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/level1/files/status
      name: level1-files-status
      description: REST surface for level1-files-status.
      operations:
      - method: GET
        name: getlevel1filestatus
        description: Factset Returns the status of the ID
        call: tick-history-level1.getlevel1filestatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tick-history-level1-mcp
    port: 9090
    transport: http
    description: MCP adapter for Factset Tick History — Level1. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: factset-returns-coverage-requested-ticker
      description: Factset Returns the coverage for the requested ticker/isin along with other response fields for Level1
        data.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-level1.requesttickhistorycoverage
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-requests-creation-tick-tick
      description: Factset Requests the creation of tick-by-tick file
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tick-history-level1.requesttickhistorylevel1files
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-tick-tick-data
      description: Factset Returns the tick-by-tick data in files requested in the /create endpoint
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-level1.gettickhistorylevel1files
      outputParameters:
      - type: object
        mapping: $.
    - 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-level1.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-level1.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-level1.getminutebarsfilestatus
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-status-id-2
      description: Factset Returns the status of the ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-level1.getlevel1filestatus
      outputParameters:
      - type: object
        mapping: $.