TND to DJF exchange rate API
Tunisian Dinar to Djibouti Franc · quoted 2026-09-25
60.1982
▼ +2.20% over YTD
1 TND = 60.1982 DJF · 1 DJF = 0.01661 TND · Get this rate via the API
1 TND buys 60.1982 DJF as of 2026-09-25, so 1 DJF buys 0.01661 TND. Over the year to date, TND/DJF traded between 59.9789 and 62.9627, averaged 61.2940 and fell 2.20%. The API holds daily TND/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/DJF over YTD: show the values
| Point | TND/DJF |
|---|---|
| 2025-12-31 | 61.5518 |
| 2026-01-07 | 61.6442 |
| 2026-01-14 | 61.5071 |
| 2026-01-21 | 61.7734 |
| 2026-01-28 | 62.9627 |
| 2026-02-04 | 62.2948 |
| 2026-02-11 | 62.6876 |
| 2026-02-18 | 62.4656 |
| 2026-02-25 | 62.1328 |
| 2026-03-04 | 61.3984 |
| 2026-03-11 | 61.0891 |
| 2026-03-18 | 60.6707 |
| 2026-03-25 | 61.3438 |
| 2026-04-01 | 60.8020 |
| 2026-04-08 | 61.2427 |
| 2026-04-15 | 61.3269 |
| 2026-04-22 | 62.2007 |
| 2026-04-29 | 61.6281 |
| 2026-05-06 | 61.4995 |
| 2026-05-14 | 61.5716 |
| 2026-05-21 | 61.3391 |
| 2026-05-29 | 61.3902 |
| 2026-06-05 | 61.1269 |
| 2026-06-14 | 61.0003 |
| 2026-06-21 | 60.4566 |
| 2026-06-28 | 59.9789 |
| 2026-07-05 | 60.5396 |
| 2026-07-12 | 60.3355 |
| 2026-07-19 | 60.4380 |
| 2026-07-26 | 60.2083 |
| 2026-08-02 | 60.7880 |
| 2026-08-09 | 61.0326 |
| 2026-08-16 | 61.1749 |
| 2026-08-24 | 61.6343 |
| 2026-08-31 | 62.0695 |
| 2026-09-07 | 61.0454 |
| 2026-09-14 | 61.4682 |
| 2026-09-21 | 60.4474 |
High
62.9627
Low
59.9789
Average
61.2940
Get this rate via the API
One GET request returns the TND/DJF 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=TND¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=DJF").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/DJF API questions
How do I get the TND/DJF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=DJF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/DJF rate in rates.DJF.
How far back does TND/DJF historical data go?
Daily TND/DJF 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 TND/DJF 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.