TND to PKR exchange rate API
Tunisian Dinar to Pakistan Rupee · quoted 2026-09-25
95.0239
▼ +1.93% over 30D
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 30 days, TND/PKR traded between 94.2464 and 97.3467, averaged 95.9090 and fell 1.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 30D: show the values
| Point | TND/PKR |
|---|---|
| 2026-08-26 | 96.8899 |
| 2026-08-27 | 96.6947 |
| 2026-08-28 | 96.6412 |
| 2026-08-29 | 95.0258 |
| 2026-08-30 | 95.1717 |
| 2026-08-31 | 97.3467 |
| 2026-09-01 | 96.3782 |
| 2026-09-02 | 96.1694 |
| 2026-09-03 | 96.3938 |
| 2026-09-04 | 96.5969 |
| 2026-09-05 | 95.4843 |
| 2026-09-06 | 95.2658 |
| 2026-09-07 | 96.1130 |
| 2026-09-08 | 96.7592 |
| 2026-09-09 | 96.8389 |
| 2026-09-10 | 96.7789 |
| 2026-09-11 | 96.5586 |
| 2026-09-12 | 95.8338 |
| 2026-09-13 | 95.7736 |
| 2026-09-14 | 96.9046 |
| 2026-09-15 | 95.7607 |
| 2026-09-16 | 96.2803 |
| 2026-09-17 | 95.7726 |
| 2026-09-18 | 96.3824 |
| 2026-09-19 | 94.3068 |
| 2026-09-20 | 94.2464 |
| 2026-09-21 | 95.3161 |
| 2026-09-22 | 95.3294 |
| 2026-09-23 | 95.1511 |
| 2026-09-24 | 95.0086 |
| 2026-09-25 | 94.8892 |
High
97.3467
Low
94.2464
Average
95.9090
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.