Skip to content

TWD to PKR exchange rate API

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

8.8262

▼ +5.45% over 1Y

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 year, TWD/PKR traded between 8.6588 and 9.3351, averaged 8.9242 and fell 5.45%. 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 1Y

TWD/PKR over 1Y: show the values
PointTWD/PKR
2025-09-249.3351
2025-10-019.3122
2025-10-089.2630
2025-10-159.2009
2025-10-229.2139
2025-10-299.2299
2025-11-059.1144
2025-11-129.1033
2025-11-199.1216
2025-11-269.0023
2025-12-039.0540
2025-12-109.0568
2025-12-178.9441
2025-12-248.9016
2025-12-318.9341
2026-01-078.9201
2026-01-148.8611
2026-01-218.8614
2026-01-288.9461
2026-02-048.8733
2026-02-118.9007
2026-02-188.9265
2026-02-258.9603
2026-03-048.8533
2026-03-118.8252
2026-03-188.7994
2026-03-258.8106
2026-04-018.8046
2026-04-088.8587
2026-04-158.8898
2026-04-228.9291
2026-04-298.9028
2026-05-068.9327
2026-05-138.9218
2026-05-208.8881
2026-05-278.9527
2026-06-038.9507
2026-06-118.8801
2026-06-188.8643
2026-06-258.8329
2026-07-028.8109
2026-07-098.7431
2026-07-168.7322
2026-07-238.7045
2026-07-308.6588
2026-08-068.7179
2026-08-138.7384
2026-08-208.8146
2026-08-278.8484
2026-09-038.8534
2026-09-108.8910
2026-09-178.8060
2026-09-248.8262

High

9.3351

Low

8.6588

Average

8.9242

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.