Registry / analytics / openbb-etf

openbb-etf

JSON →
library1.6.2pypypiunverified

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-etf
INSTALL
IMPORT
SIG · OPENBB-ETF
O
openbb-etf
analyticspythonv1.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ETFETF
from openbb_etf import ETTFETF
from openbb_etf.etf import ETTFETF

Initialize OpenBB and use the ETF extension through the obb object. Providers must be installed separately (e.g., openbb-fmp).

from openbb import obb # Access ETF data via providers obb.etf.symbols("SPY", provider="fmp") obb.etf.holdings("SPY", provider="fmp") obb.etf.info("SPY", provider="yfinance")
Debug
Known issues
breakingExtension registration changed: must now use `from openbb import obb` and extensions auto-load if installed. Manual registration with `obb.register()` is no longer supported.
fix
Simply install the extension and import `from openbb import obb`. No manual registration.
affects: >=1.5.0
breakingRemoved direct access to ETF data via `obb.etf.etf()`. Use specific commands like `obb.etf.symbols()` or `obb.etf.holdings()` instead.
fix
Replace `obb.etf.etf(...)` with the appropriate command; see documentation.
affects: >=1.6.0
deprecated`provider` parameter `intrinio` is deprecated. Use `intrinio` provider from openbb-intrinio extension.
fix
Install openbb-intrinio and use provider="intrinio".
affects: >=1.5.0
gotchaProvider must be installed as a separate PyPI package (e.g., openbb-fmp, openbb-yfinance). If not installed, provider won't appear in list.
fix
Install needed provider: pip install openbb-fmp
affects: all
Upgrade
Version history
1.6.2latest on PyPI · released May 26, 2026
Audit
Dependencies
openbbrequiredCore OpenBB platform required for extension to load
Agent activity
30 hits · last 30 days
node
28
OpenAI (training)
1
Resources

No resource links recorded.

openbb-etf — pip install openbb-etf · libregistry