TOP to PKR exchange rate API
Pa’anga to Pakistan Rupee · quoted 2026-09-26
115.0208
▼ +2.33% over YTD
1 TOP = 115.0208 PKR · 1 PKR = 0.008694 TOP · Get this rate via the API
1 TOP buys 115.0208 PKR as of 2026-09-26, so 1 PKR buys 0.008694 TOP. Over the year to date, TOP/PKR traded between 115.0208 and 121.3143, averaged 119.5433 and fell 2.33%. The API holds daily TOP/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/PKR over YTD: show the values
| Point | TOP/PKR |
|---|---|
| 2025-12-31 | 117.7702 |
| 2026-01-07 | 117.7986 |
| 2026-01-14 | 118.1644 |
| 2026-01-21 | 118.5643 |
| 2026-01-28 | 119.5564 |
| 2026-02-04 | 120.1341 |
| 2026-02-11 | 120.2416 |
| 2026-02-18 | 119.8704 |
| 2026-02-25 | 120.0417 |
| 2026-03-04 | 119.6503 |
| 2026-03-11 | 119.5172 |
| 2026-03-18 | 119.9190 |
| 2026-03-25 | 119.8015 |
| 2026-04-01 | 119.1544 |
| 2026-04-08 | 119.2963 |
| 2026-04-16 | 121.2106 |
| 2026-04-23 | 119.7961 |
| 2026-04-30 | 121.2452 |
| 2026-05-07 | 120.6948 |
| 2026-05-14 | 121.3143 |
| 2026-05-21 | 120.8993 |
| 2026-05-28 | 120.4998 |
| 2026-06-04 | 119.8766 |
| 2026-06-11 | 118.8971 |
| 2026-06-18 | 120.9120 |
| 2026-06-25 | 118.7531 |
| 2026-07-02 | 118.6640 |
| 2026-07-09 | 118.7057 |
| 2026-07-16 | 119.5691 |
| 2026-07-23 | 119.9988 |
| 2026-07-30 | 119.4464 |
| 2026-08-06 | 119.0505 |
| 2026-08-13 | 119.2305 |
| 2026-08-20 | 119.9169 |
| 2026-08-27 | 120.1890 |
| 2026-09-03 | 120.1031 |
| 2026-09-10 | 120.0010 |
| 2026-09-17 | 119.3304 |
| 2026-09-24 | 118.9276 |
High
121.3143
Low
115.0208
Average
119.5433
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=PKR").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/PKR API questions
How do I get the TOP/PKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/PKR rate in rates.PKR.
How far back does TOP/PKR historical data go?
Daily TOP/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 TOP/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.