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: show the values
| Point | TWD/PKR |
|---|---|
| 2026-08-25 | 8.8132 |
| 2026-08-26 | 8.8226 |
| 2026-08-27 | 8.8484 |
| 2026-08-28 | 8.8745 |
| 2026-08-29 | 8.7704 |
| 2026-08-30 | 8.7696 |
| 2026-08-31 | 8.8545 |
| 2026-09-01 | 8.8585 |
| 2026-09-02 | 8.8366 |
| 2026-09-03 | 8.8534 |
| 2026-09-04 | 8.8574 |
| 2026-09-05 | 8.7603 |
| 2026-09-06 | 8.7658 |
| 2026-09-07 | 8.8762 |
| 2026-09-08 | 8.9128 |
| 2026-09-09 | 8.9220 |
| 2026-09-10 | 8.8910 |
| 2026-09-11 | 8.8698 |
| 2026-09-12 | 8.7911 |
| 2026-09-13 | 8.7616 |
| 2026-09-14 | 8.8455 |
| 2026-09-15 | 8.8247 |
| 2026-09-16 | 8.8349 |
| 2026-09-17 | 8.8060 |
| 2026-09-18 | 8.8226 |
| 2026-09-19 | 8.7202 |
| 2026-09-20 | 8.7134 |
| 2026-09-21 | 8.8401 |
| 2026-09-22 | 8.8620 |
| 2026-09-23 | 8.8552 |
| 2026-09-24 | 8.8262 |
High
8.9220
Low
8.7134
Average
8.8277
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.