xe.com API: convert_currency
xe.com via Parse · Finance
Convert a specific amount from source to target currency. Returns the same structure as get_live_exchange_rate with the specified amount applied to the mid-market rate. 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/convert_currency
- Interface artifact
- sha256:aec7b3a15ba5f0dd945181ea2f510004adbc79d723cdc85f4230785171895f1e
- Manifest digest
- sha256:c4833cfab9ed33603013c06af4f60f5479ba9fd89d764cf0885ee642d268fd7b
Request fields
- to (string, required): Target currency code (e.g. USD, JPY). Supports all codes returned by get_currency_symbols.
- from (string, required): Source currency code (e.g. EUR, GBP). Supports all codes returned by get_currency_symbols.
- amount (number, required): Amount to convert
Example queries
- {"to":"USD","from":"EUR","amount":"100.0"}