TND to AOA exchange rate API
Tunisian Dinar to Kwanza · quoted 2026-09-25
309.9311
▼ +2.33% over YTD
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 year to date, TND/AOA traded between 309.9311 and 324.0715, averaged 316.5796 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 YTD: show the values
| Point | TND/AOA |
|---|---|
| 2025-12-31 | 317.3303 |
| 2026-01-07 | 317.6905 |
| 2026-01-14 | 316.3176 |
| 2026-01-21 | 318.4071 |
| 2026-01-28 | 324.0715 |
| 2026-02-04 | 320.6089 |
| 2026-02-11 | 322.9826 |
| 2026-02-18 | 321.9086 |
| 2026-02-25 | 319.9763 |
| 2026-03-04 | 316.4758 |
| 2026-03-11 | 314.6863 |
| 2026-03-18 | 312.9816 |
| 2026-03-25 | 315.2789 |
| 2026-04-01 | 313.7379 |
| 2026-04-08 | 315.6893 |
| 2026-04-15 | 315.6468 |
| 2026-04-22 | 320.2513 |
| 2026-04-29 | 318.3355 |
| 2026-05-06 | 317.7022 |
| 2026-05-14 | 317.9992 |
| 2026-05-21 | 316.2141 |
| 2026-05-29 | 316.1657 |
| 2026-06-05 | 315.6967 |
| 2026-06-14 | 316.7350 |
| 2026-06-21 | 317.4644 |
| 2026-06-28 | 315.5249 |
| 2026-07-05 | 313.5568 |
| 2026-07-12 | 316.3314 |
| 2026-07-19 | 317.0747 |
| 2026-07-26 | 312.1905 |
| 2026-08-02 | 312.0940 |
| 2026-08-09 | 313.8115 |
| 2026-08-16 | 314.3337 |
| 2026-08-24 | 318.0738 |
| 2026-08-31 | 319.1043 |
| 2026-09-07 | 315.2596 |
| 2026-09-14 | 316.6976 |
| 2026-09-21 | 312.2648 |
High
324.0715
Low
309.9311
Average
316.5796
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.