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: show the values
| Point | TWD/PKR |
|---|---|
| 2021-09-27 | 6.1215 |
| 2021-11-08 | 6.1152 |
| 2021-12-20 | 6.3877 |
| 2022-02-01 | 6.3488 |
| 2022-03-15 | 6.2850 |
| 2022-04-29 | 6.3046 |
| 2022-06-15 | 6.9744 |
| 2022-07-27 | 7.8779 |
| 2022-09-07 | 7.2634 |
| 2022-10-19 | 6.8705 |
| 2022-11-30 | 7.2871 |
| 2023-01-12 | 7.5169 |
| 2023-02-23 | 8.5938 |
| 2023-04-11 | 9.4648 |
| 2023-05-26 | 9.2746 |
| 2023-07-10 | 8.8054 |
| 2023-08-21 | 9.3370 |
| 2023-10-02 | 8.8919 |
| 2023-11-13 | 8.7724 |
| 2023-12-27 | 9.1246 |
| 2024-02-08 | 8.8991 |
| 2024-03-21 | 8.7328 |
| 2024-05-08 | 8.5842 |
| 2024-06-24 | 8.6062 |
| 2024-08-05 | 8.5408 |
| 2024-09-13 | 8.7595 |
| 2024-10-16 | 8.6675 |
| 2024-11-15 | 8.5886 |
| 2024-12-15 | 8.5811 |
| 2025-01-14 | 8.4702 |
| 2025-02-13 | 8.5597 |
| 2025-03-15 | 8.4983 |
| 2025-04-14 | 8.6988 |
| 2025-05-14 | 9.3561 |
| 2025-06-13 | 9.6370 |
| 2025-07-13 | 9.7575 |
| 2025-08-12 | 9.5085 |
| 2025-09-11 | 9.3518 |
| 2025-10-11 | 9.1536 |
| 2025-11-10 | 9.1155 |
| 2025-12-10 | 9.0568 |
| 2026-01-09 | 8.8768 |
| 2026-02-08 | 8.8558 |
| 2026-03-10 | 8.8292 |
| 2026-04-09 | 8.8462 |
| 2026-05-09 | 8.8980 |
| 2026-06-09 | 8.9080 |
| 2026-07-09 | 8.7431 |
| 2026-08-08 | 8.6209 |
| 2026-09-07 | 8.8762 |
High
9.7575
Low
6.1152
Average
8.4122
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.