Real-time forex and cryptocurrency exchange rate lookup and amount conversion powered by QVeris. Supports multiple providers (Alpha Vantage, Twelve Data) with fallback for reliability.
Real-time currency exchange rate and conversion using QVeris tools.
Exchange Rate provides:
Supported via QVeris: forex and common fiat pairs; optional historical date for rate/conversion when the tool supports it.
QVERIS_API_KEY only.from_currency/to_currency or symbol (e.g. EUR/USD); for conversion add amount.Primary script: scripts/exchange_rate.mjs
node scripts/exchange_rate.mjs rate --from USD --to EURnode scripts/exchange_rate.mjs rate --from CNY --to USDnode scripts/exchange_rate.mjs convert --from USD --to JPY --amount 1000node scripts/exchange_rate.mjs convert --from EUR --to GBP --amount 500Optional: --date YYYY-MM-DD for historical rate/conversion when the tool supports it; --format json for machine-readable output.
QVERIS_API_KEY; no other secrets.