Registry / analytics / openbb-tradingeconomics

openbb-tradingeconomics

JSON →
library1.6.1pypypi✓ verified 80d ago

Trading Economics extension for OpenBB platform, providing macroeconomic data and indicators. Current version: 1.6.1, requires Python >=3.10, <4. OpenBB extensions typically follow OpenBB release cadence.

pip install openbb-tradingeconomics
INSTALL
IMPORT
SIG · OPENBB-TRADINGECON
O
openbb-tradingeconomics
analyticspythonv1.6.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.

Provider
from openbb_tradingeconomics import Provider
from openbb_tradingeconomics import models
TEEconomicCalendarFetcher
from openbb_tradingeconomics import TEEconomicCalendarFetcher
openbb_tradingeconomics.tradingeconomics_provider.TradingEconomicsFetcher()

Basic usage to fetch economic indicators via OpenBB SDK.

import os from openbb import obb # Set API key (if required) # obb.providers.tradingeconomics.api_key = os.environ.get('TRADINGECONOMICS_API_KEY', '') # Example: get economic indicators df = obb.economy.indicators(provider='tradingeconomics') print(df.to_string())
Debug
Known issues
breakingOpenBB v4 breaking changes: The extension API is tightly coupled with OpenBB core. Upgrading OpenBB to v4+ may require code migration.
fix
Follow OpenBB migration guide: replace provider calls with new pattern, e.g., `obb.economy.indicators(provider='tradingeconomics')` instead of legacy methods.
affects: >=1.0.0
deprecatedAPI endpoint changes: Trading Economics may deprecate certain endpoints. Check their official API changes.
fix
Keep extension updated and refer to Trading Economics API docs.
affects: all
gotchaRequires separate API key from Trading Economics. The extension does not include a free key.
fix
Set environment variable `TRADINGECONOMICS_API_KEY` or configure via OpenBB providers.
affects: all
Upgrade
Version history
1.6.1latest on PyPI · released May 26, 2026
Audit
Dependencies
openbb-corerequiredCore OpenBB framework
Agent activity
32 hits · last 30 days
node
28
Amazon
1
OpenAI (training)
1
Resources

No resource links recorded.

openbb-tradingeconomics — pip install openbb-tradingeconomics · libregistry