convert currency
This block is part of the finance group and was last modified in core v15.0.0.
convert currency v15.0.0 Convert an amount between currencies using ECB daily reference rates.
In pins 3 + flow
- flow
flow - amount required
numberThe amount to convert.
- from required
valueSource currency code (e.g. USD).
- to required
valueTarget currency code (e.g. EUR).
Out pins 5 + flow
- flow
flow - success
condition - result
numberThe converted amount.
- rate
numberThe applied exchange rate (to per from).
- last update
dateWhen ECB last published these rates.
- error
value
exchange |
fx |
convert money |
currency conversion |
A typical wiring for convert currency: a function trigger starts the flow; number feeds the amount pin; value feeds the from pin; value feeds the to pin; the flow out pin feeds debug.

Version history
Introduced in v15.0.0.
Back to
finance Return to the main group to view all sub-groups Back to currency Return to the group to view all blocks within this group
