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: show the values
| Point | JOD/YER |
|---|---|
| 2024-08-24 | 353.1460 |
| 2024-10-07 | 353.1730 |
| 2024-11-06 | 352.7099 |
| 2024-12-06 | 352.6528 |
| 2025-01-05 | 352.4913 |
| 2025-02-04 | 350.9494 |
| 2025-03-06 | 348.0845 |
| 2025-04-06 | 346.2665 |
| 2025-05-06 | 345.3543 |
| 2025-06-07 | 343.5757 |
| 2025-07-07 | 341.6085 |
| 2025-08-06 | 339.0651 |
| 2025-09-05 | 338.7143 |
| 2025-10-06 | 337.3707 |
| 2025-11-05 | 336.9474 |
| 2025-12-05 | 336.2215 |
| 2026-01-05 | 336.2414 |
| 2026-02-04 | 336.2163 |
| 2026-03-06 | 336.3184 |
| 2026-04-05 | 336.4874 |
| 2026-05-05 | 336.5649 |
| 2026-06-06 | 336.4943 |
| 2026-07-08 | 334.2536 |
| 2026-08-07 | 333.9817 |
| 2026-09-07 | 334.2788 |
High
353.1730
Low
333.6930
Average
341.6485
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.