Skip to content

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

TND/DJF over YTD: show the values
PointTND/DJF
2025-12-3161.5518
2026-01-0761.6442
2026-01-1461.5071
2026-01-2161.7734
2026-01-2862.9627
2026-02-0462.2948
2026-02-1162.6876
2026-02-1862.4656
2026-02-2562.1328
2026-03-0461.3984
2026-03-1161.0891
2026-03-1860.6707
2026-03-2561.3438
2026-04-0160.8020
2026-04-0861.2427
2026-04-1561.3269
2026-04-2262.2007
2026-04-2961.6281
2026-05-0661.4995
2026-05-1461.5716
2026-05-2161.3391
2026-05-2961.3902
2026-06-0561.1269
2026-06-1461.0003
2026-06-2160.4566
2026-06-2859.9789
2026-07-0560.5396
2026-07-1260.3355
2026-07-1960.4380
2026-07-2660.2083
2026-08-0260.7880
2026-08-0961.0326
2026-08-1661.1749
2026-08-2461.6343
2026-08-3162.0695
2026-09-0761.0454
2026-09-1461.4682
2026-09-2160.4474

High

62.9627

Low

59.9789

Average

61.2940

For developers

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

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