JOD to VUV exchange rate API
Jordanian Dinar to Vatu · quoted 2026-09-26
167.0891
▲ +0.07% over 5Y
1 JOD = 167.0891 VUV · 1 VUV = 0.005985 JOD · Get this rate via the API
1 JOD buys 167.0891 VUV as of 2026-09-26, so 1 VUV buys 0.005985 JOD. Over the last 5 years, JOD/VUV traded between 162.9478 and 172.2976, averaged 168.1055 and rose 0.07%. The API holds daily JOD/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/VUV over 5Y: show the values
| Point | JOD/VUV |
|---|---|
| 2024-08-24 | 166.9768 |
| 2024-10-07 | 162.9478 |
| 2024-11-06 | 165.1459 |
| 2024-12-06 | 168.5896 |
| 2025-01-05 | 171.1706 |
| 2025-02-04 | 170.6525 |
| 2025-03-06 | 169.8999 |
| 2025-04-06 | 171.1646 |
| 2025-05-06 | 165.7362 |
| 2025-06-07 | 168.5926 |
| 2025-07-07 | 164.1052 |
| 2025-08-06 | 164.8757 |
| 2025-09-05 | 163.6713 |
| 2025-10-06 | 170.9436 |
| 2025-11-05 | 172.1753 |
| 2025-12-05 | 172.2976 |
| 2026-01-05 | 171.1967 |
| 2026-02-04 | 168.8489 |
| 2026-03-06 | 167.8787 |
| 2026-04-05 | 168.5617 |
| 2026-05-05 | 166.7063 |
| 2026-06-06 | 167.5305 |
| 2026-07-08 | 169.4722 |
| 2026-08-07 | 168.1016 |
| 2026-09-07 | 166.4124 |
High
172.2976
Low
162.9478
Average
168.1055
Get this rate via the API
One GET request returns the JOD/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/VUV API questions
How do I get the JOD/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/VUV rate in rates.VUV.
How far back does JOD/VUV historical data go?
Daily JOD/VUV 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/VUV 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.