TWD to ARS exchange rate API
New Taiwan Dollar to Argentine Peso · quoted 2026-09-24
47.6303
▲ +0.60% over 30D
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 30 days, TWD/ARS traded between 47.3466 and 48.0378, averaged 47.6575 and rose 0.60%. 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 30D: show the values
| Point | TWD/ARS |
|---|---|
| 2026-08-25 | 47.3466 |
| 2026-08-26 | 47.4616 |
| 2026-08-27 | 47.7466 |
| 2026-08-28 | 47.8208 |
| 2026-08-29 | 47.6711 |
| 2026-08-30 | 47.6106 |
| 2026-08-31 | 47.5967 |
| 2026-09-01 | 47.6268 |
| 2026-09-02 | 47.6156 |
| 2026-09-03 | 47.6496 |
| 2026-09-04 | 47.5949 |
| 2026-09-05 | 47.5888 |
| 2026-09-06 | 47.6505 |
| 2026-09-07 | 47.7801 |
| 2026-09-08 | 47.9981 |
| 2026-09-09 | 48.0378 |
| 2026-09-10 | 47.9413 |
| 2026-09-11 | 47.7954 |
| 2026-09-12 | 47.7668 |
| 2026-09-13 | 47.6704 |
| 2026-09-14 | 47.6706 |
| 2026-09-15 | 47.4038 |
| 2026-09-16 | 47.4231 |
| 2026-09-17 | 47.4496 |
| 2026-09-18 | 47.4582 |
| 2026-09-19 | 47.7031 |
| 2026-09-20 | 47.5902 |
| 2026-09-21 | 47.5347 |
| 2026-09-22 | 47.7938 |
| 2026-09-23 | 47.7640 |
| 2026-09-24 | 47.6488 |
High
48.0378
Low
47.3466
Average
47.6575
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.