Skip to content

TND to AOA exchange rate API

Tunisian Dinar to Kwanza · quoted 2026-09-25

309.9311

▼ +2.59% over 6M

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 6 months, TND/AOA traded between 309.9311 and 318.5566, averaged 314.1492 and fell 2.59%. 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 6M

TND/AOA over 6M: show the values
PointTND/AOA
2026-03-29318.1738
2026-04-05315.4871
2026-04-12314.2895
2026-04-19315.7663
2026-04-26314.8869
2026-05-03318.5566
2026-05-10316.8942
2026-05-18313.0408
2026-05-26317.2651
2026-06-02315.8570
2026-06-11313.3706
2026-06-18312.6170
2026-06-25310.2675
2026-07-02312.0374
2026-07-09311.5482
2026-07-16311.8464
2026-07-23311.9340
2026-07-30311.6739
2026-08-06314.7310
2026-08-13312.6638
2026-08-21316.6785
2026-08-28315.7222
2026-09-04315.8071
2026-09-11315.8583
2026-09-18315.1928
2026-09-25309.9311

High

318.5566

Low

309.9311

Average

314.1492

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.