ETF extension for the OpenBB Platform (v1.6.2). Provides providers and models for ETF data including holdings, performance, and fundamentals. Part of the OpenBB SDK ecosystem. Released monthly.
pip install openbb-etfNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize OpenBB and use the ETF extension through the obb object. Providers must be installed separately (e.g., openbb-fmp).
Simply install the extension and import `from openbb import obb`. No manual registration.
Replace `obb.etf.etf(...)` with the appropriate command; see documentation.
Install openbb-intrinio and use provider="intrinio".
Install needed provider: pip install openbb-fmp
No resource links recorded.