Skip to content

JOD to YER exchange rate API

Jordanian Dinar to Yemeni Rial · quoted 2026-09-25

333.6930

▼ +1.13% over 1Y

1 JOD = 333.6930 YER · 1 YER = 0.002997 JOD · Get this rate via the API

1 JOD buys 333.6930 YER as of 2026-09-25, so 1 YER buys 0.002997 JOD. Over the last year, JOD/YER traded between 333.6362 and 337.5168, averaged 336.0448 and fell 1.13%. The API holds daily JOD/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/YER over 1Y

JOD/YER over 1Y: show the values
PointJOD/YER
2025-09-25337.5168
2025-10-02337.4867
2025-10-09337.0768
2025-10-16336.8033
2025-10-23336.9440
2025-10-30336.5352
2025-11-06336.9464
2025-11-13336.5027
2025-11-20336.3785
2025-11-27336.3824
2025-12-04336.2300
2025-12-12336.2344
2025-12-19336.2455
2025-12-26336.2185
2026-01-02336.2405
2026-01-09336.3061
2026-01-16336.2664
2026-01-23336.1054
2026-01-30336.2372
2026-02-06336.2129
2026-02-13336.1472
2026-02-20336.2835
2026-02-27336.3838
2026-03-06336.3184
2026-03-13336.5215
2026-03-20336.5166
2026-03-27336.5809
2026-04-03336.5780
2026-04-10336.4557
2026-04-17336.6015
2026-04-24336.5733
2026-05-01336.5921
2026-05-08336.5138
2026-05-16336.5270
2026-05-24336.5026
2026-05-31336.5057
2026-06-09336.5537
2026-06-16336.5186
2026-06-23336.5887
2026-06-30336.5189
2026-07-07334.3919
2026-07-14334.3711
2026-07-21335.3929
2026-07-28336.2362
2026-08-04336.1813
2026-08-11334.6390
2026-08-18334.4371
2026-08-26334.4333
2026-09-02334.2920
2026-09-09334.3099
2026-09-16333.6362
2026-09-23333.7096

High

337.5168

Low

333.6362

Average

336.0448

For developers

Get this rate via the API

One GET request returns the JOD/YER 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=YER"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=YER");
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=YER").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/YER API questions

How do I get the JOD/YER exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=YER, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/YER rate in rates.YER.

How far back does JOD/YER historical data go?

Daily JOD/YER 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/YER 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.