Skip to content

TND to AFN exchange rate API

Tunisian Dinar to Afghani · quoted 2026-09-25

21.6521

▼ +6.77% over 5Y

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 5 years, TND/AFN traded between 21.5984 and 24.1664, averaged 22.6819 and fell 6.77%. 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 5Y

TND/AFN over 5Y: show the values
PointTND/AFN
2024-08-2423.2256
2024-10-0722.3440
2024-11-0621.5984
2024-12-0621.9064
2025-01-0522.0048
2025-02-0423.4938
2025-03-0623.5287
2025-04-0623.4431
2025-05-0623.6126
2025-06-0723.6617
2025-07-0724.1664
2025-08-0623.6121
2025-09-0523.4843
2025-10-0623.1028
2025-11-0522.5204
2025-12-0522.3580
2026-01-0522.6018
2026-02-0423.0887
2026-03-0621.6827
2026-04-0522.1208
2026-05-0522.0046
2026-06-0621.8034
2026-07-0821.6893
2026-08-0722.3974
2026-09-0722.6262

High

24.1664

Low

21.5984

Average

22.6819

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.