TND to PKR exchange rate API
Tunisian Dinar to Pakistan Rupee · quoted 2026-09-25
95.0239
▼ +0.93% over 1Y
1 TND = 95.0239 PKR · 1 PKR = 0.01052 TND · Get this rate via the API
1 TND buys 95.0239 PKR as of 2026-09-25, so 1 PKR buys 0.01052 TND. Over the last year, TND/PKR traded between 94.7874 and 98.6687, averaged 96.4715 and fell 0.93%. The API holds daily TND/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/PKR over 1Y: show the values
| Point | TND/PKR |
|---|---|
| 2025-09-25 | 95.9127 |
| 2025-10-02 | 96.0790 |
| 2025-10-09 | 96.1614 |
| 2025-10-16 | 96.6387 |
| 2025-10-23 | 96.3674 |
| 2025-10-30 | 96.5327 |
| 2025-11-06 | 95.5691 |
| 2025-11-13 | 95.8825 |
| 2025-11-20 | 95.3478 |
| 2025-11-27 | 95.8900 |
| 2025-12-04 | 97.0289 |
| 2025-12-12 | 96.0779 |
| 2025-12-19 | 97.8328 |
| 2025-12-26 | 96.9984 |
| 2026-01-02 | 98.4051 |
| 2026-01-09 | 96.7498 |
| 2026-01-16 | 96.8452 |
| 2026-01-23 | 97.5829 |
| 2026-01-30 | 98.6687 |
| 2026-02-06 | 97.8411 |
| 2026-02-13 | 98.4467 |
| 2026-02-20 | 97.6174 |
| 2026-02-27 | 97.9129 |
| 2026-03-06 | 96.6982 |
| 2026-03-13 | 95.7462 |
| 2026-03-20 | 96.2543 |
| 2026-03-27 | 96.0789 |
| 2026-04-03 | 95.9438 |
| 2026-04-10 | 97.5297 |
| 2026-04-17 | 97.4532 |
| 2026-04-24 | 97.5646 |
| 2026-05-01 | 97.6244 |
| 2026-05-08 | 96.6452 |
| 2026-05-16 | 95.8549 |
| 2026-05-24 | 95.9749 |
| 2026-05-31 | 96.3688 |
| 2026-06-09 | 96.1813 |
| 2026-06-16 | 96.4006 |
| 2026-06-23 | 95.6249 |
| 2026-06-30 | 95.3558 |
| 2026-07-07 | 95.3878 |
| 2026-07-14 | 95.2389 |
| 2026-07-21 | 95.4125 |
| 2026-07-28 | 94.7874 |
| 2026-08-04 | 95.7577 |
| 2026-08-11 | 96.0348 |
| 2026-08-18 | 96.3279 |
| 2026-08-26 | 96.8899 |
| 2026-09-02 | 96.1694 |
| 2026-09-09 | 96.8389 |
| 2026-09-16 | 96.2803 |
| 2026-09-23 | 95.1511 |
High
98.6687
Low
94.7874
Average
96.4715
Get this rate via the API
One GET request returns the TND/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=TND¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=PKR").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/PKR API questions
How do I get the TND/PKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/PKR rate in rates.PKR.
How far back does TND/PKR historical data go?
Daily TND/PKR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free TND/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.