Skip to content

TND to AOA exchange rate API

Tunisian Dinar to Kwanza · quoted 2026-09-25

309.9311

▼ +2.33% over 30D

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 30 days, TND/AOA traded between 309.9311 and 321.3151, averaged 314.6006 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 30D

TND/AOA over 30D: show the values
PointTND/AOA
2026-08-26317.3135
2026-08-27315.5361
2026-08-28315.7222
2026-08-29313.9307
2026-08-30314.1411
2026-08-31319.1043
2026-09-01315.4985
2026-09-02314.3459
2026-09-03315.0886
2026-09-04315.8071
2026-09-05315.9135
2026-09-06315.2891
2026-09-07315.2596
2026-09-08315.7777
2026-09-09316.8035
2026-09-10316.6316
2026-09-11315.8583
2026-09-12317.0547
2026-09-13321.3151
2026-09-14316.6976
2026-09-15312.7889
2026-09-16315.1611
2026-09-17312.9114
2026-09-18315.1928
2026-09-19311.6339
2026-09-20311.3745
2026-09-21312.2648
2026-09-22311.6228
2026-09-23310.5267
2026-09-24310.7915
2026-09-25309.9311

High

321.3151

Low

309.9311

Average

314.6006

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.