Bloomberg · Capability

Bloomberg BLPAPI Core — Intraday Ticks

Bloomberg BLPAPI Core — Intraday Ticks. 1 operations. Lead operation: Request Raw Intraday Tick Data for a Single Security.. Self-contained Naftiko capability covering one Bloomberg business surface.

Run with Naftiko BloombergIntraday Ticks

What You Can Do

POST
Intradaytickrequest — Request Raw Intraday Tick Data for a Single Security.
/v1/refdata/intradaytickrequest

MCP Tools

request-raw-intraday-tick-data

Request Raw Intraday Tick Data for a Single Security.

Capability Spec

blpapi-core-intraday-ticks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg BLPAPI Core — Intraday Ticks
  description: 'Bloomberg BLPAPI Core — Intraday Ticks. 1 operations. Lead operation: Request Raw Intraday Tick Data for a
    Single Security.. Self-contained Naftiko capability covering one Bloomberg business surface.'
  tags:
  - Bloomberg
  - Intraday Ticks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLOOMBERG_API_KEY: BLOOMBERG_API_KEY
capability:
  consumes:
  - type: http
    namespace: blpapi-core-intraday-ticks
    baseUri: ''
    description: Bloomberg BLPAPI Core — Intraday Ticks business capability. Self-contained, no shared references.
    resources:
    - name: refdata-IntradayTickRequest
      path: /refdata/IntradayTickRequest
      operations:
      - name: intradaytickrequest
        method: POST
        description: Request Raw Intraday Tick Data for a Single Security.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: blpapi-core-intraday-ticks-rest
    port: 8080
    description: REST adapter for Bloomberg BLPAPI Core — Intraday Ticks. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/refdata/intradaytickrequest
      name: refdata-intradaytickrequest
      description: REST surface for refdata-IntradayTickRequest.
      operations:
      - method: POST
        name: intradaytickrequest
        description: Request Raw Intraday Tick Data for a Single Security.
        call: blpapi-core-intraday-ticks.intradaytickrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blpapi-core-intraday-ticks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg BLPAPI Core — Intraday Ticks. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: request-raw-intraday-tick-data
      description: Request Raw Intraday Tick Data for a Single Security.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: blpapi-core-intraday-ticks.intradaytickrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.