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: show the values
| Point | TWD/ARS |
|---|---|
| 2024-08-24 | 29.6993 |
| 2024-10-07 | 30.8232 |
| 2024-11-06 | 31.3299 |
| 2024-12-06 | 31.7670 |
| 2025-01-05 | 31.7082 |
| 2025-02-04 | 32.5338 |
| 2025-03-06 | 32.9045 |
| 2025-04-06 | 32.7041 |
| 2025-05-06 | 40.8313 |
| 2025-06-07 | 39.4411 |
| 2025-07-07 | 43.2390 |
| 2025-08-06 | 45.5419 |
| 2025-09-05 | 45.3262 |
| 2025-10-06 | 47.5849 |
| 2025-11-05 | 47.0859 |
| 2025-12-05 | 46.1598 |
| 2026-01-05 | 47.1415 |
| 2026-02-04 | 45.7452 |
| 2026-03-06 | 44.3337 |
| 2026-04-05 | 43.3682 |
| 2026-05-05 | 44.3533 |
| 2026-06-06 | 45.8780 |
| 2026-07-08 | 46.5814 |
| 2026-08-07 | 46.5242 |
| 2026-09-07 | 47.7801 |
High
47.7801
Low
29.6993
Average
41.0775
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.