JOD to VND exchange rate API
Jordanian Dinar to Dong · quoted 2026-09-25
36772.85
▼ +0.16% over 1Y
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 year, JOD/VND traded between 36698.44 and 37324.85, averaged 37120.49 and fell 0.16%. 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 1Y: show the values
| Point | JOD/VND |
|---|---|
| 2025-09-25 | 36832.58 |
| 2025-10-02 | 36815.05 |
| 2025-10-09 | 37290.55 |
| 2025-10-16 | 37272.60 |
| 2025-10-23 | 37273.51 |
| 2025-10-30 | 37267.73 |
| 2025-11-06 | 37243.74 |
| 2025-11-13 | 37287.27 |
| 2025-11-20 | 37324.85 |
| 2025-11-27 | 37324.40 |
| 2025-12-04 | 37316.58 |
| 2025-12-12 | 37231.83 |
| 2025-12-19 | 37242.85 |
| 2025-12-26 | 37219.60 |
| 2026-01-02 | 37186.76 |
| 2026-01-09 | 37177.83 |
| 2026-01-16 | 37173.05 |
| 2026-01-23 | 37149.21 |
| 2026-01-30 | 36698.44 |
| 2026-02-06 | 36744.90 |
| 2026-02-13 | 36743.90 |
| 2026-02-20 | 36748.51 |
| 2026-02-27 | 36868.58 |
| 2026-03-06 | 37104.20 |
| 2026-03-13 | 37201.30 |
| 2026-03-20 | 37218.65 |
| 2026-03-27 | 37272.41 |
| 2026-04-03 | 37256.40 |
| 2026-04-10 | 37264.17 |
| 2026-04-17 | 37265.78 |
| 2026-04-24 | 37269.15 |
| 2026-05-01 | 37304.64 |
| 2026-05-08 | 37230.87 |
| 2026-05-16 | 37166.08 |
| 2026-05-24 | 37248.70 |
| 2026-05-31 | 37177.98 |
| 2026-06-09 | 37269.54 |
| 2026-06-16 | 37213.54 |
| 2026-06-23 | 37248.48 |
| 2026-06-30 | 37232.73 |
| 2026-07-07 | 37216.63 |
| 2026-07-14 | 37157.34 |
| 2026-07-21 | 37236.21 |
| 2026-07-28 | 37263.51 |
| 2026-08-04 | 37195.64 |
| 2026-08-11 | 36990.40 |
| 2026-08-18 | 37054.11 |
| 2026-08-26 | 36935.27 |
| 2026-09-02 | 36894.97 |
| 2026-09-09 | 36715.52 |
| 2026-09-16 | 36780.04 |
| 2026-09-23 | 36794.54 |
High
37324.85
Low
36698.44
Average
37120.49
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.