Get HA currency / country in AppDaemon

I am trying to get the HA currency in AppDaemon code.
I can the name of the HA instance by self.get_state(“zone.home”, attribute=“friendly_name”) but how to get the local currency? It is stored in hass.config.currency or core.core_config.currency but how do i read stuff like that in AppDaemon?