mmex_currencies_update
Update an existing currency's properties in your Money Manager EX database, including name, symbol, format settings, and conversion rate.
Instructions
Update an existing currency in the MMEX database.
Args:
id: The currency ID to update.
name: Currency name.
symbol: Currency symbol.
pfx_symbol: Prefix symbol.
sfx_symbol: Suffix symbol.
decimal_point: Decimal separator.
group_separator: Group separator.
unit_name: Name of the main unit.
cent_name: Name of the fractional unit.
scale: Number of fractional units per main unit.
base_conv_rate: Base conversion rate.
currency_type: Type of currency.
db_path: Path to the .mmb database file. Optional if MMEX_DB_PATH env var is set.
db_key: Encryption key for SQLCipher databases. Optional if MMEX_DB_KEY env var is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| symbol | No | ||
| pfx_symbol | No | ||
| sfx_symbol | No | ||
| decimal_point | No | ||
| group_separator | No | ||
| unit_name | No | ||
| cent_name | No | ||
| scale | No | ||
| base_conv_rate | No | ||
| currency_type | No | ||
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |