Currency Calculations in Ruby

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. eu_central_bank

    A gem that calculates the exchange rate using published rates from European Central Bank. Compatible with the money gem

    EU_central_bank: A library that helps calculate exchange rates by making use of published rates from the European Central Bank.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. google_currency

    Discontinued Ruby Money::Bank interface for the Google Currency exchange data

    Google_currency: An interesting library for currency conversion using Google Currency rates as a reference.

  4. Monetize

    A library for converting various objects into `Money` objects.

    It is important to understand the role each library plays within the RubyMoney project. Whenever you need to convert a different Ruby object (a String, for example) into Money, then monetize is what you’re looking for.

  5. Money

    A Ruby Library for dealing with money and currency conversion. (by RubyMoney)

    Make sure to refer to the docs for more of the provided currency attributes, such as iso_code (which returns the international three-digit code of that currency) and decimal_mark (the char between the value and the fraction of the money data), among others.

  6. money-collection

    Optimized operations on collection of Money objects (by RubyMoney)

    Money-collection: An auxiliary library for accurately calculating the sum/min/max of money objects.

  7. money-heuristics

    A heuristics module for `money` gem (formerly part of it)

    Money-heuristics: A module for heuristic analyses of string input for the money gem.

  8. money-rails

    Integration of RubyMoney - Money with Rails

    Money-rails: An integration of RubyMoney for Ruby on Rails, mixing all the money's library power with Rails flexibility.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Keep Your Ruby Code Maintainable with Money-Rails

    4 projects | dev.to | 13 Dec 2023
  • [Production code] The previous dev thought it was ok to use floating point variables for money

    4 projects | /r/programminghorror | 12 Nov 2022
  • Why I Stopped Using Sorbet in All My Ruby Projects

    7 projects | /r/ruby | 13 Apr 2023
  • TigerBeetle raises $6.4M to power the future of financial accounting infra

    7 projects | news.ycombinator.com | 30 Jan 2023
  • Build Your Own Shakespearean LLM

    2 projects | dev.to | 13 Jun 2026

Did you know that Ruby is
the 13th most popular programming language
based on number of references?