JOD to GBP exchange rate API
Jordanian Dinar to Pound Sterling · quoted 2026-09-25
1.0640
▲ +1.23% over 1Y
1 JOD = 1.0640 GBP · 1 GBP = 0.93982 JOD · Get this rate via the API
1 JOD buys 1.0640 GBP as of 2026-09-25, so 1 GBP buys 0.93982 JOD. Over the last year, JOD/GBP traded between 1.0250 and 1.0798, averaged 1.0527 and rose 1.23%. The API holds daily JOD/GBP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/GBP over 1Y: show the values
| Point | JOD/GBP |
|---|---|
| 2025-09-25 | 1.0511 |
| 2025-10-02 | 1.0465 |
| 2025-10-09 | 1.0548 |
| 2025-10-16 | 1.0505 |
| 2025-10-23 | 1.0574 |
| 2025-10-30 | 1.0747 |
| 2025-11-06 | 1.0771 |
| 2025-11-13 | 1.0705 |
| 2025-11-20 | 1.0798 |
| 2025-11-27 | 1.0657 |
| 2025-12-04 | 1.0573 |
| 2025-12-12 | 1.0541 |
| 2025-12-19 | 1.0549 |
| 2025-12-26 | 1.0448 |
| 2026-01-02 | 1.0492 |
| 2026-01-09 | 1.0512 |
| 2026-01-16 | 1.0526 |
| 2026-01-23 | 1.0428 |
| 2026-01-30 | 1.0250 |
| 2026-02-06 | 1.0379 |
| 2026-02-13 | 1.0364 |
| 2026-02-20 | 1.0462 |
| 2026-02-27 | 1.0470 |
| 2026-03-06 | 1.0576 |
| 2026-03-13 | 1.0631 |
| 2026-03-20 | 1.0551 |
| 2026-03-27 | 1.0620 |
| 2026-04-03 | 1.0683 |
| 2026-04-10 | 1.0491 |
| 2026-04-17 | 1.0422 |
| 2026-04-24 | 1.0454 |
| 2026-05-01 | 1.0368 |
| 2026-05-08 | 1.0362 |
| 2026-05-16 | 1.0583 |
| 2026-05-24 | 1.0490 |
| 2026-05-31 | 1.0484 |
| 2026-06-09 | 1.0523 |
| 2026-06-16 | 1.0519 |
| 2026-06-23 | 1.0672 |
| 2026-06-30 | 1.0668 |
| 2026-07-07 | 1.0537 |
| 2026-07-14 | 1.0538 |
| 2026-07-21 | 1.0525 |
| 2026-07-28 | 1.0615 |
| 2026-08-04 | 1.0490 |
| 2026-08-11 | 1.0448 |
| 2026-08-18 | 1.0428 |
| 2026-08-26 | 1.0348 |
| 2026-09-02 | 1.0461 |
| 2026-09-09 | 1.0398 |
| 2026-09-16 | 1.0482 |
| 2026-09-23 | 1.0624 |
High
1.0798
Low
1.0250
Average
1.0527
Get this rate via the API
One GET request returns the JOD/GBP 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=GBP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GBP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GBP").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/GBP API questions
How do I get the JOD/GBP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=GBP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/GBP rate in rates.GBP.
How far back does JOD/GBP historical data go?
Daily JOD/GBP 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/GBP 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.