Skip to content

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

TWD/AFN over 1Y: show the values
PointTWD/AFN
2025-09-242.3093
2025-10-012.2562
2025-10-082.2210
2025-10-152.1628
2025-10-222.1605
2025-10-292.1480
2025-11-052.1474
2025-11-122.1384
2025-11-192.1278
2025-11-262.1094
2025-12-032.1211
2025-12-112.1118
2025-12-182.0976
2025-12-252.0793
2026-01-012.0911
2026-01-082.0903
2026-01-152.0715
2026-01-222.0715
2026-01-292.0749
2026-02-052.0829
2026-02-122.0552
2026-02-191.9733
2026-02-262.0160
2026-03-051.9833
2026-03-121.9615
2026-03-192.0024
2026-03-261.9561
2026-04-021.9876
2026-04-092.0124
2026-04-162.0283
2026-04-232.0133
2026-04-301.9914
2026-05-072.0403
2026-05-151.9808
2026-05-231.9953
2026-05-301.9718
2026-06-062.0213
2026-06-151.9866
2026-06-222.0078
2026-06-292.0004
2026-07-061.9826
2026-07-132.0155
2026-07-202.0378
2026-07-272.0547
2026-08-032.0214
2026-08-102.0325
2026-08-172.0546
2026-08-252.0521
2026-09-012.0834
2026-09-082.0781
2026-09-152.0401
2026-09-222.0459

High

2.3093

Low

1.9561

Average

2.0598

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=AFN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=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&currencies=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.