JOD to VND exchange rate API
Jordanian Dinar to Dong · quoted 2026-09-25
36772.85
▼ +1.18% over YTD
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 year to date, JOD/VND traded between 36723.81 and 37309.74, averaged 37096.09 and fell 1.18%. 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 YTD: show the values
| Point | JOD/VND |
|---|---|
| 2025-12-31 | 37211.13 |
| 2026-01-07 | 37190.69 |
| 2026-01-14 | 37189.79 |
| 2026-01-21 | 37176.51 |
| 2026-01-28 | 36921.42 |
| 2026-02-04 | 36781.55 |
| 2026-02-11 | 36753.37 |
| 2026-02-18 | 36737.96 |
| 2026-02-25 | 36980.48 |
| 2026-03-04 | 37088.92 |
| 2026-03-11 | 37145.79 |
| 2026-03-18 | 37219.32 |
| 2026-03-25 | 37291.09 |
| 2026-04-01 | 37269.74 |
| 2026-04-08 | 37264.92 |
| 2026-04-15 | 37266.71 |
| 2026-04-22 | 37253.80 |
| 2026-04-29 | 37291.29 |
| 2026-05-06 | 37254.37 |
| 2026-05-14 | 37298.27 |
| 2026-05-21 | 37309.74 |
| 2026-05-29 | 37246.19 |
| 2026-06-05 | 37265.40 |
| 2026-06-14 | 37182.47 |
| 2026-06-21 | 37227.86 |
| 2026-06-28 | 37161.90 |
| 2026-07-05 | 37180.07 |
| 2026-07-12 | 37049.25 |
| 2026-07-19 | 37077.47 |
| 2026-07-26 | 37206.06 |
| 2026-08-02 | 37154.41 |
| 2026-08-09 | 37072.27 |
| 2026-08-16 | 36941.35 |
| 2026-08-24 | 36995.53 |
| 2026-08-31 | 36896.54 |
| 2026-09-07 | 36875.38 |
| 2026-09-14 | 36723.81 |
| 2026-09-21 | 36821.84 |
High
37309.74
Low
36723.81
Average
37096.09
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.