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: show the values
| Point | TWD/ARS |
|---|---|
| 2025-09-24 | 45.8022 |
| 2025-10-01 | 46.1354 |
| 2025-10-08 | 47.5488 |
| 2025-10-15 | 44.2884 |
| 2025-10-22 | 48.4871 |
| 2025-10-29 | 48.1857 |
| 2025-11-05 | 47.0859 |
| 2025-11-12 | 45.3970 |
| 2025-11-19 | 44.8938 |
| 2025-11-26 | 46.1692 |
| 2025-12-03 | 46.5175 |
| 2025-12-11 | 46.0226 |
| 2025-12-18 | 45.9456 |
| 2025-12-25 | 46.1371 |
| 2026-01-01 | 46.3299 |
| 2026-01-08 | 46.2668 |
| 2026-01-15 | 46.0476 |
| 2026-01-22 | 45.2085 |
| 2026-01-29 | 46.0564 |
| 2026-02-05 | 45.7388 |
| 2026-02-12 | 44.7494 |
| 2026-02-19 | 44.2354 |
| 2026-02-26 | 44.7334 |
| 2026-03-05 | 44.1578 |
| 2026-03-12 | 43.8073 |
| 2026-03-19 | 43.6505 |
| 2026-03-26 | 43.0851 |
| 2026-04-02 | 43.5208 |
| 2026-04-09 | 43.6113 |
| 2026-04-16 | 43.0542 |
| 2026-04-23 | 43.7062 |
| 2026-04-30 | 43.9699 |
| 2026-05-07 | 44.2419 |
| 2026-05-15 | 44.1121 |
| 2026-05-23 | 44.6893 |
| 2026-05-30 | 44.8081 |
| 2026-06-06 | 45.8780 |
| 2026-06-15 | 45.1691 |
| 2026-06-22 | 45.9460 |
| 2026-06-29 | 46.3923 |
| 2026-07-06 | 46.5434 |
| 2026-07-13 | 46.4811 |
| 2026-07-20 | 45.5598 |
| 2026-07-27 | 46.0092 |
| 2026-08-03 | 45.8654 |
| 2026-08-10 | 46.3435 |
| 2026-08-17 | 46.2849 |
| 2026-08-25 | 47.3466 |
| 2026-09-01 | 47.6268 |
| 2026-09-08 | 47.9981 |
| 2026-09-15 | 47.4038 |
| 2026-09-22 | 47.7938 |
High
48.4871
Low
43.0542
Average
45.6730
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.