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: show the values
| Point | JOD/TND |
|---|---|
| 2025-12-31 | 4.0733 |
| 2026-01-07 | 4.0743 |
| 2026-01-14 | 4.0867 |
| 2026-01-21 | 4.0625 |
| 2026-01-28 | 3.9877 |
| 2026-02-04 | 4.0269 |
| 2026-02-11 | 4.0072 |
| 2026-02-18 | 4.0181 |
| 2026-02-25 | 4.0429 |
| 2026-03-04 | 4.0907 |
| 2026-03-11 | 4.1134 |
| 2026-03-18 | 4.1367 |
| 2026-03-25 | 4.0996 |
| 2026-04-01 | 4.1268 |
| 2026-04-08 | 4.1002 |
| 2026-04-15 | 4.0975 |
| 2026-04-22 | 4.0429 |
| 2026-04-29 | 4.0673 |
| 2026-05-06 | 4.0755 |
| 2026-05-14 | 4.0760 |
| 2026-05-21 | 4.0992 |
| 2026-05-29 | 4.0875 |
| 2026-06-05 | 4.1038 |
| 2026-06-14 | 4.1210 |
| 2026-06-21 | 4.1549 |
| 2026-06-28 | 4.1758 |
| 2026-07-05 | 4.1580 |
| 2026-07-12 | 4.1667 |
| 2026-07-19 | 4.1615 |
| 2026-07-26 | 4.1837 |
| 2026-08-02 | 4.1367 |
| 2026-08-09 | 4.1205 |
| 2026-08-16 | 4.1109 |
| 2026-08-24 | 4.0770 |
| 2026-08-31 | 4.0648 |
| 2026-09-07 | 4.1142 |
| 2026-09-14 | 4.0862 |
| 2026-09-21 | 4.1537 |
High
4.1837
Low
3.9877
Average
4.0988
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=TND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=TND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.