openbb-econdb
EconDB extension for OpenBB
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-econdbuv
uv add openbb-econdbpoetry
poetry add openbb-econdbInstalling 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
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
openbb-blsIntegrates the U.S. Bureau of Labor Statistics…
agpl · top 15,000 on PyPI
openbb-coreProvides standardized data models, query…
agpl · top 15,000 on PyPI
openbb-currencyProvides currency exchange data as an extension…
agpl · top 15,000 on PyPI
openbb-imfProvides a provider extension for the OpenBB…
agpl · top 15,000 on PyPI
openbb-oecdIntegrates OECD statistical data into the…
agpl · top 15,000 on PyPI
openbb-tradingeconomicsIntegrates Trading Economics data into the…
agpl · top 15,000 on PyPI
openbb-fredIntegrates FRED (Federal Reserve Economic Data)…
agpl · top 15,000 on PyPI
openbb-economyProvides access to global macroeconomic data…
agpl · top 15,000 on PyPI
openbb-us-eiaIntegrates U.S. Energy Information…
agpl · top 15,000 on PyPI
openbb-federal-reserveIntegrates Federal Reserve data sources into…
agpl · top 15,000 on PyPI