This is a small class meant to be used as a bank for the Money aggregator-class available from Rubygems. It will fetch exchange rates from the RSS-feeds at currencysource.com every update_interval. You can also use the class directly like this: CurrencyConverter.get_rate(:USD, :EUR) # => 0.808141 Documentation and download at: http://www.tuxsoft.se/oss/rails/currency_converter More of my Rails stuff is available at my preliminary Rails-pages: http://www.tuxsoft.se/oss/rails // Per