Facilitates access to Bloomberg API market data through a local server.
This Python-based server provides a straightforward interface to acquire Bloomberg API market data. It supports two operational modes: a recommended stdio mode for direct inter-process communication, ideal for integration with tools like Claude Desktop, and an HTTP/SSE mode for network-based access, suitable for web UIs or custom clients. The server offers comprehensive functions for searching securities and fields, alongside capabilities for retrieving real-time, historical, and bulk financial data, making it a powerful personal tool for local market analysis and AI-driven data processing.
Key Features
01Support for both stdio (inter-process) and HTTP/SSE (network) server modes
020 GitHub stars
03Retrieve current and historical market data (BDP/BDH equivalent)
04Acquire bulk market data (BDS equivalent)
05Search for securities by company name or ticker
06Search for available Bloomberg fields
Use Cases
01Integrate Bloomberg market data analysis with AI tools like Claude Desktop
02Develop custom client applications requiring Bloomberg API data
03Perform local, personal financial market data analysis