OpenBB Government US extension providing US government data providers within the OpenBB platform. Current version 1.6.1, weekly releases alongside OpenBB SDK.
pip install openbb-government-usNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fetch government economic data (GDP forecast) using the OECD provider. Replace 'oecd' with 'fiscal_spending' or other available providers.
Use 'from openbb import obb' and upgrade your code.
Install with 'pip install openbb[all]' or ensure openbb is installed.
Set environment variable 'FRED_API_KEY' or use obb.account.login(pat='your_fred_key') (OpenBB v4+).
Upgrade to openbb>=4.0.0 and use 'from openbb import obb'. Ensure openbb-government-us is installed.
Run 'pip install openbb-government-us' and verify with 'pip list | grep openbb'.
Set environment variable 'FRED_API_KEY' to your key, or use obb.economy.gdp(provider='oecd') instead.
No dependency data recorded yet.
No resource links recorded.