Factset · Capability

FactSet Intraday Tick History API — Trades at Time

FactSet Intraday Tick History API — Trades at Time. 1 operations. Lead operation: Factset Request Returns the Before and After Trade Data Along With the Associated Quotes for the Specified Time. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetTrades at Time

What You Can Do

GET
Get — Factset Request Returns the Before and After Trade Data Along With the Associated Quotes for the Specified Time
/v1/tickhistory/tradesattime

MCP Tools

factset-request-returns-before-and

Factset Request Returns the Before and After Trade Data Along With the Associated Quotes for the Specified Time

read-only idempotent

Capability Spec

intraday-tick-history-trades-at-time.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet Intraday Tick History API — Trades at Time
  description: 'FactSet Intraday Tick History API — Trades at Time. 1 operations. Lead operation: Factset Request Returns
    the Before and After Trade Data Along With the Associated Quotes for the Specified Time. Self-contained Naftiko capability
    covering one Factset business surface.'
  tags:
  - Factset
  - Trades at Time
  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-trades-at-time
    baseUri: https://api-sandbox.factset.com
    description: FactSet Intraday Tick History API — Trades at Time business capability. Self-contained, no shared references.
    resources:
    - name: TickHistory-tradesattime
      path: /TickHistory/tradesattime
      operations:
      - name: get
        method: GET
        description: Factset Request Returns the Before and After Trade Data Along With the Associated Quotes for 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: format
          in: query
          type: string
          description: The format of the output file. TRY IT OUT Choose from JSON, CSV, CSV_NO_HEADER
        - name: date
          in: query
          type: string
          description: Request should be made in the format **YYYYMMDD**. The initial release only supports requests from
            completed trading days
        - name: time
          in: query
          type: string
          description: Request should be made in the format **HHMMSSS**.HH- Hour, MM- Minutes, SS- Seconds
    authentication:
      type: basic
      username: '{{env.FACTSET_USER}}'
      password: '{{env.FACTSET_PASS}}'
  exposes:
  - type: rest
    namespace: intraday-tick-history-trades-at-time-rest
    port: 8080
    description: REST adapter for FactSet Intraday Tick History API — Trades at Time. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/tickhistory/tradesattime
      name: tickhistory-tradesattime
      description: REST surface for TickHistory-tradesattime.
      operations:
      - method: GET
        name: get
        description: Factset Request Returns the Before and After Trade Data Along With the Associated Quotes for the Specified
          Time
        call: intraday-tick-history-trades-at-time.get
        with:
          id: rest.id
          req_id: rest.req_id
          format: rest.format
          date: rest.date
          time: rest.time
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: intraday-tick-history-trades-at-time-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet Intraday Tick History API — Trades at Time. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: factset-request-returns-before-and
      description: Factset Request Returns the Before and After Trade Data Along With the Associated Quotes for the Specified
        Time
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intraday-tick-history-trades-at-time.get
      with:
        id: tools.id
        req_id: tools.req_id
        format: tools.format
        date: tools.date
        time: tools.time
      outputParameters:
      - type: object
        mapping: $.