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: show the values
| Point | TND/ANG |
|---|---|
| 2025-09-25 | 0.61961 |
| 2025-10-02 | 0.62083 |
| 2025-10-09 | 0.61526 |
| 2025-10-16 | 0.61611 |
| 2025-10-23 | 0.61289 |
| 2025-10-30 | 0.61530 |
| 2025-11-06 | 0.60898 |
| 2025-11-13 | 0.61152 |
| 2025-11-20 | 0.60907 |
| 2025-11-27 | 0.61187 |
| 2025-12-04 | 0.61557 |
| 2025-12-12 | 0.61622 |
| 2025-12-19 | 0.61838 |
| 2025-12-26 | 0.62342 |
| 2026-01-02 | 0.62477 |
| 2026-01-09 | 0.62207 |
| 2026-01-16 | 0.62254 |
| 2026-01-23 | 0.62561 |
| 2026-01-30 | 0.63454 |
| 2026-02-06 | 0.62937 |
| 2026-02-13 | 0.63336 |
| 2026-02-20 | 0.62750 |
| 2026-02-27 | 0.62946 |
| 2026-03-06 | 0.62018 |
| 2026-03-13 | 0.61653 |
| 2026-03-20 | 0.61800 |
| 2026-03-27 | 0.61450 |
| 2026-04-03 | 0.61304 |
| 2026-04-14 | 0.62062 |
| 2026-04-21 | 0.61987 |
| 2026-04-28 | 0.61376 |
| 2026-05-05 | 0.62030 |
| 2026-05-12 | 0.62743 |
| 2026-05-20 | 0.61898 |
| 2026-05-28 | 0.62075 |
| 2026-06-04 | 0.61917 |
| 2026-06-13 | 0.61466 |
| 2026-06-20 | 0.61121 |
| 2026-06-27 | 0.60636 |
| 2026-07-04 | 0.61037 |
| 2026-07-11 | 0.60997 |
| 2026-07-18 | 0.60981 |
| 2026-07-25 | 0.60685 |
| 2026-08-01 | 0.60946 |
| 2026-08-08 | 0.61395 |
| 2026-08-15 | 0.61544 |
| 2026-08-23 | 0.62013 |
| 2026-08-30 | 0.61624 |
| 2026-09-06 | 0.61690 |
| 2026-09-13 | 0.62064 |
| 2026-09-20 | 0.61080 |
High
0.63454
Low
0.60636
Average
0.61752
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ANG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=ANG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.