Commodity extension for the OpenBB Platform, providing tools for analyzing and fetching commodity data (e.g., metals, energy, agriculture). Current version 1.5.2, requires Python 3.10+. Part of the OpenBB v4 ecosystem; release cadence follows OpenBB's major/minor releases.
pip install openbb-commodityNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Quickstart: Use the OpenBB obbject to access commodity endpoints. The extension registers providers like 'fred' for commodity data.
Use 'from openbb import obbject' and then access commodity via 'obbject.commodity'.
Check available endpoints by running 'dir(obbject.commodity)' after installation, and ensure you have the required provider packages installed (e.g., 'pip install openbb-fred').
Always specify 'provider' if the default provider is not set. Example: 'obbject.commodity.crude_oil(provider='fred')'.
No resource links recorded.