skillfed

openbb-econdb

EconDB extension for OpenBB

openbb-econdb v1.5.1 87.7K downloads/30d#13,772 on PyPI
AGPL license AGPL-3.0-only Active released

What it is and what it does

openbb-econdb is an extension that plugs the EconDB economic data provider into the OpenBB Platform. It acts as a bridge between OpenBB's standardized data-fetching interface and EconDB's economic indicators and datasets, allowing users of the OpenBB Platform to query economic data through a consistent API.

The package is designed for developers and analysts who already use or are building on the OpenBB Platform and need access to economic data. It relies on openbb-core for its base functionality, aiohttp-client-cache for efficient HTTP caching, and aiosqlite for local data persistence. The package supports Python 3.10 through 3.14 and is actively maintained.

Use it for:

  • Fetch economic indicators from EconDB within an OpenBB-based application
  • Build financial analysis tools that combine market data from OpenBB with macroeconomic context
  • Create dashboards or reports that integrate multiple data sources through OpenBB's unified provider system
  • Backtest trading strategies using economic data alongside other data in OpenBB workflows

Worth the install?

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

Integrates EconDB economic data into the OpenBB Platform, enabling access to economic indicators and datasets through OpenBB's standardized provider interface.

Yes, if you are already using the OpenBB Platform and need economic data access. The package has low install friction, active maintenance, and no known vulnerabilities. The AGPL-3.0-only license is a significant constraint: you must be comfortable with copyleft obligations or confirm your use case permits them. For standalone economic data access outside OpenBB, this is not the right choice.

Install

openbb-econdb on PyPI

pip

pip install openbb-econdb

uv

uv add openbb-econdb

poetry

poetry add openbb-econdb

Installing openbb-econdb

Before you install

Low install friction with a pure-Python wheel distribution. Maintenance status is active with a recent release 80 days ago. Depends on aiohttp-client-cache, aiosqlite, and openbb-core.

License in practice

Licensed under AGPL-3.0-only, which requires that any modifications or derivative works be released under the same license and that source code be made available to users. This is a copyleft license with stronger obligations than permissive alternatives.

Quickstart

pip install openbb-econdb

from openbb_econdb import provider
# Use through OpenBB Platform's provider interface

Requires Python 3.10 or later (supports 3.10, 3.11, 3.12, 3.13, 3.14). Depends on openbb-core and its transitive dependencies.

Verify before relying

  • Whether EconDB's free tier or API access model has usage limits or authentication requirements
  • Specific economic indicators and datasets available through this provider 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 3 — aiohttp-client-cache, aiosqlite, openbb-core
Maintenance actively maintained — 80 days since the last release
First released
Downloads 87,739/month — #13,772 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: openbb_econdb-1.5.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

econdb data providereconomic indicators openbbecondb integrationopenbb extension providereconomic data apiecondb openbb platform
economic-dataopenbb-extensiondata-provider

More Information Analysis packages