Fixed income extension for the OpenBB Platform, providing tools for government bond yields, corporate bonds, and fixed income analytics. Current version 1.6.2, released monthly alongside the OpenBB platform.
pip install openbb-fixedincomeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize OpenBB and fetch Treasury yields from Financial Modeling Prep.
Always specify provider= when calling data methods.
Replace obb.fixedincome.government.yield_curve with obb.fixedincome.government.treasury_yield.
Access results via obb.fixedincome.government.treasury_yield(...).results.
Set OPENBB_FMP_API_KEY or call obb.account.login(api_key='...').
Add provider='fmp' (or other supported provider) to the function call.
Run 'pip install openbb-fixedincome' in the correct Python environment.
No resource links recorded.