mmex_currencies_by_symbol
Look up a currency in a Money Manager EX database using its symbol (e.g., USD, EUR) to get its details.
Instructions
Get a currency by its symbol (e.g., USD, EUR).
Args:
symbol: The currency symbol (e.g., USD, EUR).
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 |
|---|---|---|---|
| symbol | Yes | ||
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |