Skip to content

TND to ANG exchange rate API

Tunisian Dinar to Netherlands Antillean Guilder · quoted 2026-09-25

0.61092

▼ +1.40% over 1Y

1 TND = 0.61092 ANG · 1 ANG = 1.6369 TND · Get this rate via the API

1 TND buys 0.61092 ANG as of 2026-09-25, so 1 ANG buys 1.6369 TND. Over the last year, TND/ANG traded between 0.60636 and 0.63454, averaged 0.61752 and fell 1.40%. The API holds daily TND/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/ANG over 1Y

TND/ANG over 1Y: show the values
PointTND/ANG
2025-09-250.61961
2025-10-020.62083
2025-10-090.61526
2025-10-160.61611
2025-10-230.61289
2025-10-300.61530
2025-11-060.60898
2025-11-130.61152
2025-11-200.60907
2025-11-270.61187
2025-12-040.61557
2025-12-120.61622
2025-12-190.61838
2025-12-260.62342
2026-01-020.62477
2026-01-090.62207
2026-01-160.62254
2026-01-230.62561
2026-01-300.63454
2026-02-060.62937
2026-02-130.63336
2026-02-200.62750
2026-02-270.62946
2026-03-060.62018
2026-03-130.61653
2026-03-200.61800
2026-03-270.61450
2026-04-030.61304
2026-04-140.62062
2026-04-210.61987
2026-04-280.61376
2026-05-050.62030
2026-05-120.62743
2026-05-200.61898
2026-05-280.62075
2026-06-040.61917
2026-06-130.61466
2026-06-200.61121
2026-06-270.60636
2026-07-040.61037
2026-07-110.60997
2026-07-180.60981
2026-07-250.60685
2026-08-010.60946
2026-08-080.61395
2026-08-150.61544
2026-08-230.62013
2026-08-300.61624
2026-09-060.61690
2026-09-130.62064
2026-09-200.61080

High

0.63454

Low

0.60636

Average

0.61752

For developers

Get this rate via the API

One GET request returns the TND/ANG 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=ANG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=ANG");
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=ANG").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/ANG API questions

How do I get the TND/ANG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=ANG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/ANG rate in rates.ANG.

How far back does TND/ANG historical data go?

Daily TND/ANG 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/ANG 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.