Skip to content

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

TND/PKR over 1Y: show the values
PointTND/PKR
2025-09-2595.9127
2025-10-0296.0790
2025-10-0996.1614
2025-10-1696.6387
2025-10-2396.3674
2025-10-3096.5327
2025-11-0695.5691
2025-11-1395.8825
2025-11-2095.3478
2025-11-2795.8900
2025-12-0497.0289
2025-12-1296.0779
2025-12-1997.8328
2025-12-2696.9984
2026-01-0298.4051
2026-01-0996.7498
2026-01-1696.8452
2026-01-2397.5829
2026-01-3098.6687
2026-02-0697.8411
2026-02-1398.4467
2026-02-2097.6174
2026-02-2797.9129
2026-03-0696.6982
2026-03-1395.7462
2026-03-2096.2543
2026-03-2796.0789
2026-04-0395.9438
2026-04-1097.5297
2026-04-1797.4532
2026-04-2497.5646
2026-05-0197.6244
2026-05-0896.6452
2026-05-1695.8549
2026-05-2495.9749
2026-05-3196.3688
2026-06-0996.1813
2026-06-1696.4006
2026-06-2395.6249
2026-06-3095.3558
2026-07-0795.3878
2026-07-1495.2389
2026-07-2195.4125
2026-07-2894.7874
2026-08-0495.7577
2026-08-1196.0348
2026-08-1896.3279
2026-08-2696.8899
2026-09-0296.1694
2026-09-0996.8389
2026-09-1696.2803
2026-09-2395.1511

High

98.6687

Low

94.7874

Average

96.4715

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=PKR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=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&currencies=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.