JOD to VND exchange rate API
Jordanian Dinar to Dong · quoted 2026-09-25
36772.85
▼ +1.19% over 6M
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 6 months, JOD/VND traded between 36682.97 and 37298.54, averaged 37105.76 and fell 1.19%. 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 6M: show the values
| Point | JOD/VND |
|---|---|
| 2026-03-29 | 37215.02 |
| 2026-04-05 | 37220.30 |
| 2026-04-12 | 37143.20 |
| 2026-04-19 | 37141.81 |
| 2026-04-26 | 37233.69 |
| 2026-05-03 | 37237.50 |
| 2026-05-10 | 37194.25 |
| 2026-05-18 | 37298.54 |
| 2026-05-26 | 37291.65 |
| 2026-06-02 | 37261.44 |
| 2026-06-11 | 37251.72 |
| 2026-06-18 | 37257.07 |
| 2026-06-25 | 37254.94 |
| 2026-07-02 | 37211.67 |
| 2026-07-09 | 37214.40 |
| 2026-07-16 | 37159.26 |
| 2026-07-23 | 37242.96 |
| 2026-07-30 | 37211.16 |
| 2026-08-06 | 37146.28 |
| 2026-08-13 | 36880.91 |
| 2026-08-21 | 36929.70 |
| 2026-08-28 | 36905.80 |
| 2026-09-04 | 36911.17 |
| 2026-09-11 | 36682.97 |
| 2026-09-18 | 36816.23 |
| 2026-09-25 | 36768.93 |
High
37298.54
Low
36682.97
Average
37105.76
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.