TWD to PKR exchange rate API
New Taiwan Dollar to Pakistan Rupee · quoted 2026-09-24
8.8262
▼ +1.21% over YTD
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 year to date, TWD/PKR traded between 8.6588 and 8.9603, averaged 8.8512 and fell 1.21%. 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 YTD: show the values
| Point | TWD/PKR |
|---|---|
| 2025-12-31 | 8.9341 |
| 2026-01-07 | 8.9201 |
| 2026-01-14 | 8.8611 |
| 2026-01-21 | 8.8614 |
| 2026-01-28 | 8.9461 |
| 2026-02-04 | 8.8733 |
| 2026-02-11 | 8.9007 |
| 2026-02-18 | 8.9265 |
| 2026-02-25 | 8.9603 |
| 2026-03-04 | 8.8533 |
| 2026-03-11 | 8.8252 |
| 2026-03-18 | 8.7994 |
| 2026-03-25 | 8.8106 |
| 2026-04-01 | 8.8046 |
| 2026-04-08 | 8.8587 |
| 2026-04-15 | 8.8898 |
| 2026-04-22 | 8.9291 |
| 2026-04-29 | 8.9028 |
| 2026-05-06 | 8.9327 |
| 2026-05-13 | 8.9218 |
| 2026-05-20 | 8.8881 |
| 2026-05-27 | 8.9527 |
| 2026-06-03 | 8.9507 |
| 2026-06-11 | 8.8801 |
| 2026-06-18 | 8.8643 |
| 2026-06-25 | 8.8329 |
| 2026-07-02 | 8.8109 |
| 2026-07-09 | 8.7431 |
| 2026-07-16 | 8.7322 |
| 2026-07-23 | 8.7045 |
| 2026-07-30 | 8.6588 |
| 2026-08-06 | 8.7179 |
| 2026-08-13 | 8.7384 |
| 2026-08-20 | 8.8146 |
| 2026-08-27 | 8.8484 |
| 2026-09-03 | 8.8534 |
| 2026-09-10 | 8.8910 |
| 2026-09-17 | 8.8060 |
| 2026-09-24 | 8.8222 |
High
8.9603
Low
8.6588
Average
8.8512
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.