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: show the values
| Point | TND/AOA |
|---|---|
| 2026-08-26 | 317.3135 |
| 2026-08-27 | 315.5361 |
| 2026-08-28 | 315.7222 |
| 2026-08-29 | 313.9307 |
| 2026-08-30 | 314.1411 |
| 2026-08-31 | 319.1043 |
| 2026-09-01 | 315.4985 |
| 2026-09-02 | 314.3459 |
| 2026-09-03 | 315.0886 |
| 2026-09-04 | 315.8071 |
| 2026-09-05 | 315.9135 |
| 2026-09-06 | 315.2891 |
| 2026-09-07 | 315.2596 |
| 2026-09-08 | 315.7777 |
| 2026-09-09 | 316.8035 |
| 2026-09-10 | 316.6316 |
| 2026-09-11 | 315.8583 |
| 2026-09-12 | 317.0547 |
| 2026-09-13 | 321.3151 |
| 2026-09-14 | 316.6976 |
| 2026-09-15 | 312.7889 |
| 2026-09-16 | 315.1611 |
| 2026-09-17 | 312.9114 |
| 2026-09-18 | 315.1928 |
| 2026-09-19 | 311.6339 |
| 2026-09-20 | 311.3745 |
| 2026-09-21 | 312.2648 |
| 2026-09-22 | 311.6228 |
| 2026-09-23 | 310.5267 |
| 2026-09-24 | 310.7915 |
| 2026-09-25 | 309.9311 |
High
321.3151
Low
309.9311
Average
314.6006
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.