TWD to AFN exchange rate API
New Taiwan Dollar to Afghani · quoted 2026-09-24
2.0104
▼ +12.94% over 1Y
1 TWD = 2.0104 AFN · 1 AFN = 0.49740 TWD · Get this rate via the API
1 TWD buys 2.0104 AFN as of 2026-09-24, so 1 AFN buys 0.49740 TWD. Over the last year, TWD/AFN traded between 1.9561 and 2.3093, averaged 2.0598 and fell 12.94%. The API holds daily TWD/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/AFN over 1Y: show the values
| Point | TWD/AFN |
|---|---|
| 2025-09-24 | 2.3093 |
| 2025-10-01 | 2.2562 |
| 2025-10-08 | 2.2210 |
| 2025-10-15 | 2.1628 |
| 2025-10-22 | 2.1605 |
| 2025-10-29 | 2.1480 |
| 2025-11-05 | 2.1474 |
| 2025-11-12 | 2.1384 |
| 2025-11-19 | 2.1278 |
| 2025-11-26 | 2.1094 |
| 2025-12-03 | 2.1211 |
| 2025-12-11 | 2.1118 |
| 2025-12-18 | 2.0976 |
| 2025-12-25 | 2.0793 |
| 2026-01-01 | 2.0911 |
| 2026-01-08 | 2.0903 |
| 2026-01-15 | 2.0715 |
| 2026-01-22 | 2.0715 |
| 2026-01-29 | 2.0749 |
| 2026-02-05 | 2.0829 |
| 2026-02-12 | 2.0552 |
| 2026-02-19 | 1.9733 |
| 2026-02-26 | 2.0160 |
| 2026-03-05 | 1.9833 |
| 2026-03-12 | 1.9615 |
| 2026-03-19 | 2.0024 |
| 2026-03-26 | 1.9561 |
| 2026-04-02 | 1.9876 |
| 2026-04-09 | 2.0124 |
| 2026-04-16 | 2.0283 |
| 2026-04-23 | 2.0133 |
| 2026-04-30 | 1.9914 |
| 2026-05-07 | 2.0403 |
| 2026-05-15 | 1.9808 |
| 2026-05-23 | 1.9953 |
| 2026-05-30 | 1.9718 |
| 2026-06-06 | 2.0213 |
| 2026-06-15 | 1.9866 |
| 2026-06-22 | 2.0078 |
| 2026-06-29 | 2.0004 |
| 2026-07-06 | 1.9826 |
| 2026-07-13 | 2.0155 |
| 2026-07-20 | 2.0378 |
| 2026-07-27 | 2.0547 |
| 2026-08-03 | 2.0214 |
| 2026-08-10 | 2.0325 |
| 2026-08-17 | 2.0546 |
| 2026-08-25 | 2.0521 |
| 2026-09-01 | 2.0834 |
| 2026-09-08 | 2.0781 |
| 2026-09-15 | 2.0401 |
| 2026-09-22 | 2.0459 |
High
2.3093
Low
1.9561
Average
2.0598
Get this rate via the API
One GET request returns the TWD/AFN 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=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/AFN API questions
How do I get the TWD/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/AFN rate in rates.AFN.
How far back does TWD/AFN historical data go?
Daily TWD/AFN 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/AFN 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.