Skip to content

RSD to PKR exchange rate API

Serbian Dinar to Pakistan Rupee · quoted 2026-09-26

2.7205

▼ +1.92% over 1Y

1 RSD = 2.7205 PKR · 1 PKR = 0.36758 RSD · Get this rate via the API

1 RSD buys 2.7205 PKR as of 2026-09-26, so 1 PKR buys 0.36758 RSD. Over the last year, RSD/PKR traded between 2.7203 and 2.8295, averaged 2.7776 and fell 1.92%. The API holds daily RSD/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/PKR over 1Y

RSD/PKR over 1Y: show the values
PointRSD/PKR
2025-09-262.7737
2025-10-032.7879
2025-10-102.7953
2025-10-172.8166
2025-10-242.8026
2025-10-312.7880
2025-11-072.7811
2025-11-142.8029
2025-11-212.7794
2025-11-282.8085
2025-12-052.7872
2025-12-132.8041
2025-12-202.7993
2025-12-272.8130
2026-01-032.8001
2026-01-102.7767
2026-01-172.7675
2026-01-242.8154
2026-01-312.8295
2026-02-072.8138
2026-02-142.8229
2026-02-212.8077
2026-02-282.8139
2026-03-072.7707
2026-03-142.7228
2026-03-212.7521
2026-03-282.7422
2026-04-042.7429
2026-04-112.7857
2026-04-182.8063
2026-04-252.7786
2026-05-022.7873
2026-05-092.8013
2026-05-172.7721
2026-05-252.7807
2026-06-012.7916
2026-06-102.7670
2026-06-172.7806
2026-06-242.7225
2026-07-012.7324
2026-07-082.7356
2026-07-152.7414
2026-07-222.7328
2026-07-292.7275
2026-08-052.7625
2026-08-122.7623
2026-08-202.7970
2026-08-272.7863
2026-09-032.7752
2026-09-102.7844
2026-09-172.7456
2026-09-242.7203

High

2.8295

Low

2.7203

Average

2.7776

For developers

Get this rate via the API

One GET request returns the RSD/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=RSD&currencies=PKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&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=RSD&currencies=PKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

RSD/PKR API questions

How do I get the RSD/PKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=PKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/PKR rate in rates.PKR.

How far back does RSD/PKR historical data go?

Daily RSD/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 RSD/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.