Fixer

Travis

Fixer is a Ruby wrapper to the XML feeds of Euro foreign exchange reference rates provided by the European Central Bank. The reference rates are updated around 15:00 CET on working days.

feed = Fixer::Feed.new
feed.each do |currency|
  # puts currency
end