OpenBB extension providing Benzinga financial data (news, analyst ratings, earnings, etc.). Current version 1.6.1. Release cadence matches OpenBB 4.x releases; breaking changes may occur when OpenBB core updates.
pip install openbb-benzingaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Query Benzinga news for AAPL using the OpenBB platform. Requires an OpenBB Personal Access Token (PAT) and a Benzinga API key set in environment variables (OPENBB_PAT, BENZINGA_API_KEY).
Replace .results with .to_dataframe() or .to_dict().
Set OPENBB_PAT and BENZINGA_API_KEY environment variables before making calls.
Use analyst_search_v2 instead.
Always pass provider='benzinga' (lowercase) in function calls.
pip install openbb-benzinga
Set OPENBB_PAT environment variable with a valid personal access token from OpenBB Hub.
Verify you installed openbb-benzinga and use provider='benzinga' (all lowercase).
No resource links recorded.