TWD to ARS exchange rate API
New Taiwan Dollar to Argentine Peso · quoted 2026-09-24
47.6303
▲ +10.28% over 6M
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 6 months, TWD/ARS traded between 43.1898 and 47.9413, averaged 45.6968 and rose 10.28%. 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 6M: show the values
| Point | TWD/ARS |
|---|---|
| 2026-03-28 | 43.1898 |
| 2026-04-04 | 43.5156 |
| 2026-04-11 | 43.1992 |
| 2026-04-18 | 43.4815 |
| 2026-04-25 | 44.1648 |
| 2026-05-02 | 44.0385 |
| 2026-05-09 | 44.6626 |
| 2026-05-17 | 44.1605 |
| 2026-05-25 | 44.6482 |
| 2026-06-01 | 45.0657 |
| 2026-06-10 | 45.5757 |
| 2026-06-17 | 45.4855 |
| 2026-06-24 | 46.3413 |
| 2026-07-01 | 46.5592 |
| 2026-07-08 | 46.5814 |
| 2026-07-15 | 45.6564 |
| 2026-07-22 | 45.6035 |
| 2026-07-29 | 46.2223 |
| 2026-08-05 | 46.3404 |
| 2026-08-12 | 46.2904 |
| 2026-08-20 | 46.9652 |
| 2026-08-27 | 47.7466 |
| 2026-09-03 | 47.6496 |
| 2026-09-10 | 47.9413 |
| 2026-09-17 | 47.4496 |
| 2026-09-24 | 47.6488 |
High
47.9413
Low
43.1898
Average
45.6968
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.