- Integrations
- /
- Wise
- /
- Actions
- /
- Get Exchange Rate
ActionWiseUpdated May 2026
How do I get the current Wise exchange rate?
Short answer: Drop the "Wise → Get Exchange Rate" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Source Currency source | string | Required | Source Currency. e.g. "USD" |
Target Currency target | string | Required | Target Currency. e.g. "EUR" |
Sample request
{"source": "USD","target": "EUR"}
Returns
[{"rate": 0.9215,"time": "2026-04-11T10:00:00Z","source": "USD","target": "EUR"}]
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for Get Exchange Rate.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about Get Exchange Rate.
What does the Get Exchange Rate action do in Wise?
Returns the current Wise mid-market exchange rate between two currencies. Use it to quote pricing in local currency or to log FX movements.
What inputs does Get Exchange Rate require?
Required: Source Currency, Target Currency. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Wise returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does Get Exchange Rate support batch operations?
Yes. Run Get Exchange Rate inside a Loop node to process arrays. Tiny Command handles Wise's rate limits automatically so you don't have to throttle manually.
More actions
Other Wise actions.
Action
List Balances
Lists all multi-currency balances for a Wise profile with available and reserved amounts per currency. Useful for treasury dashboards and low-balance alerts.
ActionList Profiles
Lists all Wise profiles (personal and business) the connected user has access to. Required first step for any cross-profile automation.
Send get exchange rate from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.