Skip to content

TND to AFN exchange rate API

Tunisian Dinar to Afghani · quoted 2026-09-25

21.6521

▼ +8.09% over 1Y

1 TND = 21.6521 AFN · 1 AFN = 0.04618 TND · Get this rate via the API

1 TND buys 21.6521 AFN as of 2026-09-25, so 1 AFN buys 0.04618 TND. Over the last year, TND/AFN traded between 21.3008 and 23.5581, averaged 22.3043 and fell 8.09%. The API holds daily TND/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/AFN over 1Y

TND/AFN over 1Y: show the values
PointTND/AFN
2025-09-2523.5581
2025-10-0223.2716
2025-10-0922.8030
2025-10-1622.7155
2025-10-2322.5871
2025-10-3022.7784
2025-11-0622.4655
2025-11-1322.5544
2025-11-2022.3976
2025-11-2722.5557
2025-12-0422.6453
2025-12-1222.6430
2025-12-1922.7552
2025-12-2622.6997
2026-01-0222.7376
2026-01-0922.7504
2026-01-1622.7128
2026-01-2322.6108
2026-01-3023.1765
2026-02-0622.8464
2026-02-1322.6111
2026-02-2021.9289
2026-02-2721.8079
2026-03-0621.6827
2026-03-1321.3008
2026-03-2021.6833
2026-03-2721.6328
2026-04-0321.6996
2026-04-1022.1935
2026-04-1722.3540
2026-04-2421.8560
2026-05-0122.0327
2026-05-0822.1637
2026-05-1621.4876
2026-05-2421.8589
2026-05-3121.9991
2026-06-0921.4509
2026-06-1621.6277
2026-06-2321.6244
2026-06-3021.6843
2026-07-0721.5809
2026-07-1422.4030
2026-07-2122.6703
2026-07-2822.4243
2026-08-0422.4059
2026-08-1122.3832
2026-08-1822.5814
2026-08-2622.7405
2026-09-0222.5657
2026-09-0922.4824
2026-09-1622.2763
2026-09-2322.0196

High

23.5581

Low

21.3008

Average

22.3043

For developers

Get this rate via the API

One GET request returns the TND/AFN 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=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=AFN");
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=AFN").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/AFN API questions

How do I get the TND/AFN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/AFN rate in rates.AFN.

How far back does TND/AFN historical data go?

Daily TND/AFN 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/AFN 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.