Skip to content

TWD to AUD exchange rate API

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

0.04487

▼ +5.91% over YTD

1 TWD = 0.04487 AUD · 1 AUD = 22.2891 TWD · Get this rate via the API

1 TWD buys 0.04487 AUD as of 2026-09-26, so 1 AUD buys 22.2891 TWD. Over the year to date, TWD/AUD traded between 0.04374 and 0.04768, averaged 0.04481 and fell 5.91%. The API holds daily TWD/AUD rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/AUD over YTD

TWD/AUD over YTD: show the values
PointTWD/AUD
2025-12-310.04768
2026-01-070.04723
2026-01-140.04732
2026-01-210.04668
2026-01-280.04558
2026-02-040.04503
2026-02-110.04462
2026-02-180.04500
2026-02-250.04504
2026-03-040.04467
2026-03-110.04397
2026-03-180.04445
2026-03-250.04499
2026-04-010.04502
2026-04-080.04462
2026-04-150.04429
2026-04-220.04439
2026-04-290.04420
2026-05-060.04385
2026-05-130.04374
2026-05-200.04434
2026-05-270.04465
2026-06-030.04445
2026-06-110.04513
2026-06-180.04519
2026-06-250.04557
2026-07-020.04548
2026-07-090.04481
2026-07-160.04431
2026-07-230.04427
2026-07-300.04414
2026-08-060.04406
2026-08-130.04410
2026-08-200.04415
2026-08-270.04385
2026-09-030.04385
2026-09-100.04408
2026-09-170.04409
2026-09-240.04473

High

0.04768

Low

0.04374

Average

0.04481

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/AUD API questions

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

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

How far back does TWD/AUD historical data go?

Daily TWD/AUD rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TWD/AUD 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.