Skip to content

AED to CLP exchange rate API

UAE Dirham to Chilean Peso · quoted 2026-09-25

262.2534

▲ +1.12% over 1Y

1 AED = 262.2534 CLP · 1 CLP = 0.003813 AED · Get this rate via the API

1 AED buys 262.2534 CLP as of 2026-09-25, so 1 CLP buys 0.003813 AED. Over the last year, AED/CLP traded between 233.3611 and 262.2534, averaged 249.0251 and rose 1.12%. The API holds daily AED/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/CLP over 1Y

AED/CLP over 1Y: show the values
PointAED/CLP
2025-09-25259.3546
2025-10-02261.5423
2025-10-09258.9137
2025-10-16261.2614
2025-10-23258.7218
2025-10-30256.3635
2025-11-06256.9269
2025-11-13253.1885
2025-11-20253.8984
2025-11-27252.0042
2025-12-04250.2184
2025-12-12248.9172
2025-12-19248.0897
2025-12-26246.2242
2026-01-02245.0603
2026-01-09244.2657
2026-01-16240.4182
2026-01-23237.1447
2026-01-30233.8976
2026-02-06235.8187
2026-02-13233.3611
2026-02-20235.5883
2026-02-27235.6968
2026-03-06246.7162
2026-03-13248.8707
2026-03-20248.5555
2026-03-27252.7719
2026-04-03249.8105
2026-04-10242.5913
2026-04-17241.3845
2026-04-24243.6551
2026-05-01245.2880
2026-05-08242.5729
2026-05-16247.7592
2026-05-24245.3574
2026-05-31242.3300
2026-06-09251.3611
2026-06-16242.4277
2026-06-23246.7471
2026-06-30251.0564
2026-07-07252.3784
2026-07-14253.6725
2026-07-21254.3765
2026-07-28256.0538
2026-08-04251.8709
2026-08-11249.4212
2026-08-18249.1706
2026-08-26248.6560
2026-09-02254.8704
2026-09-09251.8256
2026-09-16259.8237
2026-09-23257.8271

High

262.2534

Low

233.3611

Average

249.0251

For developers

Get this rate via the API

One GET request returns the AED/CLP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=CLP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=CLP").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/CLP API questions

How do I get the AED/CLP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/CLP rate in rates.CLP.

How far back does AED/CLP historical data go?

Daily AED/CLP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free AED/CLP exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.