Bloomberg · Capability

Bloomberg BLPAPI Core — Request/Response

Bloomberg BLPAPI Core — Request/Response. 6 operations. Lead operation: Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.. Self-contained Naftiko capability covering one Bloomberg business surface.

Run with Naftiko BloombergRequest/Response

What You Can Do

POST
Fieldinforequest — Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.
/v1/apiflds/fieldinforequest
POST
Fieldsearchrequest — Search the Bloomberg Api Data Dictionary for Fields Matching a Spec.
/v1/apiflds/fieldsearchrequest
POST
Historicaldatarequest — Request End-of-day Historical Data for One or More Securities.
/v1/refdata/historicaldatarequest
POST
Intradaybarrequest — Request Intraday Ohlc Bars for a Single Security.
/v1/refdata/intradaybarrequest
POST
Intradaytickrequest — Request Raw Intraday Tick Data for a Single Security.
/v1/refdata/intradaytickrequest
POST
Referencedatarequest — Request Reference Data for One or More Securities and Fields.
/v1/refdata/referencedatarequest

MCP Tools

look-up-metadata-one-more

Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.

search-bloomberg-api-data-dictionary

Search the Bloomberg Api Data Dictionary for Fields Matching a Spec.

read-only
request-end-day-historical-data

Request End-of-day Historical Data for One or More Securities.

request-intraday-ohlc-bars-single

Request Intraday Ohlc Bars for a Single Security.

request-raw-intraday-tick-data

Request Raw Intraday Tick Data for a Single Security.

request-reference-data-one-more

Request Reference Data for One or More Securities and Fields.

Capability Spec

blpapi-core-request-response.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg BLPAPI Core — Request/Response
  description: 'Bloomberg BLPAPI Core — Request/Response. 6 operations. Lead operation: Look up Metadata for One or More Bloomberg
    Field Mnemonics or Ids.. Self-contained Naftiko capability covering one Bloomberg business surface.'
  tags:
  - Bloomberg
  - Request/Response
  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-request-response
    baseUri: ''
    description: Bloomberg BLPAPI Core — Request/Response business capability. Self-contained, no shared references.
    resources:
    - name: apiflds-FieldInfoRequest
      path: /apiflds/FieldInfoRequest
      operations:
      - name: fieldinforequest
        method: POST
        description: Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: apiflds-FieldSearchRequest
      path: /apiflds/FieldSearchRequest
      operations:
      - name: fieldsearchrequest
        method: POST
        description: Search the Bloomberg Api Data Dictionary for Fields Matching a Spec.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: refdata-HistoricalDataRequest
      path: /refdata/HistoricalDataRequest
      operations:
      - name: historicaldatarequest
        method: POST
        description: Request End-of-day Historical 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
    - name: refdata-IntradayBarRequest
      path: /refdata/IntradayBarRequest
      operations:
      - name: intradaybarrequest
        method: POST
        description: Request Intraday Ohlc Bars 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
    - 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
    - name: refdata-ReferenceDataRequest
      path: /refdata/ReferenceDataRequest
      operations:
      - name: referencedatarequest
        method: POST
        description: Request Reference Data for One or More Securities and Fields.
        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-request-response-rest
    port: 8080
    description: REST adapter for Bloomberg BLPAPI Core — Request/Response. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/apiflds/fieldinforequest
      name: apiflds-fieldinforequest
      description: REST surface for apiflds-FieldInfoRequest.
      operations:
      - method: POST
        name: fieldinforequest
        description: Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.
        call: blpapi-core-request-response.fieldinforequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apiflds/fieldsearchrequest
      name: apiflds-fieldsearchrequest
      description: REST surface for apiflds-FieldSearchRequest.
      operations:
      - method: POST
        name: fieldsearchrequest
        description: Search the Bloomberg Api Data Dictionary for Fields Matching a Spec.
        call: blpapi-core-request-response.fieldsearchrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/refdata/historicaldatarequest
      name: refdata-historicaldatarequest
      description: REST surface for refdata-HistoricalDataRequest.
      operations:
      - method: POST
        name: historicaldatarequest
        description: Request End-of-day Historical Data for One or More Securities.
        call: blpapi-core-request-response.historicaldatarequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/refdata/intradaybarrequest
      name: refdata-intradaybarrequest
      description: REST surface for refdata-IntradayBarRequest.
      operations:
      - method: POST
        name: intradaybarrequest
        description: Request Intraday Ohlc Bars for a Single Security.
        call: blpapi-core-request-response.intradaybarrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - 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-request-response.intradaytickrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/refdata/referencedatarequest
      name: refdata-referencedatarequest
      description: REST surface for refdata-ReferenceDataRequest.
      operations:
      - method: POST
        name: referencedatarequest
        description: Request Reference Data for One or More Securities and Fields.
        call: blpapi-core-request-response.referencedatarequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blpapi-core-request-response-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg BLPAPI Core — Request/Response. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: look-up-metadata-one-more
      description: Look up Metadata for One or More Bloomberg Field Mnemonics or Ids.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: blpapi-core-request-response.fieldinforequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: search-bloomberg-api-data-dictionary
      description: Search the Bloomberg Api Data Dictionary for Fields Matching a Spec.
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: blpapi-core-request-response.fieldsearchrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: request-end-day-historical-data
      description: Request End-of-day Historical Data for One or More Securities.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: blpapi-core-request-response.historicaldatarequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: request-intraday-ohlc-bars-single
      description: Request Intraday Ohlc Bars for a Single Security.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: blpapi-core-request-response.intradaybarrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - 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-request-response.intradaytickrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: request-reference-data-one-more
      description: Request Reference Data for One or More Securities and Fields.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: blpapi-core-request-response.referencedatarequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.