Factset · Capability

FactSet Tick History API — Levels

FactSet Tick History API — Levels. 10 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 FactsetLevels

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
POST
Requesttickhistoryleve2files — Factset Returns the Id for the Requested Data.
/v1/level2/files/create
GET
Gettickhistorylevel2files — Factset Returns the Tick History Files Requested in the /create Endpoint
/v1/level2/files/get
GET
Getlevel2filestatus — Factset Returns the Status of the Id
/v1/level2/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
factset-returns-id-requested-data

Factset Returns the Id for the Requested Data.

factset-returns-tick-history-files

Factset Returns the Tick History Files Requested in the /create Endpoint

read-only idempotent
factset-returns-status-id-3

Factset Returns the Status of the Id

read-only idempotent

Capability Spec

tick-history-levels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Tick History API — Levels
  description: 'FactSet Tick History API — Levels. 10 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
  - Levels
  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-levels
    baseUri: https://api.factset.com/tick-history/v2
    description: FactSet Tick History API — Levels 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: $.
    - name: level2-files-create
      path: /level2/files/create
      operations:
      - name: requesttickhistoryleve2files
        method: POST
        description: Factset Returns the Id for the Requested Data.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: level2-files-get
      path: /level2/files/get
      operations:
      - name: gettickhistorylevel2files
        method: GET
        description: Factset Returns the Tick History Files Requested in the /create Endpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: level2-files-status
      path: /level2/files/status
      operations:
      - name: getlevel2filestatus
        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-levels-rest
    port: 8080
    description: REST adapter for FactSet Tick History API — Levels. 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-levels.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-levels.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-levels.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-levels.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-levels.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-levels.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-levels.getlevel1filestatus
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/level2/files/create
      name: level2-files-create
      description: REST surface for level2-files-create.
      operations:
      - method: POST
        name: requesttickhistoryleve2files
        description: Factset Returns the Id for the Requested Data.
        call: tick-history-levels.requesttickhistoryleve2files
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/level2/files/get
      name: level2-files-get
      description: REST surface for level2-files-get.
      operations:
      - method: GET
        name: gettickhistorylevel2files
        description: Factset Returns the Tick History Files Requested in the /create Endpoint
        call: tick-history-levels.gettickhistorylevel2files
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/level2/files/status
      name: level2-files-status
      description: REST surface for level2-files-status.
      operations:
      - method: GET
        name: getlevel2filestatus
        description: Factset Returns the Status of the Id
        call: tick-history-levels.getlevel2filestatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tick-history-levels-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Tick History API — Levels. 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-levels.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-levels.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-levels.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-levels.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-levels.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-levels.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-levels.getlevel1filestatus
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-id-requested-data
      description: Factset Returns the Id for the Requested Data.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tick-history-levels.requesttickhistoryleve2files
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-tick-history-files
      description: Factset Returns the Tick History Files Requested in the /create Endpoint
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-levels.gettickhistorylevel2files
      outputParameters:
      - type: object
        mapping: $.
    - name: factset-returns-status-id-3
      description: Factset Returns the Status of the Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-levels.getlevel2filestatus
      outputParameters:
      - type: object
        mapping: $.