{
    "ISK": {
        "name": "Icelandic Krona",
        "iso": {
            "code": "ISK",
            "number": "352"
        },
        "units": {
            "major": {
                "name": "krona",
                "symbol": "kr"
            },
            // as of 2003 the minor unit eyrir was dismissed by the central bank of Iceland
            // https://www.cb.is/publications/news/news/2003/08/15/Withdrawal-of-coin-denominated-in-aurar/
            "minor": {
                "name": "eyrir",
                "symbol": "",
                "majorValue": 0.01
            }
        },
        "banknotes": {
            "frequent": [
                "kr500",
                "kr1000",
                "kr2000",
                "kr5000"
            ],
            "rare": [
            ]
        },
        "coins": {
            "frequent": [
                "kr1",
                "kr5",
                "kr10",
                "kr100"
            ],
            "rare": [
            ]
        }
    }
}
