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: show the values
| Point | TND/AOA |
|---|---|
| 2026-03-29 | 318.1738 |
| 2026-04-05 | 315.4871 |
| 2026-04-12 | 314.2895 |
| 2026-04-19 | 315.7663 |
| 2026-04-26 | 314.8869 |
| 2026-05-03 | 318.5566 |
| 2026-05-10 | 316.8942 |
| 2026-05-18 | 313.0408 |
| 2026-05-26 | 317.2651 |
| 2026-06-02 | 315.8570 |
| 2026-06-11 | 313.3706 |
| 2026-06-18 | 312.6170 |
| 2026-06-25 | 310.2675 |
| 2026-07-02 | 312.0374 |
| 2026-07-09 | 311.5482 |
| 2026-07-16 | 311.8464 |
| 2026-07-23 | 311.9340 |
| 2026-07-30 | 311.6739 |
| 2026-08-06 | 314.7310 |
| 2026-08-13 | 312.6638 |
| 2026-08-21 | 316.6785 |
| 2026-08-28 | 315.7222 |
| 2026-09-04 | 315.8071 |
| 2026-09-11 | 315.8583 |
| 2026-09-18 | 315.1928 |
| 2026-09-25 | 309.9311 |
High
318.5566
Low
309.9311
Average
314.1492
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.