OpenBB News Extension provides news data providers for the OpenBB Platform, allowing retrieval of financial news from sources like Benzinga, Bloomberg, and FMP. Version 1.6.2 requires Python >=3.10, <4.0. Releases follow OpenBB's monthly cadence.
pip install openbb-newsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize OpenBB with news extension and fetch recent news.
Update imports to use the new OpenBB platform pattern: `from openbb import obb` then `obb.news.all(...)`.
Set provider-specific credentials via `obb.user.credentials.PROVIDER_API_KEY = 'key'`.
Consider using `obb.news.all()` directly from the platform without the extension, if your OpenBB version supports it.
No resource links recorded.