Skip to content

TWD to PKR exchange rate API

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

8.8262

▲ +1.30% over 6M

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 6 months, TWD/PKR traded between 8.5760 and 8.8980, averaged 8.7577 and rose 1.30%. 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 6M

TWD/PKR over 6M: show the values
PointTWD/PKR
2026-03-288.7130
2026-04-048.7239
2026-04-118.7881
2026-04-188.8587
2026-04-258.8401
2026-05-028.8138
2026-05-098.8980
2026-05-168.8235
2026-05-238.8535
2026-05-308.8590
2026-06-068.8129
2026-06-148.8103
2026-06-218.8266
2026-06-288.7377
2026-07-058.7147
2026-07-128.6739
2026-07-198.5760
2026-07-268.5987
2026-08-028.6708
2026-08-098.6222
2026-08-168.6797
2026-08-238.7257
2026-08-308.7696
2026-09-068.7658
2026-09-138.7616
2026-09-208.7134

High

8.8980

Low

8.5760

Average

8.7577

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.