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: show the values
| Point | JOD/YER |
|---|---|
| 2025-09-25 | 337.5168 |
| 2025-10-02 | 337.4867 |
| 2025-10-09 | 337.0768 |
| 2025-10-16 | 336.8033 |
| 2025-10-23 | 336.9440 |
| 2025-10-30 | 336.5352 |
| 2025-11-06 | 336.9464 |
| 2025-11-13 | 336.5027 |
| 2025-11-20 | 336.3785 |
| 2025-11-27 | 336.3824 |
| 2025-12-04 | 336.2300 |
| 2025-12-12 | 336.2344 |
| 2025-12-19 | 336.2455 |
| 2025-12-26 | 336.2185 |
| 2026-01-02 | 336.2405 |
| 2026-01-09 | 336.3061 |
| 2026-01-16 | 336.2664 |
| 2026-01-23 | 336.1054 |
| 2026-01-30 | 336.2372 |
| 2026-02-06 | 336.2129 |
| 2026-02-13 | 336.1472 |
| 2026-02-20 | 336.2835 |
| 2026-02-27 | 336.3838 |
| 2026-03-06 | 336.3184 |
| 2026-03-13 | 336.5215 |
| 2026-03-20 | 336.5166 |
| 2026-03-27 | 336.5809 |
| 2026-04-03 | 336.5780 |
| 2026-04-10 | 336.4557 |
| 2026-04-17 | 336.6015 |
| 2026-04-24 | 336.5733 |
| 2026-05-01 | 336.5921 |
| 2026-05-08 | 336.5138 |
| 2026-05-16 | 336.5270 |
| 2026-05-24 | 336.5026 |
| 2026-05-31 | 336.5057 |
| 2026-06-09 | 336.5537 |
| 2026-06-16 | 336.5186 |
| 2026-06-23 | 336.5887 |
| 2026-06-30 | 336.5189 |
| 2026-07-07 | 334.3919 |
| 2026-07-14 | 334.3711 |
| 2026-07-21 | 335.3929 |
| 2026-07-28 | 336.2362 |
| 2026-08-04 | 336.1813 |
| 2026-08-11 | 334.6390 |
| 2026-08-18 | 334.4371 |
| 2026-08-26 | 334.4333 |
| 2026-09-02 | 334.2920 |
| 2026-09-09 | 334.3099 |
| 2026-09-16 | 333.6362 |
| 2026-09-23 | 333.7096 |
High
337.5168
Low
333.6362
Average
336.0448
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.