{
    "payload": {
        "hinweis": "Kurse der Europäischen Zentralbank (EZB), täglich aktualisiert.",
        "basis": "EUR",
        "datum": "2026-06-19",
        "kurse": [
            {
                "waehrung": "CHF",
                "kurs": 0.9248
            },
            {
                "waehrung": "CNY",
                "kurs": 7.7624
            },
            {
                "waehrung": "CZK",
                "kurs": 24.227
            },
            {
                "waehrung": "DKK",
                "kurs": 7.4746
            },
            {
                "waehrung": "GBP",
                "kurs": 0.86653
            },
            {
                "waehrung": "JPY",
                "kurs": 184.88
            },
            {
                "waehrung": "NOK",
                "kurs": 11.1045
            },
            {
                "waehrung": "PLN",
                "kurs": 4.2615
            },
            {
                "waehrung": "SEK",
                "kurs": 10.974
            },
            {
                "waehrung": "USD",
                "kurs": 1.1467
            }
        ],
        "quelle": "Frankfurter API \/ EZB (frankfurter.dev, keyless)"
    },
    "next": [
        {
            "label": "USD als Basis",
            "url": "index.php?route=\/api\/waehrungen&basis=USD"
        },
        {
            "label": "Umrechnung: 100 USD → EUR",
            "url": "index.php?route=\/api\/waehrungen&aktion=umrechnung&von=USD&nach=EUR&betrag=100"
        },
        {
            "label": "Alle verfügbaren Währungen",
            "url": "index.php?route=\/api\/waehrungen&aktion=liste"
        },
        {
            "label": "Historische Kurse (Datum)",
            "url": "index.php?route=\/api\/waehrungen&aktion=historisch&datum=2026-06-15"
        },
        {
            "label": "Zurück zum Hauptmenü",
            "url": "index.php"
        }
    ],
    "haftungsausschluss": "All data provided is supplied without warranty. Despite careful selection of sources, the operator accepts no liability for the accuracy, completeness or timeliness of the content."
}