Skip to content

TWD to ARS exchange rate API

New Taiwan Dollar to Argentine Peso · quoted 2026-09-24

47.6303

▲ +60.38% over 5Y

1 TWD = 47.6303 ARS · 1 ARS = 0.02100 TWD · Get this rate via the API

1 TWD buys 47.6303 ARS as of 2026-09-24, so 1 ARS buys 0.02100 TWD. Over the last 5 years, TWD/ARS traded between 29.6993 and 47.7801, averaged 41.0775 and rose 60.38%. The API holds daily TWD/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/ARS over 5Y

TWD/ARS over 5Y: show the values
PointTWD/ARS
2024-08-2429.6993
2024-10-0730.8232
2024-11-0631.3299
2024-12-0631.7670
2025-01-0531.7082
2025-02-0432.5338
2025-03-0632.9045
2025-04-0632.7041
2025-05-0640.8313
2025-06-0739.4411
2025-07-0743.2390
2025-08-0645.5419
2025-09-0545.3262
2025-10-0647.5849
2025-11-0547.0859
2025-12-0546.1598
2026-01-0547.1415
2026-02-0445.7452
2026-03-0644.3337
2026-04-0543.3682
2026-05-0544.3533
2026-06-0645.8780
2026-07-0846.5814
2026-08-0746.5242
2026-09-0747.7801

High

47.7801

Low

29.6993

Average

41.0775

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/ARS API questions

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

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

How far back does TWD/ARS historical data go?

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