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: show the values
| Point | AED/PHP |
|---|---|
| 2025-09-25 | 15.8403 |
| 2025-10-02 | 15.8236 |
| 2025-10-09 | 15.8403 |
| 2025-10-16 | 15.8093 |
| 2025-10-23 | 15.9603 |
| 2025-10-30 | 16.0483 |
| 2025-11-06 | 16.0151 |
| 2025-11-13 | 16.0320 |
| 2025-11-20 | 16.0768 |
| 2025-11-27 | 16.0010 |
| 2025-12-04 | 16.0730 |
| 2025-12-11 | 16.0650 |
| 2025-12-18 | 15.9566 |
| 2025-12-25 | 16.0229 |
| 2026-01-01 | 16.0402 |
| 2026-01-08 | 16.1078 |
| 2026-01-15 | 16.2040 |
| 2026-01-22 | 16.1009 |
| 2026-01-29 | 16.0622 |
| 2026-02-05 | 15.9918 |
| 2026-02-12 | 15.7964 |
| 2026-02-19 | 15.8041 |
| 2026-02-26 | 15.6878 |
| 2026-03-05 | 15.9609 |
| 2026-03-12 | 16.1795 |
| 2026-03-19 | 16.3768 |
| 2026-03-26 | 16.3936 |
| 2026-04-02 | 16.5031 |
| 2026-04-09 | 16.2822 |
| 2026-04-16 | 16.3292 |
| 2026-04-23 | 16.4485 |
| 2026-04-30 | 16.7321 |
| 2026-05-07 | 16.4374 |
| 2026-05-14 | 16.7511 |
| 2026-05-21 | 16.7702 |
| 2026-05-28 | 16.7588 |
| 2026-06-04 | 16.7671 |
| 2026-06-11 | 16.6983 |
| 2026-06-18 | 16.5079 |
| 2026-06-25 | 16.6575 |
| 2026-07-02 | 16.7648 |
| 2026-07-09 | 16.7708 |
| 2026-07-16 | 16.7784 |
| 2026-07-23 | 16.8177 |
| 2026-07-30 | 16.7547 |
| 2026-08-06 | 16.5509 |
| 2026-08-13 | 16.6966 |
| 2026-08-20 | 16.8060 |
| 2026-08-27 | 16.8533 |
| 2026-09-03 | 17.0190 |
| 2026-09-10 | 17.0367 |
| 2026-09-17 | 17.0753 |
| 2026-09-24 | 17.0843 |
High
17.0974
Low
15.6878
Average
16.3707
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.