We use cookies to enhance your browsing experience.

Learn More
Back to Library
JSjavascript

Format Currency

Format number as currency.

const formatter = new Intl.NumberFormat('en-US', {
  style: 'currency',
  currency: 'USD',
});
console.log(formatter.format(2500)); // $2,500.00
js currency format
25+Total Tools
Operations
4Languages
100%Privacy

We use cookies to enhance your experience and serve personalized ads.