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: show the values
| Point | TWD/PKR |
|---|---|
| 2026-03-28 | 8.7130 |
| 2026-04-04 | 8.7239 |
| 2026-04-11 | 8.7881 |
| 2026-04-18 | 8.8587 |
| 2026-04-25 | 8.8401 |
| 2026-05-02 | 8.8138 |
| 2026-05-09 | 8.8980 |
| 2026-05-16 | 8.8235 |
| 2026-05-23 | 8.8535 |
| 2026-05-30 | 8.8590 |
| 2026-06-06 | 8.8129 |
| 2026-06-14 | 8.8103 |
| 2026-06-21 | 8.8266 |
| 2026-06-28 | 8.7377 |
| 2026-07-05 | 8.7147 |
| 2026-07-12 | 8.6739 |
| 2026-07-19 | 8.5760 |
| 2026-07-26 | 8.5987 |
| 2026-08-02 | 8.6708 |
| 2026-08-09 | 8.6222 |
| 2026-08-16 | 8.6797 |
| 2026-08-23 | 8.7257 |
| 2026-08-30 | 8.7696 |
| 2026-09-06 | 8.7658 |
| 2026-09-13 | 8.7616 |
| 2026-09-20 | 8.7134 |
High
8.8980
Low
8.5760
Average
8.7577
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.