-
Notifications
You must be signed in to change notification settings - Fork 189
Currencies
MoneyManagerEx for Android can be used worldwide. The application by default supports the majority of the existing currencies. In case the user's local currency is not found in the list of supported currencies, the user can manually add currencies to their list. These will then be available for selection as the account currencies, and for the calculation of transfers that involve currency exchange.
The currencies can be added, edited, and deleted from the Drawer → Entities → Currency menu.
The currency list is divided into two groups:
- Active Currencies, listing only the currencies used in the visible accounts, and
- Inactive Currencies, listing all other available currencies.
This separation is used when updating the currency exchange rates, offering an option to update only the active currencies' rates.
For the creation of a currency record, the following fields may be set:
- Currency Name
- Currency Symbol
- Scale
- Base Rate Conversion
- Prefix Symbol
- Suffix Symbol
- Group Separator
- Decimal Separator
When more than one currency is being used in the app, the currency exchange rate (conversion rate) to the Base Rate needs to be set. This will allow the value in the selected currency to properly reflect the value at the base rate.