Skip to content

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

TND/AOA over YTD: show the values
PointTND/AOA
2025-12-31317.3303
2026-01-07317.6905
2026-01-14316.3176
2026-01-21318.4071
2026-01-28324.0715
2026-02-04320.6089
2026-02-11322.9826
2026-02-18321.9086
2026-02-25319.9763
2026-03-04316.4758
2026-03-11314.6863
2026-03-18312.9816
2026-03-25315.2789
2026-04-01313.7379
2026-04-08315.6893
2026-04-15315.6468
2026-04-22320.2513
2026-04-29318.3355
2026-05-06317.7022
2026-05-14317.9992
2026-05-21316.2141
2026-05-29316.1657
2026-06-05315.6967
2026-06-14316.7350
2026-06-21317.4644
2026-06-28315.5249
2026-07-05313.5568
2026-07-12316.3314
2026-07-19317.0747
2026-07-26312.1905
2026-08-02312.0940
2026-08-09313.8115
2026-08-16314.3337
2026-08-24318.0738
2026-08-31319.1043
2026-09-07315.2596
2026-09-14316.6976
2026-09-21312.2648

High

324.0715

Low

309.9311

Average

316.5796

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.