Bloomberg Buyside Enterprise Solutions Brokers API

Broker routing and counterparty management

Operations 1

GET /v1/brokers Bloomberg Buyside Enterprise Solutions List available brokers #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/bloomberg-buyside-enterprise-solutions-brokers-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

bloomberg-buyside-enterprise-solutions-brokers-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Bloomberg Buyside Enterprise Solutions Bloomberg Analytics Allocations Brokers API
  description: Access to Bloomberg's analytics engine for fixed income, derivatives, and multi-asset calculations including scenario analysis, stress testing, yield curve construction, and pricing models. Part of Bloomberg's buy-side enterprise solutions for institutional investors.
  version: '1.0'
  contact:
    name: Bloomberg Support
    url: https://www.bloomberg.com/professional/support/
  termsOfService: https://www.bloomberg.com/professional/terms-of-use/
servers:
- url: https://api.bloomberg.com/analytics
  description: Bloomberg Analytics API Production
security:
- bearerAuth: []
tags:
- name: Brokers
  description: Broker routing and counterparty management
paths:
  /v1/brokers:
    get:
      operationId: listBrokers
      summary: Bloomberg Buyside Enterprise Solutions List available brokers
      description: Retrieve a list of configured broker connections available for order routing, including supported order types and algorithms.
      tags:
      - Brokers
      parameters:
      - name: assetClass
        in: query
        description: Filter by supported asset class
        schema:
          type: string
          enum:
          - Equity
          - Fixed Income
          - FX
          - Derivatives
      - name: status
        in: query
        description: Filter by connection status
        schema:
          type: string
          enum:
          - CONNECTED
          - DISCONNECTED
      responses:
        '200':
          description: List of brokers
          content:
            application/json:
              schema:
                type: object
                properties:
                  brokers:
                    type: array
                    items:
                      $ref: '#/components/schemas/Broker'
        '401':
          description: Unauthorized
components:
  schemas:
    Broker:
      type: object
      properties:
        id:
          type: string
          description: Broker identifier
        name:
          type: string
          description: Broker name
        shortCode:
          type: string
          description: Broker short code
        status:
          type: string
          enum:
          - CONNECTED
          - DISCONNECTED
          description: Connection status
        supportedAssetClasses:
          type: array
          items:
            type: string
          description: Supported asset classes
        supportedOrderTypes:
          type: array
          items:
            type: string
          description: Supported order types
        algorithms:
          type: array
          items:
            type: object
            properties:
              name:
                type: string
                description: Algorithm name
              description:
                type: string
                description: Algorithm description
              parameters:
                type: array
                items:
                  type: object
                  properties:
                    name:
                      type: string
                    type:
                      type: string
                    required:
                      type: boolean
                    description:
                      type: string
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: Bloomberg API bearer token obtained via OAuth 2.0 authentication
externalDocs:
  description: Bloomberg Analytics Documentation
  url: https://www.bloomberg.com/professional/product/analytics/