XE: Get Historical Chart Data
XE via Parse · Finance
Retrieve historical exchange rate data points for a currency pair. Returns multiple time-series batches at different intervals (daily, hourly, 15-minute). Each batch contains a start time, interval in milliseconds, and an array of rate values. 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
- 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_historical_chart_data
- Interface artifact
- sha256:55a32ccca939115c7b7277e9ffe0a06174004f17081b8266e65d321a2f669e89
- Manifest digest
- sha256:3ffc09a3d85455a42a01bf1d9772b168886db5b9252e79f465e5d298f0a8f3e5
Request fields
- to (string, required): Target currency code (e.g. EUR). Supports all codes returned by get_currency_symbols.
- from (string, required): Source currency code (e.g. USD). Supports all codes returned by get_currency_symbols.
Example queries
- {"to":"EUR","from":"USD"}