AED to PHP exchange rate API
UAE Dirham to Philippine Peso · quoted 2026-09-25
17.0974
▲ +1.85% over 30D
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 30 days, AED/PHP traded between 16.7877 and 17.1356, averaged 17.0393 and rose 1.85%. 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 30D: show the values
| Point | AED/PHP |
|---|---|
| 2026-08-26 | 16.7877 |
| 2026-08-27 | 16.8533 |
| 2026-08-28 | 16.9490 |
| 2026-08-29 | 16.9631 |
| 2026-08-30 | 16.9828 |
| 2026-08-31 | 16.9879 |
| 2026-09-01 | 16.9966 |
| 2026-09-02 | 17.0284 |
| 2026-09-03 | 17.0190 |
| 2026-09-04 | 17.0572 |
| 2026-09-05 | 17.0778 |
| 2026-09-06 | 17.0874 |
| 2026-09-07 | 17.0546 |
| 2026-09-08 | 17.0183 |
| 2026-09-09 | 17.0137 |
| 2026-09-10 | 17.0367 |
| 2026-09-11 | 17.0513 |
| 2026-09-12 | 17.0404 |
| 2026-09-13 | 17.0985 |
| 2026-09-14 | 17.1163 |
| 2026-09-15 | 17.0983 |
| 2026-09-16 | 17.0784 |
| 2026-09-17 | 17.0753 |
| 2026-09-18 | 17.0986 |
| 2026-09-19 | 17.1356 |
| 2026-09-20 | 17.1321 |
| 2026-09-21 | 17.0965 |
| 2026-09-22 | 17.0063 |
| 2026-09-23 | 17.0287 |
| 2026-09-24 | 17.0843 |
| 2026-09-25 | 17.1059 |
High
17.1356
Low
16.7877
Average
17.0393
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.