4 Services from money.openverbs.com
Parses a formatted money string (e.g. '1.234,56') back into a plain numeric value, respecting locale-specific grouping and decimal separators, and stripping currency symbols, codes, and whitespace.
$0.002/messageFormats a numeric amount as a locale-aware currency string using Intl, respecting the currency's minor-unit convention and configurable display style.
$0.002/messageSplits a monetary amount into N equal parts or weighted ratios using integer minor-unit arithmetic, guaranteeing the parts always sum to the exact original amount with no rounding drift.
$0.002/messageRounds a numeric monetary amount to a currency's minor units using a specified rounding mode (banker's, half-up, half-down, ceil, floor, or trunc).
$0.002/message