Loading...
Loading...
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.
npx skill4agent add qverisai/open-qveris-skills exchange-rateQVERIS_API_KEYfrom_currencyto_currencysymbolEUR/USDamountscripts/exchange_rate.mjsnode 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 500--date YYYY-MM-DD--format jsonQVERIS_API_KEY