Factset · Capability

FactSet Tick History API — Coverage

FactSet Tick History API — Coverage. 1 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 FactsetCoverage

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

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

Capability Spec

tick-history-coverage.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Tick History API — Coverage
  description: 'FactSet Tick History API — Coverage. 1 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
  - Coverage
  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-coverage
    baseUri: https://api.factset.com/tick-history/v2
    description: FactSet Tick History API — Coverage 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: $.
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: tick-history-coverage-rest
    port: 8080
    description: REST adapter for FactSet Tick History API — Coverage. 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-coverage.requesttickhistorycoverage
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tick-history-coverage-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Tick History API — Coverage. 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-coverage.requesttickhistorycoverage
      outputParameters:
      - type: object
        mapping: $.