Wise: Get Exchange Rate History
Wise via Parse · Finance
Get historical exchange rate data points for a currency pair over a specified period. Returns timestamped rate values, the current rate, and percentage change over the period. Data point density varies by period: hourly for short periods (1D, 1W, 1M), daily for longer ones (6M, 1Y, 5Y). 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_history
- Interface artifact
- sha256:8e11fa95f31da4fc62ec8844fcff580c853e2c72d7fb725b8f19ff9febde5f14
- Manifest digest
- sha256:57294a2906ae489ffd69552db7ab5d80f54a263cb4425aeb4eb8273705ea058a
Request fields
- period (string): Time period for historical data: Allowed values: 1D, 1W, 1M, 6M, 1Y, 5Y
- 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
- {"period":"1D","source":"USD","target":"EUR"}