Skip to content

TWD to PKR exchange rate API

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

8.8262

▲ +0.15% over 30D

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 30 days, TWD/PKR traded between 8.7134 and 8.9220, averaged 8.8277 and rose 0.15%. 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 30D

TWD/PKR over 30D: show the values
PointTWD/PKR
2026-08-258.8132
2026-08-268.8226
2026-08-278.8484
2026-08-288.8745
2026-08-298.7704
2026-08-308.7696
2026-08-318.8545
2026-09-018.8585
2026-09-028.8366
2026-09-038.8534
2026-09-048.8574
2026-09-058.7603
2026-09-068.7658
2026-09-078.8762
2026-09-088.9128
2026-09-098.9220
2026-09-108.8910
2026-09-118.8698
2026-09-128.7911
2026-09-138.7616
2026-09-148.8455
2026-09-158.8247
2026-09-168.8349
2026-09-178.8060
2026-09-188.8226
2026-09-198.7202
2026-09-208.7134
2026-09-218.8401
2026-09-228.8620
2026-09-238.8552
2026-09-248.8262

High

8.9220

Low

8.7134

Average

8.8277

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.