Skip to content

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

JOD/GBP over 1Y: show the values
PointJOD/GBP
2025-09-251.0511
2025-10-021.0465
2025-10-091.0548
2025-10-161.0505
2025-10-231.0574
2025-10-301.0747
2025-11-061.0771
2025-11-131.0705
2025-11-201.0798
2025-11-271.0657
2025-12-041.0573
2025-12-121.0541
2025-12-191.0549
2025-12-261.0448
2026-01-021.0492
2026-01-091.0512
2026-01-161.0526
2026-01-231.0428
2026-01-301.0250
2026-02-061.0379
2026-02-131.0364
2026-02-201.0462
2026-02-271.0470
2026-03-061.0576
2026-03-131.0631
2026-03-201.0551
2026-03-271.0620
2026-04-031.0683
2026-04-101.0491
2026-04-171.0422
2026-04-241.0454
2026-05-011.0368
2026-05-081.0362
2026-05-161.0583
2026-05-241.0490
2026-05-311.0484
2026-06-091.0523
2026-06-161.0519
2026-06-231.0672
2026-06-301.0668
2026-07-071.0537
2026-07-141.0538
2026-07-211.0525
2026-07-281.0615
2026-08-041.0490
2026-08-111.0448
2026-08-181.0428
2026-08-261.0348
2026-09-021.0461
2026-09-091.0398
2026-09-161.0482
2026-09-231.0624

High

1.0798

Low

1.0250

Average

1.0527

For developers

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