Short answer: You can convert currency amount in ExchangeRate-API by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the ExchangeRate-API Convert Currency Amount action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
From Currency base | string | Required | From Currency |
To Currency target | string | Required | To Currency |
Amount amount | number | Required | Amount |
{"base": "{{trigger.base}}","target": "{{trigger.target}}","amount": "{{trigger.amount}}"}
{"result": "success","base_code": "USD","target_code": "EUR","conversion_rate": 0.9215,"conversion_result": 92.15}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.