hi guys, how woud i go about writing an alias for currency conversions of these 3: gbp, eur, usd

i know exchanger rates change all the time, this isn't a problem just wana know the best way of writing it?

//echo -a $currencyConvert(10.00, gbp, usd) would return the $ usd for 10 pounds

any ideas guys?