Skip to content

AED to PHP exchange rate API

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

17.0974

▲ +7.94% over 1Y

1 AED = 17.0974 PHP · 1 PHP = 0.05849 AED · Get this rate via the API

1 AED buys 17.0974 PHP as of 2026-09-25, so 1 PHP buys 0.05849 AED. Over the last year, AED/PHP traded between 15.6878 and 17.0974, averaged 16.3707 and rose 7.94%. The API holds daily AED/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/PHP over 1Y

AED/PHP over 1Y: show the values
PointAED/PHP
2025-09-2515.8403
2025-10-0215.8236
2025-10-0915.8403
2025-10-1615.8093
2025-10-2315.9603
2025-10-3016.0483
2025-11-0616.0151
2025-11-1316.0320
2025-11-2016.0768
2025-11-2716.0010
2025-12-0416.0730
2025-12-1116.0650
2025-12-1815.9566
2025-12-2516.0229
2026-01-0116.0402
2026-01-0816.1078
2026-01-1516.2040
2026-01-2216.1009
2026-01-2916.0622
2026-02-0515.9918
2026-02-1215.7964
2026-02-1915.8041
2026-02-2615.6878
2026-03-0515.9609
2026-03-1216.1795
2026-03-1916.3768
2026-03-2616.3936
2026-04-0216.5031
2026-04-0916.2822
2026-04-1616.3292
2026-04-2316.4485
2026-04-3016.7321
2026-05-0716.4374
2026-05-1416.7511
2026-05-2116.7702
2026-05-2816.7588
2026-06-0416.7671
2026-06-1116.6983
2026-06-1816.5079
2026-06-2516.6575
2026-07-0216.7648
2026-07-0916.7708
2026-07-1616.7784
2026-07-2316.8177
2026-07-3016.7547
2026-08-0616.5509
2026-08-1316.6966
2026-08-2016.8060
2026-08-2716.8533
2026-09-0317.0190
2026-09-1017.0367
2026-09-1717.0753
2026-09-2417.0843

High

17.0974

Low

15.6878

Average

16.3707

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/PHP API questions

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

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

How far back does AED/PHP historical data go?

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