Registry / analytics / openbb-tradingeconomics

openbb-tradingeconomics

JSON →
library1.6.1pypypi✓ verified 30d 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.

analytics
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.

from openbb_tradingeconomics import Provider
from openbb_tradingeconomics import TEEconomicCalendarFetcher

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 footguns
breakingOpenBB v4 breaking changes: The extension API is tightly coupled with OpenBB core. Upgrading OpenBB to v4+ may require code migration.
deprecatedAPI endpoint changes: Trading Economics may deprecate certain endpoints. Check their official API changes.
gotchaRequires separate API key from Trading Economics. The extension does not include a free key.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
21 hits · last 30 days
bytedance
4
gptbot
3
amazonbot
3
Resources

No resource links recorded.