Bloomberg AIM · Capability

Bloomberg HTTP API — Historical Data

Bloomberg HTTP API — Historical Data. 1 operations. Lead operation: Request Historical Data. Self-contained Naftiko capability covering one Bloomberg Aim business surface.

Run with Naftiko Bloomberg AimHistorical Data

What You Can Do

POST
Historicaldatarequest — Request Historical Data
/v1/request/blp/refdata/historicaldatarequest

MCP Tools

request-historical-data

Request Historical Data

Capability Spec

bloomberg-http-historical-data.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg HTTP API — Historical Data
  description: 'Bloomberg HTTP API — Historical Data. 1 operations. Lead operation: Request Historical Data. Self-contained
    Naftiko capability covering one Bloomberg Aim business surface.'
  tags:
  - Bloomberg Aim
  - Historical Data
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLOOMBERG_AIM_API_KEY: BLOOMBERG_AIM_API_KEY
capability:
  consumes:
  - type: http
    namespace: bloomberg-http-historical-data
    baseUri: https://localhost:3000
    description: Bloomberg HTTP API — Historical Data business capability. Self-contained, no shared references.
    resources:
    - name: request-blp-refdata-HistoricalDataRequest
      path: /request/blp/refdata/HistoricalDataRequest
      operations:
      - name: historicaldatarequest
        method: POST
        description: Request Historical Data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.BLOOMBERG_AIM_USER}}'
      password: '{{env.BLOOMBERG_AIM_PASS}}'
  exposes:
  - type: rest
    namespace: bloomberg-http-historical-data-rest
    port: 8080
    description: REST adapter for Bloomberg HTTP API — Historical Data. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/request/blp/refdata/historicaldatarequest
      name: request-blp-refdata-historicaldatarequest
      description: REST surface for request-blp-refdata-HistoricalDataRequest.
      operations:
      - method: POST
        name: historicaldatarequest
        description: Request Historical Data
        call: bloomberg-http-historical-data.historicaldatarequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bloomberg-http-historical-data-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg HTTP API — Historical Data. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: request-historical-data
      description: Request Historical Data
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bloomberg-http-historical-data.historicaldatarequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.