Provides US Federal Reserve economic data access via the OpenBB Platform. Version 1.6.2 requires Python >=3.10, <4. Released monthly alongside OpenBB core. Designed for FRED (Federal Reserve Economic Data) series, including GDP, unemployment, and interest rates.
pip install openbb-federal-reserveNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes OpenBB, sets FRED API key, and fetches GDP data using the federal-reserve provider.
Use 'from openbb_federal_reserve import openbb_fed' instead of 'from openbb_fred import openbb_fed'.
Set the OPENBB_FRED_API_KEY environment variable or pass 'api_key' parameter to the provider.
Always import and use 'from openbb import obb' as the entry point.
No resource links recorded.