Skip to content

TND to AOA exchange rate API

Tunisian Dinar to Kwanza · quoted 2026-09-25

309.9311

▲ +4.44% over 5Y

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 5 years, TND/AOA traded between 284.5052 and 320.6089, averaged 308.1078 and rose 4.44%. 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 5Y

TND/AOA over 5Y: show the values
PointTND/AOA
2024-08-24296.7564
2024-10-07298.5658
2024-11-06295.9989
2024-12-06292.7725
2025-01-05284.5052
2025-02-04287.0153
2025-03-06296.3778
2025-04-06300.5521
2025-05-06306.7854
2025-06-07309.5886
2025-07-07319.0229
2025-08-06316.2185
2025-09-05316.2351
2025-10-06316.1401
2025-11-05310.6903
2025-12-05312.9733
2026-01-05317.7375
2026-02-04320.6089
2026-03-06315.1867
2026-04-05315.4871
2026-05-05318.1421
2026-06-06313.5708
2026-07-08311.2634
2026-08-07313.4179
2026-09-07315.2596

High

320.6089

Low

284.5052

Average

308.1078

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.