Skip to content

TWD to AOA exchange rate API

New Taiwan Dollar to Kwanza · quoted 2026-09-26

28.9419

▼ +5.70% over 1Y

1 TWD = 28.9419 AOA · 1 AOA = 0.03455 TWD · Get this rate via the API

1 TWD buys 28.9419 AOA as of 2026-09-26, so 1 AOA buys 0.03455 TWD. Over the last year, TWD/AOA traded between 28.2567 and 30.6914, averaged 29.1233 and fell 5.70%. The API holds daily TWD/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/AOA over 1Y

TWD/AOA over 1Y: show the values
PointTWD/AOA
2025-09-2630.6914
2025-10-0330.6871
2025-10-1030.5347
2025-10-1729.8923
2025-10-2429.7767
2025-10-3129.8547
2025-11-0729.6072
2025-11-1429.7253
2025-11-2129.3328
2025-11-2829.1660
2025-12-0529.3438
2025-12-1329.2253
2025-12-2029.0565
2025-12-2729.2656
2026-01-0329.3171
2026-01-1028.9791
2026-01-1728.8939
2026-01-2429.1072
2026-01-3128.8619
2026-02-0728.9895
2026-02-1429.1869
2026-02-2129.1039
2026-02-2829.4744
2026-03-0728.8708
2026-03-1428.5014
2026-03-2128.6503
2026-03-2828.6166
2026-04-0428.6157
2026-04-1128.8894
2026-04-1829.1610
2026-04-2529.1581
2026-05-0229.0235
2026-05-0929.3141
2026-05-1729.3755
2026-05-2529.2979
2026-06-0129.3004
2026-06-1029.0343
2026-06-1729.0832
2026-06-2428.8402
2026-07-0128.7530
2026-07-0828.6663
2026-07-1528.5001
2026-07-2228.2958
2026-07-2928.2567
2026-08-0528.4434
2026-08-1228.5184
2026-08-2028.8108
2026-08-2728.8742
2026-09-0328.9396
2026-09-1029.0887
2026-09-1728.7712
2026-09-2428.8687

High

30.6914

Low

28.2567

Average

29.1233

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/AOA API questions

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

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

How far back does TWD/AOA historical data go?

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