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: show the values
| Point | AED/CLP |
|---|---|
| 2025-09-25 | 259.3546 |
| 2025-10-02 | 261.5423 |
| 2025-10-09 | 258.9137 |
| 2025-10-16 | 261.2614 |
| 2025-10-23 | 258.7218 |
| 2025-10-30 | 256.3635 |
| 2025-11-06 | 256.9269 |
| 2025-11-13 | 253.1885 |
| 2025-11-20 | 253.8984 |
| 2025-11-27 | 252.0042 |
| 2025-12-04 | 250.2184 |
| 2025-12-12 | 248.9172 |
| 2025-12-19 | 248.0897 |
| 2025-12-26 | 246.2242 |
| 2026-01-02 | 245.0603 |
| 2026-01-09 | 244.2657 |
| 2026-01-16 | 240.4182 |
| 2026-01-23 | 237.1447 |
| 2026-01-30 | 233.8976 |
| 2026-02-06 | 235.8187 |
| 2026-02-13 | 233.3611 |
| 2026-02-20 | 235.5883 |
| 2026-02-27 | 235.6968 |
| 2026-03-06 | 246.7162 |
| 2026-03-13 | 248.8707 |
| 2026-03-20 | 248.5555 |
| 2026-03-27 | 252.7719 |
| 2026-04-03 | 249.8105 |
| 2026-04-10 | 242.5913 |
| 2026-04-17 | 241.3845 |
| 2026-04-24 | 243.6551 |
| 2026-05-01 | 245.2880 |
| 2026-05-08 | 242.5729 |
| 2026-05-16 | 247.7592 |
| 2026-05-24 | 245.3574 |
| 2026-05-31 | 242.3300 |
| 2026-06-09 | 251.3611 |
| 2026-06-16 | 242.4277 |
| 2026-06-23 | 246.7471 |
| 2026-06-30 | 251.0564 |
| 2026-07-07 | 252.3784 |
| 2026-07-14 | 253.6725 |
| 2026-07-21 | 254.3765 |
| 2026-07-28 | 256.0538 |
| 2026-08-04 | 251.8709 |
| 2026-08-11 | 249.4212 |
| 2026-08-18 | 249.1706 |
| 2026-08-26 | 248.6560 |
| 2026-09-02 | 254.8704 |
| 2026-09-09 | 251.8256 |
| 2026-09-16 | 259.8237 |
| 2026-09-23 | 257.8271 |
High
262.2534
Low
233.3611
Average
249.0251
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.