Currency extension for OpenBB that provides exchange rate data and currency conversion. Current version: 1.6.2, requires Python >=3.10 <4. Follows the same release cadence as the OpenBB Platform (currently v4).
pip install openbb-currencyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize OpenBB, authenticate with PAT, and fetch EUR/USD exchange rate.
Use 'from openbb_currency import Currency' and instantiate via obb.currency.<command>.
Set API key via obb.account.login(pat=...) or environment variable OPENBB_PAT.
Use concatenated currency pair: 'EURUSD', 'JPYUSD', etc.
No resource links recorded.