JOD to PHP exchange rate API
Jordanian Dinar to Philippine Peso · quoted 2026-09-25
88.4436
▲ +7.78% over 1Y
1 JOD = 88.4436 PHP · 1 PHP = 0.01131 JOD · Get this rate via the API
1 JOD buys 88.4436 PHP as of 2026-09-25, so 1 PHP buys 0.01131 JOD. Over the last year, JOD/PHP traded between 81.3585 and 88.4748, averaged 84.7808 and rose 7.78%. The API holds daily JOD/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/PHP over 1Y: show the values
| Point | JOD/PHP |
|---|---|
| 2025-09-25 | 82.0610 |
| 2025-10-02 | 81.9743 |
| 2025-10-09 | 82.0595 |
| 2025-10-16 | 81.8996 |
| 2025-10-23 | 82.6821 |
| 2025-10-30 | 83.1376 |
| 2025-11-06 | 82.9630 |
| 2025-11-13 | 83.0530 |
| 2025-11-20 | 83.2837 |
| 2025-11-27 | 82.8891 |
| 2025-12-04 | 83.2625 |
| 2025-12-12 | 83.2977 |
| 2025-12-19 | 82.7885 |
| 2025-12-26 | 83.2327 |
| 2026-01-02 | 83.0005 |
| 2026-01-09 | 83.5153 |
| 2026-01-16 | 83.7679 |
| 2026-01-23 | 83.3241 |
| 2026-01-30 | 83.0843 |
| 2026-02-06 | 82.5729 |
| 2026-02-13 | 81.6037 |
| 2026-02-20 | 82.0204 |
| 2026-02-27 | 81.3585 |
| 2026-03-06 | 83.6002 |
| 2026-03-13 | 83.9441 |
| 2026-03-20 | 84.4431 |
| 2026-03-27 | 85.4223 |
| 2026-04-03 | 85.2175 |
| 2026-04-10 | 84.4108 |
| 2026-04-17 | 84.7257 |
| 2026-04-24 | 85.5519 |
| 2026-05-01 | 86.8376 |
| 2026-05-08 | 85.3078 |
| 2026-05-16 | 86.9491 |
| 2026-05-24 | 87.1190 |
| 2026-05-31 | 86.9844 |
| 2026-06-09 | 86.7212 |
| 2026-06-16 | 85.0654 |
| 2026-06-23 | 86.1107 |
| 2026-06-30 | 86.5412 |
| 2026-07-07 | 86.6470 |
| 2026-07-14 | 87.0155 |
| 2026-07-21 | 87.0820 |
| 2026-07-28 | 86.9304 |
| 2026-08-04 | 86.0385 |
| 2026-08-11 | 86.2872 |
| 2026-08-18 | 87.1374 |
| 2026-08-26 | 86.9687 |
| 2026-09-02 | 88.2163 |
| 2026-09-09 | 88.1402 |
| 2026-09-16 | 88.4748 |
| 2026-09-23 | 88.2169 |
High
88.4748
Low
81.3585
Average
84.7808
Get this rate via the API
One GET request returns the JOD/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=JOD¤cies=PHP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=PHP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=PHP").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/PHP API questions
How do I get the JOD/PHP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=PHP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/PHP rate in rates.PHP.
How far back does JOD/PHP historical data go?
Daily JOD/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 JOD/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.