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: show the values
| Point | TND/DJF |
|---|---|
| 2025-09-25 | 61.2225 |
| 2025-10-02 | 61.3688 |
| 2025-10-09 | 60.8040 |
| 2025-10-16 | 60.8910 |
| 2025-10-23 | 60.6038 |
| 2025-10-30 | 60.7657 |
| 2025-11-06 | 60.2303 |
| 2025-11-13 | 60.4124 |
| 2025-11-20 | 60.1410 |
| 2025-11-27 | 60.4300 |
| 2025-12-04 | 60.8145 |
| 2025-12-12 | 60.9423 |
| 2025-12-19 | 61.1222 |
| 2025-12-26 | 61.6263 |
| 2026-01-02 | 61.7209 |
| 2026-01-09 | 61.4078 |
| 2026-01-16 | 61.5651 |
| 2026-01-23 | 62.0247 |
| 2026-01-30 | 62.6740 |
| 2026-02-06 | 62.1739 |
| 2026-02-13 | 62.3957 |
| 2026-02-20 | 61.9726 |
| 2026-02-27 | 62.1637 |
| 2026-03-06 | 61.2911 |
| 2026-03-13 | 60.8002 |
| 2026-03-20 | 60.8987 |
| 2026-03-27 | 60.7951 |
| 2026-04-03 | 60.7973 |
| 2026-04-10 | 61.6281 |
| 2026-04-17 | 61.7131 |
| 2026-04-24 | 61.6549 |
| 2026-05-01 | 61.6652 |
| 2026-05-08 | 61.3890 |
| 2026-05-16 | 61.4208 |
| 2026-05-24 | 61.2261 |
| 2026-05-31 | 61.4814 |
| 2026-06-09 | 60.8274 |
| 2026-06-16 | 60.9101 |
| 2026-06-23 | 60.5994 |
| 2026-06-30 | 60.3480 |
| 2026-07-07 | 60.3620 |
| 2026-07-14 | 60.4096 |
| 2026-07-21 | 60.4144 |
| 2026-07-28 | 60.0075 |
| 2026-08-04 | 60.8863 |
| 2026-08-11 | 60.8729 |
| 2026-08-18 | 61.0533 |
| 2026-08-26 | 61.3802 |
| 2026-09-02 | 61.0133 |
| 2026-09-09 | 61.3776 |
| 2026-09-16 | 61.0690 |
| 2026-09-23 | 60.4041 |
High
62.6740
Low
60.0075
Average
61.1013
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.