This tool writes Norwegian krone amounts the way they appear on cheques and invoices: the whole-krone amount spelled out in Bokmål words, and the øre fraction kept as a two-digit number, joined by og.
How it works
The amount is parsed into a krone part and an øre part:
- The krone integer is spelled in Bokmål, with compound tens (
trettifire) andogbefore the final group (to hundre og trettifire). - The unit is
kronefor exactly one andkronerfor every other value. - If there are øre, they are appended as
og NN øre, keeping the fraction as digits.
So 1234,56 becomes ett tusen to hundre og trettifire kroner og 56 øre.
Example and notes
You can type the amount with a comma (1234,56, the Norwegian convention) or a dot (1234.56). Because krone is a common-gender noun, exactly one krone takes én krone. Zero is written null kroner. Keeping the øre as digits is deliberate — it is the standard, unambiguous form for written financial documents.