Command line currency converter
Requires system dependencies LibXML and zlib.
git clone git@github.com:ghansson/fxc-converter && cd fxc-converter
cpan Module::Build
perl Build.PL
./Build installdeps
./Build install
fx [amount] [from currency] in [to currency]
Example
fx 10 SEK in BRL # - or -
fx 10 SEK BRL # - or -
Rates are cached daily in $HOME/.fx-converter-cache.xml
See man fx
or read the source for full documentation.