TWD to AMD exchange rate API
New Taiwan Dollar to Armenian Dram · quoted 2026-09-24
11.4356
▼ +10.96% over 1Y
1 TWD = 11.4356 AMD · 1 AMD = 0.08745 TWD · Get this rate via the API
1 TWD buys 11.4356 AMD as of 2026-09-24, so 1 AMD buys 0.08745 TWD. Over the last year, TWD/AMD traded between 11.2482 and 12.8434, averaged 11.8819 and fell 10.96%. The API holds daily TWD/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/AMD over 1Y: show the values
| Point | TWD/AMD |
|---|---|
| 2025-09-24 | 12.8434 |
| 2025-10-01 | 12.7818 |
| 2025-10-08 | 12.7119 |
| 2025-10-15 | 12.4651 |
| 2025-10-22 | 12.4609 |
| 2025-10-29 | 12.4985 |
| 2025-11-05 | 12.3315 |
| 2025-11-12 | 12.3057 |
| 2025-11-19 | 12.2492 |
| 2025-11-26 | 12.1302 |
| 2025-12-03 | 12.1801 |
| 2025-12-11 | 12.2247 |
| 2025-12-18 | 12.0476 |
| 2025-12-25 | 12.1342 |
| 2026-01-01 | 12.1742 |
| 2026-01-08 | 12.0527 |
| 2026-01-15 | 11.9867 |
| 2026-01-22 | 11.9300 |
| 2026-01-29 | 12.0545 |
| 2026-02-05 | 11.9031 |
| 2026-02-12 | 12.0375 |
| 2026-02-19 | 11.9641 |
| 2026-02-26 | 12.0275 |
| 2026-03-05 | 11.8763 |
| 2026-03-12 | 11.8598 |
| 2026-03-19 | 11.8436 |
| 2026-03-26 | 11.8248 |
| 2026-04-02 | 11.7913 |
| 2026-04-09 | 11.8326 |
| 2026-04-16 | 11.8076 |
| 2026-04-23 | 11.8932 |
| 2026-04-30 | 11.7334 |
| 2026-05-07 | 11.7957 |
| 2026-05-15 | 11.6887 |
| 2026-05-23 | 11.6930 |
| 2026-05-30 | 11.7059 |
| 2026-06-06 | 11.6629 |
| 2026-06-15 | 11.6822 |
| 2026-06-22 | 11.6320 |
| 2026-06-29 | 11.5269 |
| 2026-07-06 | 11.4746 |
| 2026-07-13 | 11.4518 |
| 2026-07-20 | 11.3374 |
| 2026-07-27 | 11.2774 |
| 2026-08-03 | 11.2482 |
| 2026-08-10 | 11.3289 |
| 2026-08-17 | 11.4584 |
| 2026-08-25 | 11.4518 |
| 2026-09-01 | 11.4962 |
| 2026-09-08 | 11.5535 |
| 2026-09-15 | 11.4052 |
| 2026-09-22 | 11.4777 |
High
12.8434
Low
11.2482
Average
11.8819
Get this rate via the API
One GET request returns the TWD/AMD 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=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=AMD").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/AMD API questions
How do I get the TWD/AMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/AMD rate in rates.AMD.
How far back does TWD/AMD historical data go?
Daily TWD/AMD 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/AMD 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.