xe.com API: get_live_exchange_rate
xe.com via Parse · Finance
Get the live mid-market exchange rate for a specific currency pair. Computes the cross-rate from USD-based rates. When amount is provided, also returns the converted value. Access live and historical exchange rates, currency conversion, and currency metadata from xe.com Fulfilled by Parse from xe.com.
- crypto-web3
- ecommerce
- finance
- parse
- platform-key
- xe-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/09357179-44fd-4bda-a0b3-32f011cff868/get_live_exchange_rate
- Interface artifact
- sha256:340271b80bd6257fad30db5dfdd6489ceeba5528faa36ed3c73f8dd6524ed2f6
- Manifest digest
- sha256:2d763d71cf3bd111615f6905246be10d5f3561360b3ddc38205b19e20608e1d7
Request fields
- to (string, required): Target currency code (e.g. EUR, JPY, INR). Supports all codes returned by get_currency_symbols.
- from (string, required): Source currency code (e.g. USD, EUR, GBP). Supports all codes returned by get_currency_symbols.
- amount (number): Amount to convert
Example queries
- {"to":"EUR","from":"USD","amount":"1.0"}