Skip to content

TWD to PKR exchange rate API

New Taiwan Dollar to Pakistan Rupee · quoted 2026-09-24

8.8262

▲ +44.18% over 5Y

1 TWD = 8.8262 PKR · 1 PKR = 0.11330 TWD · Get this rate via the API

1 TWD buys 8.8262 PKR as of 2026-09-24, so 1 PKR buys 0.11330 TWD. Over the last 5 years, TWD/PKR traded between 6.1152 and 9.7575, averaged 8.4122 and rose 44.18%. The API holds daily TWD/PKR rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/PKR over 5Y

TWD/PKR over 5Y: show the values
PointTWD/PKR
2021-09-276.1215
2021-11-086.1152
2021-12-206.3877
2022-02-016.3488
2022-03-156.2850
2022-04-296.3046
2022-06-156.9744
2022-07-277.8779
2022-09-077.2634
2022-10-196.8705
2022-11-307.2871
2023-01-127.5169
2023-02-238.5938
2023-04-119.4648
2023-05-269.2746
2023-07-108.8054
2023-08-219.3370
2023-10-028.8919
2023-11-138.7724
2023-12-279.1246
2024-02-088.8991
2024-03-218.7328
2024-05-088.5842
2024-06-248.6062
2024-08-058.5408
2024-09-138.7595
2024-10-168.6675
2024-11-158.5886
2024-12-158.5811
2025-01-148.4702
2025-02-138.5597
2025-03-158.4983
2025-04-148.6988
2025-05-149.3561
2025-06-139.6370
2025-07-139.7575
2025-08-129.5085
2025-09-119.3518
2025-10-119.1536
2025-11-109.1155
2025-12-109.0568
2026-01-098.8768
2026-02-088.8558
2026-03-108.8292
2026-04-098.8462
2026-05-098.8980
2026-06-098.9080
2026-07-098.7431
2026-08-088.6209
2026-09-078.8762

High

9.7575

Low

6.1152

Average

8.4122

For developers

Get this rate via the API

One GET request returns the TWD/PKR 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=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=PKR");
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=PKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/PKR API questions

How do I get the TWD/PKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/PKR rate in rates.PKR.

How far back does TWD/PKR historical data go?

Daily TWD/PKR rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TWD/PKR 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.