Skip to content

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

JOD/PHP over 1Y: show the values
PointJOD/PHP
2025-09-2582.0610
2025-10-0281.9743
2025-10-0982.0595
2025-10-1681.8996
2025-10-2382.6821
2025-10-3083.1376
2025-11-0682.9630
2025-11-1383.0530
2025-11-2083.2837
2025-11-2782.8891
2025-12-0483.2625
2025-12-1283.2977
2025-12-1982.7885
2025-12-2683.2327
2026-01-0283.0005
2026-01-0983.5153
2026-01-1683.7679
2026-01-2383.3241
2026-01-3083.0843
2026-02-0682.5729
2026-02-1381.6037
2026-02-2082.0204
2026-02-2781.3585
2026-03-0683.6002
2026-03-1383.9441
2026-03-2084.4431
2026-03-2785.4223
2026-04-0385.2175
2026-04-1084.4108
2026-04-1784.7257
2026-04-2485.5519
2026-05-0186.8376
2026-05-0885.3078
2026-05-1686.9491
2026-05-2487.1190
2026-05-3186.9844
2026-06-0986.7212
2026-06-1685.0654
2026-06-2386.1107
2026-06-3086.5412
2026-07-0786.6470
2026-07-1487.0155
2026-07-2187.0820
2026-07-2886.9304
2026-08-0486.0385
2026-08-1186.2872
2026-08-1887.1374
2026-08-2686.9687
2026-09-0288.2163
2026-09-0988.1402
2026-09-1688.4748
2026-09-2388.2169

High

88.4748

Low

81.3585

Average

84.7808

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=PHP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&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=JOD&currencies=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&currencies=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.