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: show the values
| Point | TND/AFN |
|---|---|
| 2025-09-25 | 23.5581 |
| 2025-10-02 | 23.2716 |
| 2025-10-09 | 22.8030 |
| 2025-10-16 | 22.7155 |
| 2025-10-23 | 22.5871 |
| 2025-10-30 | 22.7784 |
| 2025-11-06 | 22.4655 |
| 2025-11-13 | 22.5544 |
| 2025-11-20 | 22.3976 |
| 2025-11-27 | 22.5557 |
| 2025-12-04 | 22.6453 |
| 2025-12-12 | 22.6430 |
| 2025-12-19 | 22.7552 |
| 2025-12-26 | 22.6997 |
| 2026-01-02 | 22.7376 |
| 2026-01-09 | 22.7504 |
| 2026-01-16 | 22.7128 |
| 2026-01-23 | 22.6108 |
| 2026-01-30 | 23.1765 |
| 2026-02-06 | 22.8464 |
| 2026-02-13 | 22.6111 |
| 2026-02-20 | 21.9289 |
| 2026-02-27 | 21.8079 |
| 2026-03-06 | 21.6827 |
| 2026-03-13 | 21.3008 |
| 2026-03-20 | 21.6833 |
| 2026-03-27 | 21.6328 |
| 2026-04-03 | 21.6996 |
| 2026-04-10 | 22.1935 |
| 2026-04-17 | 22.3540 |
| 2026-04-24 | 21.8560 |
| 2026-05-01 | 22.0327 |
| 2026-05-08 | 22.1637 |
| 2026-05-16 | 21.4876 |
| 2026-05-24 | 21.8589 |
| 2026-05-31 | 21.9991 |
| 2026-06-09 | 21.4509 |
| 2026-06-16 | 21.6277 |
| 2026-06-23 | 21.6244 |
| 2026-06-30 | 21.6843 |
| 2026-07-07 | 21.5809 |
| 2026-07-14 | 22.4030 |
| 2026-07-21 | 22.6703 |
| 2026-07-28 | 22.4243 |
| 2026-08-04 | 22.4059 |
| 2026-08-11 | 22.3832 |
| 2026-08-18 | 22.5814 |
| 2026-08-26 | 22.7405 |
| 2026-09-02 | 22.5657 |
| 2026-09-09 | 22.4824 |
| 2026-09-16 | 22.2763 |
| 2026-09-23 | 22.0196 |
High
23.5581
Low
21.3008
Average
22.3043
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.