--- id: openbb-fixedincome version: "1.6.2" license: AGPL-3.0-only license_treatment: agpl maintenance: active --- # openbb-fixedincome — Fixed income extension for OpenBB License: agpl · Maintenance: active · Downloads: 86.1K/mo ## What it is and what it does openbb-fixedincome is an extension module for the OpenBB Platform that adds fixed income market data capabilities. It plugs into the OpenBB ecosystem to provide access to government bond information and central bank rate data, allowing developers and analysts to query and integrate fixed income metrics into their applications and workflows. The package is distributed as a pure Python wheel with a single runtime dependency on openbb-core. It is actively maintained and supports modern Python versions from 3.10 through 3.14. Installation is straightforward via pip, and the extension integrates directly into the OpenBB Platform's data access layer. Use it for: - Retrieve government bond prices and yields for portfolio analysis or market research - Access central bank interest rate data for macroeconomic monitoring and forecasting - Integrate fixed income data into OpenBB-based trading or analytics applications - Build dashboards or reports that combine fixed income metrics with other market data ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides fixed income market data—government bonds and central bank rates—as an extension to the OpenBB Platform. Yes, if you are already using the OpenBB Platform and need fixed income data. The extension has low install friction, active maintenance, and no known vulnerabilities. The AGPL-3.0 license requires that any modifications or derivative works be open-sourced under the same license—a significant constraint for proprietary use, but standard for this license class. ## Install pip install openbb-fixedincome uv add openbb-fixedincome poetry add openbb-fixedincome ## Installing openbb-fixedincome Before you install: Low friction install as a pure Python wheel. Actively maintained with a release 80 days ago. Depends only on openbb-core, so installation complexity is minimal. License in practice: Licensed under AGPL-3.0-only. Any derivative work or modification must be released under the same license and made available to users; this is a copyleft requirement that affects redistribution and commercial use. Quickstart: pip install openbb-fixedincome from openbb_core.app import OpenBB obb = OpenBB() # Access fixed income data through the OpenBB Platform Requires Python 3.10 or later (supports 3.10–3.14). Depends on openbb-core being installed and configured. Verify before relying: - Specific API endpoints or methods available for government bonds and central bank rates data - Data sources and coverage (geographic regions, time periods, update frequency) - Whether real-time or historical data is provided ## Package facts - License: AGPL-3.0-only (agpl) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 86.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags government bonds data, central bank rates, fixed income market data, openbb extension, bond market information, interest rate data, treasury data, financial-data, openbb-extension [View on SkillFed](https://skillfed.io/packages/openbb-fixedincome) · [View on PyPI](https://pypi.org/project/openbb-fixedincome/)