π¦ ClawHub
Currency Exchange Rate
by @ouyangabel
Currency exchange rate conversion using exchangerate-api.com. Use when: (1) converting between currencies, (2) checking current exchange rates, (3) viewing c...
β‘ When to Use
π‘ Examples
Convert Currency
python3 scripts/exchange-rate.py convert 100 USD CNY
Output: $100.0000 = Β₯692.0000
View Exchange Rates
python3 scripts/exchange-rate.py rate USD
Shows rates for major currencies against USD
List Supported Currencies
python3 scripts/exchange-rate.py list
π Tips & Best Practices
TERMINAL
clawhub install currency-exchange