Bloomberg APIs · Capability

Bloomberg API (BLPAPI) — mktdata

Bloomberg API (BLPAPI) — mktdata. 1 operations. Lead operation: Subscribe to streaming market data for one or more securities. Self-contained Naftiko capability covering one Bloomberg Apis business surface.

Run with Naftiko Bloomberg Apismktdata

What You Can Do

POST
Marketdatasubscribe — Subscribe to streaming market data for one or more securities
/v1/mktdata/subscribe

MCP Tools

subscribe-streaming-market-data-one

Subscribe to streaming market data for one or more securities

Capability Spec

bloomberg-blpapi-mktdata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg API (BLPAPI) — mktdata
  description: 'Bloomberg API (BLPAPI) — mktdata. 1 operations. Lead operation: Subscribe to streaming market data for one
    or more securities. Self-contained Naftiko capability covering one Bloomberg Apis business surface.'
  tags:
  - Bloomberg Apis
  - mktdata
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLOOMBERG_APIS_API_KEY: BLOOMBERG_APIS_API_KEY
capability:
  consumes:
  - type: http
    namespace: bloomberg-blpapi-mktdata
    baseUri: ''
    description: Bloomberg API (BLPAPI) — mktdata business capability. Self-contained, no shared references.
    resources:
    - name: mktdata-subscribe
      path: /mktdata/subscribe
      operations:
      - name: marketdatasubscribe
        method: POST
        description: Subscribe to streaming market data for one or more securities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.BLOOMBERG_APIS_API_KEY}}'
  exposes:
  - type: rest
    namespace: bloomberg-blpapi-mktdata-rest
    port: 8080
    description: REST adapter for Bloomberg API (BLPAPI) — mktdata. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/mktdata/subscribe
      name: mktdata-subscribe
      description: REST surface for mktdata-subscribe.
      operations:
      - method: POST
        name: marketdatasubscribe
        description: Subscribe to streaming market data for one or more securities
        call: bloomberg-blpapi-mktdata.marketdatasubscribe
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bloomberg-blpapi-mktdata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg API (BLPAPI) — mktdata. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: subscribe-streaming-market-data-one
      description: Subscribe to streaming market data for one or more securities
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bloomberg-blpapi-mktdata.marketdatasubscribe
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.