OpenBB extension providing data connectors for the Organisation for Economic Co-operation and Development (OECD) via the OpenBB Platform v4. As of version 1.6.1, it enables fetching GDP, inflation, unemployment, and other economic indicators. Released on a rolling cadence with the OpenBB Platform releases.
pip install openbb-oecdNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fetch OECD GDP data for the United States using the OpenBB platform.
Update to keyword arguments and use the new nested command path.
Monitor OpenBB announcements; no action required yet.
Set OPENBB_PAT environment variable or use obb.account.login(pat='...').
Set the OPENBB_PAT environment variable or call obb.account.login(pat='your_token').
Install both: pip install openbb openbb-oecd
Use new syntax: obb.economy.oecd.gdp(country='united_states') instead of obb.economy.oecd('gdp', 'united_states').No resource links recorded.