Factset · Capability

FactSet Intraday Tick History API — Firsttrade

FactSet Intraday Tick History API — Firsttrade. 1 operations. Lead operation: Factset Request Returns Data for the First Trade (official and Unofficial) After the Specified Time. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetFirsttrade

What You Can Do

GET
Get — Factset Request Returns Data for the First Trade (official and Unofficial) After the Specified Time
/v1/tickhistory/firsttrade

MCP Tools

factset-request-returns-data-first

Factset Request Returns Data for the First Trade (official and Unofficial) After the Specified Time

read-only idempotent

Capability Spec

intraday-tick-history-firsttrade.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Intraday Tick History API — Firsttrade
  description: 'FactSet Intraday Tick History API — Firsttrade. 1 operations. Lead operation: Factset Request Returns Data
    for the First Trade (official and Unofficial) After the Specified Time. Self-contained Naftiko capability covering one
    Factset business surface.'
  tags:
  - Factset
  - Firsttrade
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: intraday-tick-history-firsttrade
    baseUri: https://api-sandbox.factset.com
    description: FactSet Intraday Tick History API — Firsttrade business capability. Self-contained, no shared references.
    resources:
    - name: TickHistory-firsttrade
      path: /TickHistory/firsttrade
      operations:
      - name: get
        method: GET
        description: Factset Request Returns Data for the First Trade (official and Unofficial) After the Specified Time
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: query
          type: string
          description: 'Requested symbol or security. The symbol can be a FactSet exchange symbol, CUSIP, or SEDOL. **NOTE**:
            Only one identifier can be requested per request.<P>**TRY '
          required: true
        - name: req_id
          in: query
          type: string
          description: 'Request Identification String. Can be used by the application to keep track of requests. The id is
            not used by this service, however, it is included in the XML '
        - name: start_date
          in: query
          type: string
          description: This is the start date for the Snapshot History. Requests should be made in the format YYYYMMDD Default
            is current business day. Field can be sd or date. TRY IT
        - name: start_time
          in: query
          type: string
          description: This is the start time for the snapshot history requested. Requests should be made in a **HHMMSSS**
            format.Range from 000000 - 235959. **TRY IT OUT** Cannot use
        - name: format
          in: query
          type: string
          description: The format of the output file. TRY IT OUT Choose from JSON, CSV, CSV_NO_HEADER
        - name: include_request
          in: query
          type: string
          description: Flag to include request id and key in the CSV output.
        - name: dataset
          in: query
          type: string
          description: Decides what type of trades to return, default is all trades and quotes, alternatively charting can
            be selected which will filter out unofficial trades.
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: intraday-tick-history-firsttrade-rest
    port: 8080
    description: REST adapter for FactSet Intraday Tick History API — Firsttrade. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/tickhistory/firsttrade
      name: tickhistory-firsttrade
      description: REST surface for TickHistory-firsttrade.
      operations:
      - method: GET
        name: get
        description: Factset Request Returns Data for the First Trade (official and Unofficial) After the Specified Time
        call: intraday-tick-history-firsttrade.get
        with:
          id: rest.id
          req_id: rest.req_id
          start_date: rest.start_date
          start_time: rest.start_time
          format: rest.format
          include_request: rest.include_request
          dataset: rest.dataset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: intraday-tick-history-firsttrade-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Intraday Tick History API — Firsttrade. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: factset-request-returns-data-first
      description: Factset Request Returns Data for the First Trade (official and Unofficial) After the Specified Time
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intraday-tick-history-firsttrade.get
      with:
        id: tools.id
        req_id: tools.req_id
        start_date: tools.start_date
        start_time: tools.start_time
        format: tools.format
        include_request: tools.include_request
        dataset: tools.dataset
      outputParameters:
      - type: object
        mapping: $.