Currency Calculations in Ruby

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
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. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB 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.

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
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
  • Nobody Knows How to Build with AI Yet

    5 projects | news.ycombinator.com | 19 Jul 2025

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