Skip to content

JOD to TND exchange rate API

Jordanian Dinar to Tunisian Dinar · quoted 2026-09-25

4.1716

▲ +2.41% over YTD

1 JOD = 4.1716 TND · 1 TND = 0.23972 JOD · Get this rate via the API

1 JOD buys 4.1716 TND as of 2026-09-25, so 1 TND buys 0.23972 JOD. Over the year to date, JOD/TND traded between 3.9877 and 4.1837, averaged 4.0988 and rose 2.41%. The API holds daily JOD/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/TND over YTD

JOD/TND over YTD: show the values
PointJOD/TND
2025-12-314.0733
2026-01-074.0743
2026-01-144.0867
2026-01-214.0625
2026-01-283.9877
2026-02-044.0269
2026-02-114.0072
2026-02-184.0181
2026-02-254.0429
2026-03-044.0907
2026-03-114.1134
2026-03-184.1367
2026-03-254.0996
2026-04-014.1268
2026-04-084.1002
2026-04-154.0975
2026-04-224.0429
2026-04-294.0673
2026-05-064.0755
2026-05-144.0760
2026-05-214.0992
2026-05-294.0875
2026-06-054.1038
2026-06-144.1210
2026-06-214.1549
2026-06-284.1758
2026-07-054.1580
2026-07-124.1667
2026-07-194.1615
2026-07-264.1837
2026-08-024.1367
2026-08-094.1205
2026-08-164.1109
2026-08-244.0770
2026-08-314.0648
2026-09-074.1142
2026-09-144.0862
2026-09-214.1537

High

4.1837

Low

3.9877

Average

4.0988

For developers

Get this rate via the API

One GET request returns the JOD/TND 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=TND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=TND");
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=TND").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/TND API questions

How do I get the JOD/TND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/TND rate in rates.TND.

How far back does JOD/TND historical data go?

Daily JOD/TND 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/TND 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.