{{ .T ` Here you’ll be able to view all the known mintages for all coins. You’ll also be able to filter on country, denomination, etc. If you have any mintage data that’s missing from our site, feel free to contact us. ` }}
{{ if eq .Code "nl" }}
{{ .T "Additional Notes" }}
- {{ .T ` Most coins from the years 2003–2016 are listed as NIFC coins while other popular sources such as Numista claim they were minted for circulation. For more information on why others are wrong, %sclick here%s.` `` `` | safe }}
- {{ .T ` In 2003 Numista calculated a total of %d coins issued for coin sets per denomination. Our own calculations found only %d. Numista also forgot to include the many hundred thousand coins from the coin roll sets that were produced.` 217503 177003 }}
{{ .T "Year" }} | {{ with $p := .Printer }} {{ range denoms }}{{ $p.Money . false }} | {{ end }} {{ end }} {{ $p := .Printer }} {{ $type := .Type }} {{ range .Mintages.Standard }}||
---|---|---|---|
{{- .Year -}} {{- if ne .Mintmark "" -}} {{ .Mintmark }} {{- end -}} | {{ range (index .Mintages (strToCtype $type)) }} {{ if eq . -1 }}{{ $p.T "Unknown" }} | {{ else if eq . 0 }}— | {{ else }}{{ $p.N . }} | {{ end }} {{ end }}
{{ .T "Year" }} | {{ .T "Commemorated Issue" }} | {{ .T "Mintage" }} | {{ $p := .Printer }} {{ $type := .Type }} {{ range .Mintages.Commemorative }}||
---|---|---|---|---|
{{- .Year -}} {{- if ne .Mintmark "" -}} {{ .Mintmark }} {{- end -}} | {{ .Name }} | {{ with (index .Mintage (strToCtype $type)) }} {{ if eq . -1 }}{{ $p.T "Unknown" }} | {{ else if eq . 0 }}— | {{ else }}{{ $p.N . }} | {{ end }} {{ end }}