Skip to content

TND to AOA exchange rate API

Tunisian Dinar to Kwanza · quoted 2026-09-25

309.9311

▼ +2.33% over 1Y

1 TND = 309.9311 AOA · 1 AOA = 0.003227 TND · Get this rate via the API

1 TND buys 309.9311 AOA as of 2026-09-25, so 1 AOA buys 0.003227 TND. Over the last year, TND/AOA traded between 309.6843 and 322.2184, averaged 315.0823 and fell 2.33%. The API holds daily TND/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/AOA over 1Y

TND/AOA over 1Y: show the values
PointTND/AOA
2025-09-25317.3340
2025-10-02316.3352
2025-10-09313.4158
2025-10-16313.7463
2025-10-23312.4285
2025-10-30315.0105
2025-11-06310.0053
2025-11-13310.9392
2025-11-20311.1359
2025-11-27312.7257
2025-12-04314.5187
2025-12-12315.5433
2025-12-19315.1816
2025-12-26317.0306
2026-01-02319.4621
2026-01-09316.4427
2026-01-16317.0648
2026-01-23319.0787
2026-01-30322.1817
2026-02-06319.9620
2026-02-13322.2184
2026-02-20319.0267
2026-02-27320.3177
2026-03-06315.1867
2026-03-13313.0263
2026-03-20314.7470
2026-03-27313.5582
2026-04-03312.9161
2026-04-10317.9888
2026-04-17317.7963
2026-04-24318.4738
2026-05-01318.5276
2026-05-08315.4461
2026-05-16316.6912
2026-05-24314.6630
2026-05-31319.7110
2026-06-09314.0428
2026-06-16314.0388
2026-06-23312.0490
2026-06-30311.2717
2026-07-07311.2332
2026-07-14310.8004
2026-07-21310.9955
2026-07-28309.6843
2026-08-04313.4326
2026-08-11313.0670
2026-08-18314.8293
2026-08-26317.3135
2026-09-02314.3459
2026-09-09316.8035
2026-09-16315.1611
2026-09-23310.5267

High

322.2184

Low

309.6843

Average

315.0823

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/AOA API questions

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

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

How far back does TND/AOA historical data go?

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