skillfed

openbb-benzinga

Benzinga extension for OpenBB

openbb-benzinga v1.6.1 87.0K downloads/30d#13,818 on PyPI
AGPL license AGPL-3.0-only Active released

What it is and what it does

openbb-benzinga is an extension that plugs Benzinga's financial data service into the OpenBB Platform. It acts as a provider bridge, allowing users of the OpenBB ecosystem to query Benzinga's market data, news, and other financial information through the platform's standard interface rather than calling Benzinga's API directly.

The package is a thin integration layer—it depends only on openbb-core and is distributed as a pure Python wheel, making it straightforward to install. It's actively maintained and supports current Python versions (3.10 through 3.14). Users who already work within the OpenBB Platform can add this extension to expand their data sources without learning a separate API.

Use it for:

  • Add Benzinga as a data source to an existing OpenBB Platform workflow without writing custom API integration code
  • Query financial news and market events from Benzinga alongside other OpenBB data providers
  • Build multi-source financial analysis tools that treat Benzinga data as one provider among many in the OpenBB ecosystem

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Benzinga financial data into the OpenBB Platform, enabling access to market data and news through a unified provider interface.

Yes, if you are already using the OpenBB Platform and need Benzinga data. The extension has low install friction, active maintenance, and no known vulnerabilities. Note that AGPL-3.0 licensing means any derivative work must be open-sourced under the same license. Verify that Benzinga data coverage and API terms meet your use case before committing.

Install

openbb-benzinga on PyPI

pip

pip install openbb-benzinga

uv

uv add openbb-benzinga

poetry

poetry add openbb-benzinga

Installing openbb-benzinga

Before you install

Low install friction with a pure Python wheel. Actively maintained as of 80 days ago. Depends solely on openbb-core, which is the platform's foundation.

License in practice

Licensed under AGPL-3.0-only, which requires derivative works and modifications to be distributed under the same license and made available to users.

Quickstart

pip install openbb-benzinga

from openbb_core.app import OpenBB
obb = OpenBB()
# Access Benzinga provider through obb platform

Requires Python 3.10 or later; requires openbb-core to be installed and configured

Verify before relying

  • What specific Benzinga data endpoints and asset classes are available through this provider
  • Whether a Benzinga API key or account is required to use this extension
  • Rate limits or data freshness guarantees from the Benzinga integration

Package facts

License AGPL-3.0-only (agpl)
Python support supports the current Python release (<4,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 1 — openbb-core
Maintenance actively maintained — 80 days since the last release
First released
Downloads 87,033/month — #13,818 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: openbb_benzinga-1.6.1-py3-none-any.whl

License :: OSI Approved :: GNU Affero General Public License v3Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

benzinga financial data provideropenbb market data integrationfinancial news and market data apiopenbb extension providerbenzinga openbb plugin
financial-dataopenbb-extension

More Internet packages