Skip to content

AED to CAD exchange rate API

UAE Dirham to Canadian Dollar · quoted 2026-09-24

0.38490

▲ +1.95% over 1Y

1 AED = 0.38490 CAD · 1 CAD = 2.5980 AED · Get this rate via the API

1 AED buys 0.38490 CAD as of 2026-09-24, so 1 CAD buys 2.5980 AED. Over the last year, AED/CAD traded between 0.36874 and 0.38749, averaged 0.37778 and rose 1.95%. The API holds daily AED/CAD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/CAD over 1Y

AED/CAD over 1Y: show the values
PointAED/CAD
2025-09-240.37754
2025-10-010.37938
2025-10-080.37957
2025-10-150.38238
2025-10-220.38192
2025-10-290.37921
2025-11-050.38471
2025-11-120.38139
2025-11-190.38149
2025-11-260.38356
2025-12-030.37966
2025-12-100.37699
2025-12-170.37546
2025-12-240.37254
2025-12-310.37278
2026-01-070.37598
2026-01-140.37784
2026-01-210.37554
2026-01-280.36930
2026-02-040.37172
2026-02-110.36874
2026-02-180.37152
2026-02-250.37274
2026-03-040.37184
2026-03-110.37007
2026-03-180.37343
2026-03-250.37523
2026-04-010.37827
2026-04-080.37734
2026-04-150.37521
2026-04-220.37205
2026-04-290.37228
2026-05-060.37032
2026-05-130.37274
2026-05-200.37456
2026-05-270.37665
2026-06-030.37727
2026-06-100.37923
2026-06-170.38147
2026-06-240.38749
2026-07-010.38726
2026-07-080.38619
2026-07-150.38318
2026-07-220.38355
2026-07-290.38401
2026-08-050.38244
2026-08-120.37914
2026-08-190.37767
2026-08-260.37741
2026-09-020.37911
2026-09-090.37485
2026-09-160.37951
2026-09-230.38359

High

0.38749

Low

0.36874

Average

0.37778

For developers

Get this rate via the API

One GET request returns the AED/CAD 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=CAD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=CAD");
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=CAD").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/CAD API questions

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

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

How far back does AED/CAD historical data go?

Daily AED/CAD 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/CAD 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.