Skip to content

JOD to YER exchange rate API

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

333.6930

▼ +5.51% over 5Y

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 5 years, JOD/YER traded between 333.6930 and 353.1730, averaged 341.6485 and fell 5.51%. 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 5Y

JOD/YER over 5Y: show the values
PointJOD/YER
2024-08-24353.1460
2024-10-07353.1730
2024-11-06352.7099
2024-12-06352.6528
2025-01-05352.4913
2025-02-04350.9494
2025-03-06348.0845
2025-04-06346.2665
2025-05-06345.3543
2025-06-07343.5757
2025-07-07341.6085
2025-08-06339.0651
2025-09-05338.7143
2025-10-06337.3707
2025-11-05336.9474
2025-12-05336.2215
2026-01-05336.2414
2026-02-04336.2163
2026-03-06336.3184
2026-04-05336.4874
2026-05-05336.5649
2026-06-06336.4943
2026-07-08334.2536
2026-08-07333.9817
2026-09-07334.2788

High

353.1730

Low

333.6930

Average

341.6485

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.