TiloBox
Back to directory
numbro project preview

numbro

An internationalized JavaScript library for number, currency, and byte formatting.

LicenseMIT
GitHub stars2.5k
Last commit6 days ago
Tags5 topics
BusinessNumbro LibraryInternational Currency FormatterAbbreviated Numbers JsFinancial Dashboard Formatter
Overview

Why consider numbro?

numbro is an open-source number and currency formatting library maintained by Benjamin Van Ryseghem. Supporting internationalized ICU locales, it handles custom currency abbreviations (1.2M, 50k), ordinal numbers, and tax percentages for global accounting dashboards.

Guided learning

Learn numbro by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of numbro

numbro formats revenue figures, ARR metrics, and currency amounts across global language locales.

Quickstart

bash
1npm install numbro
javascript
1import numbro from 'numbro';
2numbro(1250000).formatCurrency({ average: true }); // '$1.25m'

numbro is licensed under the permissive MIT License.

Related tools

More options with a similar category or technology profile.

numbro FAQs

numbro is listed as a Business tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

numbro is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

numbro is listed as an alternative to FormatJS. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.