Registry / analytics / openbb-econdb

openbb-econdb

JSON →
library1.5.1pypypi✓ verified 79d ago

EconDB extension for the OpenBB Platform, providing economic indicators and country data. Current version 1.5.1, compatible with OpenBB 4.x and Python 3.10+. Follows OpenBB's quarterly release cadence.

pip install openbb-econdb
INSTALL
IMPORT
SIG · OPENBB-ECONDB
O
openbb-econdb
analyticspythonv1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EconDbEconomicIndicatorsFetcher
from openbb_econdb import EconDbEconomicIndicatorsFetcher
from openbb_econdb import OBBeconDB
EconDbCountryProfileFetcher
from openbb_econdb import EconDbCountryProfileFetcher
Provider
from openbb_econdb import Provider

Initialize the EconDB extension and fetch a time series. API key is optional for public data.

from openbb import obb from openbb_econdb import OBBeconDB econdb = OBBeconDB(api_key=None) # Some endpoints free, no key needed # Fetch GDP for US df = econdb.fetch("GDP", country="US", start="2020-01-01")
Debug
Known issues
breakingOpenBB 4.x migration: All extensions are now separate packages. Import from 'openbb_econdb', not 'openbb.econdb'.
fix
Update imports to 'from openbb_econdb import ...'
affects: <4.0.0
gotchaSome endpoints require an API key (e.g., futures), others are free. Always check the provider docs.
fix
Set ECONOMICS_API_KEY environment variable if needed.
affects: >=1.0.0
deprecatedThe old 'econdb' command in OpenBB Terminal v3 is deprecated and removed in v4.
fix
Use the Python SDK or OpenBB Bot with the 'openbb-econdb' extension.
affects: <4.0.0
Upgrade
Version history
1.5.1latest on PyPI · released May 26, 2026
Audit
Dependencies
openbb-corerequiredCore OpenBB platform required
Agent activity
30 hits · last 30 days
node
30
Resources

No resource links recorded.

openbb-econdb — pip install openbb-econdb · libregistry