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: show the values
| Point | TND/AOA |
|---|---|
| 2025-09-25 | 317.3340 |
| 2025-10-02 | 316.3352 |
| 2025-10-09 | 313.4158 |
| 2025-10-16 | 313.7463 |
| 2025-10-23 | 312.4285 |
| 2025-10-30 | 315.0105 |
| 2025-11-06 | 310.0053 |
| 2025-11-13 | 310.9392 |
| 2025-11-20 | 311.1359 |
| 2025-11-27 | 312.7257 |
| 2025-12-04 | 314.5187 |
| 2025-12-12 | 315.5433 |
| 2025-12-19 | 315.1816 |
| 2025-12-26 | 317.0306 |
| 2026-01-02 | 319.4621 |
| 2026-01-09 | 316.4427 |
| 2026-01-16 | 317.0648 |
| 2026-01-23 | 319.0787 |
| 2026-01-30 | 322.1817 |
| 2026-02-06 | 319.9620 |
| 2026-02-13 | 322.2184 |
| 2026-02-20 | 319.0267 |
| 2026-02-27 | 320.3177 |
| 2026-03-06 | 315.1867 |
| 2026-03-13 | 313.0263 |
| 2026-03-20 | 314.7470 |
| 2026-03-27 | 313.5582 |
| 2026-04-03 | 312.9161 |
| 2026-04-10 | 317.9888 |
| 2026-04-17 | 317.7963 |
| 2026-04-24 | 318.4738 |
| 2026-05-01 | 318.5276 |
| 2026-05-08 | 315.4461 |
| 2026-05-16 | 316.6912 |
| 2026-05-24 | 314.6630 |
| 2026-05-31 | 319.7110 |
| 2026-06-09 | 314.0428 |
| 2026-06-16 | 314.0388 |
| 2026-06-23 | 312.0490 |
| 2026-06-30 | 311.2717 |
| 2026-07-07 | 311.2332 |
| 2026-07-14 | 310.8004 |
| 2026-07-21 | 310.9955 |
| 2026-07-28 | 309.6843 |
| 2026-08-04 | 313.4326 |
| 2026-08-11 | 313.0670 |
| 2026-08-18 | 314.8293 |
| 2026-08-26 | 317.3135 |
| 2026-09-02 | 314.3459 |
| 2026-09-09 | 316.8035 |
| 2026-09-16 | 315.1611 |
| 2026-09-23 | 310.5267 |
High
322.2184
Low
309.6843
Average
315.0823
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.