static Map exchangeRatesAgainstEuro_fresh() { Map map = cast loadJSONPage("https://api.exchangeratesapi.io/latest"); ret (Map) map.get("rates"); }