TWD to ARS exchange rate API
New Taiwan Dollar to Argentine Peso · quoted 2026-09-24
47.6303
▲ +2.96% over YTD
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 year to date, TWD/ARS traded between 43.1783 and 47.7801, averaged 45.4805 and rose 2.96%. 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 YTD: show the values
| Point | TWD/ARS |
|---|---|
| 2025-12-31 | 46.2592 |
| 2026-01-07 | 46.6240 |
| 2026-01-14 | 46.0726 |
| 2026-01-21 | 45.3270 |
| 2026-01-28 | 46.0257 |
| 2026-02-04 | 45.7452 |
| 2026-02-11 | 44.5697 |
| 2026-02-18 | 44.3638 |
| 2026-02-25 | 44.0605 |
| 2026-03-04 | 44.6091 |
| 2026-03-11 | 44.0016 |
| 2026-03-18 | 43.7695 |
| 2026-03-25 | 43.7750 |
| 2026-04-01 | 43.2796 |
| 2026-04-08 | 43.8582 |
| 2026-04-15 | 43.1783 |
| 2026-04-22 | 43.6474 |
| 2026-04-29 | 44.4721 |
| 2026-05-06 | 44.2416 |
| 2026-05-14 | 44.1535 |
| 2026-05-21 | 44.2457 |
| 2026-05-29 | 44.8984 |
| 2026-06-05 | 45.6038 |
| 2026-06-14 | 45.1956 |
| 2026-06-21 | 46.1744 |
| 2026-06-28 | 46.3710 |
| 2026-07-05 | 46.5940 |
| 2026-07-12 | 46.3671 |
| 2026-07-19 | 45.5923 |
| 2026-07-26 | 46.2733 |
| 2026-08-02 | 46.0083 |
| 2026-08-09 | 46.5378 |
| 2026-08-16 | 46.4753 |
| 2026-08-24 | 47.1546 |
| 2026-08-31 | 47.5967 |
| 2026-09-07 | 47.7801 |
| 2026-09-14 | 47.6706 |
| 2026-09-21 | 47.5347 |
High
47.7801
Low
43.1783
Average
45.4805
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.