Skip to content

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

JOD/VND over 1Y: show the values
PointJOD/VND
2025-09-2536832.58
2025-10-0236815.05
2025-10-0937290.55
2025-10-1637272.60
2025-10-2337273.51
2025-10-3037267.73
2025-11-0637243.74
2025-11-1337287.27
2025-11-2037324.85
2025-11-2737324.40
2025-12-0437316.58
2025-12-1237231.83
2025-12-1937242.85
2025-12-2637219.60
2026-01-0237186.76
2026-01-0937177.83
2026-01-1637173.05
2026-01-2337149.21
2026-01-3036698.44
2026-02-0636744.90
2026-02-1336743.90
2026-02-2036748.51
2026-02-2736868.58
2026-03-0637104.20
2026-03-1337201.30
2026-03-2037218.65
2026-03-2737272.41
2026-04-0337256.40
2026-04-1037264.17
2026-04-1737265.78
2026-04-2437269.15
2026-05-0137304.64
2026-05-0837230.87
2026-05-1637166.08
2026-05-2437248.70
2026-05-3137177.98
2026-06-0937269.54
2026-06-1637213.54
2026-06-2337248.48
2026-06-3037232.73
2026-07-0737216.63
2026-07-1437157.34
2026-07-2137236.21
2026-07-2837263.51
2026-08-0437195.64
2026-08-1136990.40
2026-08-1837054.11
2026-08-2636935.27
2026-09-0236894.97
2026-09-0936715.52
2026-09-1636780.04
2026-09-2336794.54

High

37324.85

Low

36698.44

Average

37120.49

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=VND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.