All tools

Cash Rounding (Swedish Rounding) Calculator

Math

Round a cashless total to the nearest payable cash denomination, the way a till rounds a card-priced total to the nearest 5 cents when settling in physical cash, with round-nearest, round-up, and round-down modes

Enter a cashless total and the smallest denomination your register can actually pay out in cash, like 5 cents once pennies are eliminated, and get back the rounded total plus the exact adjustment. This is commonly called Swedish rounding or cash rounding, a real requirement in countries like Canada, Switzerland, and Sweden that have retired their smallest coins from circulation. It is distinct from the site's Cash Denomination / Till Calculator, which breaks an already-known total into bill and coin counts rather than deciding what that total should be rounded to in the first place.

financecash-roundingswedish-roundingroundingcash

How to use Cash Rounding (Swedish Rounding) Calculator

  • 1.Enter the cashless total and the smallest payable cash denomination, like 0.05 for a nickel-rounded currency.
  • 2.Pick a rounding mode: nearest (standard half-up rounding), always up, or always down.
  • 3.Read the rounded total and the adjustment amount, the exact difference the register would add or subtract from the card price.

Frequently asked questions

What's the difference between this and the Cash Denomination / Till Calculator?
The Till Calculator breaks an existing total into the fewest bills and coins that add up to it. This tool answers a different question first: what should a cash total even be rounded to, when your smallest coin no longer exists or a merchant only accepts round cash amounts.
Why would a total need to be rounded at all?
Several countries have eliminated their smallest coin (Canada dropped the penny, for example), so a cash payment can't be settled to the exact cent anymore. Card and digital payments are unaffected and still charge the exact amount; only cash settlement gets rounded.
How does 'nearest' handle an exact midpoint?
It rounds half up, the same convention most cash-rounding schemes use in practice, so a total exactly halfway between two denominations rounds to the higher one.
Is my data sent anywhere?
No, the browser tool computes everything client-side. The REST API and SDKs process whatever numbers you send them, same as any other API call.

Use via API, SDK, or MCP

cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/cash-rounding-calculator \
  -H "Authorization: Bearer utx_live_..." \
  -H "Content-Type: application/json" \
  -d '{"total":2.02,"roundingUnit":0.05,"mode":"nearest"}'

Get an API key from your dashboard · Full API docs →