Bloomberg APIs · Capability

Bloomberg API (BLPAPI) — tasvc

Bloomberg API (BLPAPI) — tasvc. 1 operations. Lead operation: Request a technical analysis study (historical, intraday, or real-time). Self-contained Naftiko capability covering one Bloomberg Apis business surface.

Run with Naftiko Bloomberg Apistasvc

What You Can Do

POST
Studyrequest — Request a technical analysis study (historical, intraday, or real-time)
/v1/tasvc/studyrequest

MCP Tools

request-technical-analysis-study-historical

Request a technical analysis study (historical, intraday, or real-time)

Capability Spec

bloomberg-blpapi-tasvc.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bloomberg API (BLPAPI) — tasvc
  description: 'Bloomberg API (BLPAPI) — tasvc. 1 operations. Lead operation: Request a technical analysis study (historical,
    intraday, or real-time). Self-contained Naftiko capability covering one Bloomberg Apis business surface.'
  tags:
  - Bloomberg Apis
  - tasvc
  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-tasvc
    baseUri: ''
    description: Bloomberg API (BLPAPI) — tasvc business capability. Self-contained, no shared references.
    resources:
    - name: tasvc-StudyRequest
      path: /tasvc/StudyRequest
      operations:
      - name: studyrequest
        method: POST
        description: Request a technical analysis study (historical, intraday, or real-time)
        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-tasvc-rest
    port: 8080
    description: REST adapter for Bloomberg API (BLPAPI) — tasvc. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/tasvc/studyrequest
      name: tasvc-studyrequest
      description: REST surface for tasvc-StudyRequest.
      operations:
      - method: POST
        name: studyrequest
        description: Request a technical analysis study (historical, intraday, or real-time)
        call: bloomberg-blpapi-tasvc.studyrequest
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bloomberg-blpapi-tasvc-mcp
    port: 9090
    transport: http
    description: MCP adapter for Bloomberg API (BLPAPI) — tasvc. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: request-technical-analysis-study-historical
      description: Request a technical analysis study (historical, intraday, or real-time)
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: bloomberg-blpapi-tasvc.studyrequest
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.