Skip to content

TND to DJF exchange rate API

Tunisian Dinar to Djibouti Franc · quoted 2026-09-25

60.1982

▼ +1.67% over 1Y

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 last year, TND/DJF traded between 60.0075 and 62.6740, averaged 61.1013 and fell 1.67%. 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 1Y

TND/DJF over 1Y: show the values
PointTND/DJF
2025-09-2561.2225
2025-10-0261.3688
2025-10-0960.8040
2025-10-1660.8910
2025-10-2360.6038
2025-10-3060.7657
2025-11-0660.2303
2025-11-1360.4124
2025-11-2060.1410
2025-11-2760.4300
2025-12-0460.8145
2025-12-1260.9423
2025-12-1961.1222
2025-12-2661.6263
2026-01-0261.7209
2026-01-0961.4078
2026-01-1661.5651
2026-01-2362.0247
2026-01-3062.6740
2026-02-0662.1739
2026-02-1362.3957
2026-02-2061.9726
2026-02-2762.1637
2026-03-0661.2911
2026-03-1360.8002
2026-03-2060.8987
2026-03-2760.7951
2026-04-0360.7973
2026-04-1061.6281
2026-04-1761.7131
2026-04-2461.6549
2026-05-0161.6652
2026-05-0861.3890
2026-05-1661.4208
2026-05-2461.2261
2026-05-3161.4814
2026-06-0960.8274
2026-06-1660.9101
2026-06-2360.5994
2026-06-3060.3480
2026-07-0760.3620
2026-07-1460.4096
2026-07-2160.4144
2026-07-2860.0075
2026-08-0460.8863
2026-08-1160.8729
2026-08-1861.0533
2026-08-2661.3802
2026-09-0261.0133
2026-09-0961.3776
2026-09-1661.0690
2026-09-2360.4041

High

62.6740

Low

60.0075

Average

61.1013

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.