calc_currency_convert
COMPUTE. Convert between major currencies (USD, EUR, GBP, JPY, CAD, AUD, CHF, CNY, INR) with Decimal precision. Static offline table by default; live/historical ECB rates via date/live=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| live | No | ||
| amount | Yes | ||
| to_currency | Yes | ||
| from_currency | Yes |