JOD to VND exchange rate API
Jordanian Dinar to Dong · quoted 2026-09-25
36772.85
▲ +4.45% over 5Y
1 JOD = 36772.85 VND · 1 VND = 0.000027 JOD · Get this rate via the API
1 JOD buys 36772.85 VND as of 2026-09-25, so 1 VND buys 0.000027 JOD. Over the last 5 years, JOD/VND traded between 34469.38 and 37313.84, averaged 36429.66 and rose 4.45%. The API holds daily JOD/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/VND over 5Y: show the values
| Point | JOD/VND |
|---|---|
| 2024-08-24 | 35206.36 |
| 2024-10-07 | 34469.38 |
| 2024-11-06 | 35306.79 |
| 2024-12-06 | 35394.15 |
| 2025-01-05 | 35541.58 |
| 2025-02-04 | 35156.66 |
| 2025-03-06 | 35523.33 |
| 2025-04-06 | 36083.26 |
| 2025-05-06 | 36133.07 |
| 2025-06-07 | 36475.65 |
| 2025-07-07 | 36473.66 |
| 2025-08-06 | 36589.84 |
| 2025-09-05 | 36820.19 |
| 2025-10-06 | 36773.81 |
| 2025-11-05 | 37247.54 |
| 2025-12-05 | 37313.84 |
| 2026-01-05 | 37184.99 |
| 2026-02-04 | 36781.55 |
| 2026-03-06 | 37104.20 |
| 2026-04-05 | 37220.30 |
| 2026-05-05 | 37262.91 |
| 2026-06-06 | 37149.30 |
| 2026-07-08 | 37214.58 |
| 2026-08-07 | 37096.10 |
| 2026-09-07 | 36875.38 |
High
37313.84
Low
34469.38
Average
36429.66
Get this rate via the API
One GET request returns the JOD/VND 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=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/VND API questions
How do I get the JOD/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/VND rate in rates.VND.
How far back does JOD/VND historical data go?
Daily JOD/VND 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/VND 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.