Skip to content

TWD to AFN exchange rate API

New Taiwan Dollar to Afghani · quoted 2026-09-24

2.0104

▼ +3.80% over YTD

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 year to date, TWD/AFN traded between 1.9704 and 2.1023, averaged 2.0337 and fell 3.80%. 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 YTD

TWD/AFN over YTD: show the values
PointTWD/AFN
2025-12-312.0898
2026-01-072.1023
2026-01-142.0874
2026-01-212.0719
2026-01-282.0977
2026-02-042.0868
2026-02-112.0613
2026-02-181.9893
2026-02-252.0217
2026-03-041.9716
2026-03-111.9829
2026-03-181.9773
2026-03-251.9704
2026-04-011.9892
2026-04-082.0449
2026-04-152.0230
2026-04-222.0001
2026-04-291.9946
2026-05-062.0170
2026-05-142.0299
2026-05-211.9905
2026-05-292.0059
2026-06-052.0127
2026-06-142.0352
2026-06-212.0369
2026-06-282.0291
2026-07-052.0562
2026-07-122.0428
2026-07-192.0345
2026-07-262.0416
2026-08-022.0376
2026-08-092.0418
2026-08-162.0423
2026-08-242.0582
2026-08-312.0640
2026-09-072.0896
2026-09-142.0306
2026-09-212.0448

High

2.1023

Low

1.9704

Average

2.0337

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.