Wise: Get Exchange Rate
Wise via Parse · Finance
Get the mid-market exchange rate between two currencies. By default returns the current live rate with a 48-hour percentage change. When a date is provided, returns the historical rate for that specific date instead (percentage_change_48h will be null for historical lookups). API for Wise.com currency conversion, fees, exchange rates, and historical data. Fulfilled by Parse from wise.com.
- b2b-directory
- crypto-web3
- finance
- parse
- platform-key
- wise
- wise-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/e12755f4-6de3-4592-9b84-358de36519b2/get_exchange_rate
- Interface artifact
- sha256:b6f6f8910a7677e29d2e601605748967527a78fb0da86990960602bbfd52b679
- Manifest digest
- sha256:1250c77c02f37782288689421d5266d61d81323b077eaf1d4ec000e30a5fd484
Request fields
- date (string): Historical date in YYYY-MM-DD format. Must be within the last 5 years. When omitted, returns the current live rate.
- source (string, required): Source currency code (e.g. USD, GBP, EUR): Allowed values: USD, GBP, EUR, AUD, CAD, JPY
- target (string, required): Target currency code (e.g. EUR, USD, GBP): Allowed values: EUR, USD, GBP, AUD, CAD, JPY
Example queries
- {"date":"2026-06-14","source":"USD","target":"EUR"}