Skip to content

TWD to ARS exchange rate API

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

47.6303

▲ +3.99% over 1Y

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 year, TWD/ARS traded between 43.0542 and 48.4871, averaged 45.6730 and rose 3.99%. 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 1Y

TWD/ARS over 1Y: show the values
PointTWD/ARS
2025-09-2445.8022
2025-10-0146.1354
2025-10-0847.5488
2025-10-1544.2884
2025-10-2248.4871
2025-10-2948.1857
2025-11-0547.0859
2025-11-1245.3970
2025-11-1944.8938
2025-11-2646.1692
2025-12-0346.5175
2025-12-1146.0226
2025-12-1845.9456
2025-12-2546.1371
2026-01-0146.3299
2026-01-0846.2668
2026-01-1546.0476
2026-01-2245.2085
2026-01-2946.0564
2026-02-0545.7388
2026-02-1244.7494
2026-02-1944.2354
2026-02-2644.7334
2026-03-0544.1578
2026-03-1243.8073
2026-03-1943.6505
2026-03-2643.0851
2026-04-0243.5208
2026-04-0943.6113
2026-04-1643.0542
2026-04-2343.7062
2026-04-3043.9699
2026-05-0744.2419
2026-05-1544.1121
2026-05-2344.6893
2026-05-3044.8081
2026-06-0645.8780
2026-06-1545.1691
2026-06-2245.9460
2026-06-2946.3923
2026-07-0646.5434
2026-07-1346.4811
2026-07-2045.5598
2026-07-2746.0092
2026-08-0345.8654
2026-08-1046.3435
2026-08-1746.2849
2026-08-2547.3466
2026-09-0147.6268
2026-09-0847.9981
2026-09-1547.4038
2026-09-2247.7938

High

48.4871

Low

43.0542

Average

45.6730

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.