Skip to content

TWD to ANG exchange rate API

New Taiwan Dollar to Netherlands Antillean Guilder · quoted 2026-09-24

0.05672

▼ +6.02% over 1Y

1 TWD = 0.05672 ANG · 1 ANG = 17.6292 TWD · Get this rate via the API

1 TWD buys 0.05672 ANG as of 2026-09-24, so 1 ANG buys 17.6292 TWD. Over the last year, TWD/ANG traded between 0.05543 and 0.06035, averaged 0.05717 and fell 6.02%. The API holds daily TWD/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/ANG over 1Y

TWD/ANG over 1Y: show the values
PointTWD/ANG
2025-09-240.06035
2025-10-010.06029
2025-10-080.05993
2025-10-150.05861
2025-10-220.05865
2025-10-290.05895
2025-11-050.05821
2025-11-120.05800
2025-11-190.05775
2025-11-260.05736
2025-12-030.05758
2025-12-110.05736
2025-12-180.05707
2025-12-250.05726
2026-01-010.05752
2026-01-080.05713
2026-01-150.05711
2026-01-220.05701
2026-01-290.05745
2026-02-050.05695
2026-02-120.05704
2026-02-190.05726
2026-02-260.05743
2026-03-050.05681
2026-03-120.05678
2026-03-190.05676
2026-03-260.05658
2026-04-020.05634
2026-04-130.05631
2026-04-200.05684
2026-04-270.05696
2026-05-040.05659
2026-05-110.05701
2026-05-190.05692
2026-05-270.05734
2026-06-030.05736
2026-06-120.05686
2026-06-190.05696
2026-06-260.05649
2026-07-030.05628
2026-07-100.05602
2026-07-170.05580
2026-07-240.05554
2026-07-310.05543
2026-08-070.05600
2026-08-140.05629
2026-08-220.05658
2026-08-290.05682
2026-09-050.05674
2026-09-120.05690
2026-09-190.05660

High

0.06035

Low

0.05543

Average

0.05717

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/ANG API questions

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

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

How far back does TWD/ANG historical data go?

Daily TWD/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 TWD/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.