Skip to content

SCR to PKR exchange rate API

Seychelles Rupee to Pakistan Rupee · quoted 2026-09-24

19.7846

▲ +4.63% over 1Y

1 SCR = 19.7846 PKR · 1 PKR = 0.05054 SCR · Get this rate via the API

1 SCR buys 19.7846 PKR as of 2026-09-24, so 1 PKR buys 0.05054 SCR. Over the last year, SCR/PKR traded between 18.4793 and 20.7115, averaged 19.6708 and rose 4.63%. The API holds daily SCR/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/PKR over 1Y

SCR/PKR over 1Y: show the values
PointSCR/PKR
2025-09-2418.9094
2025-10-0119.0294
2025-10-0819.1415
2025-10-1520.7115
2025-10-2219.6136
2025-10-2919.5916
2025-11-0518.8471
2025-11-1219.9486
2025-11-1920.1263
2025-11-2619.8532
2025-12-0319.7219
2025-12-1118.9553
2025-12-1819.3138
2025-12-2519.3786
2026-01-0118.5221
2026-01-0820.2167
2026-01-1519.5984
2026-01-2219.5665
2026-01-2919.6785
2026-02-0519.1208
2026-02-1220.4300
2026-02-1920.5219
2026-02-2620.3294
2026-03-0519.1084
2026-03-1218.9622
2026-03-1918.4793
2026-03-2620.2191
2026-04-0219.3422
2026-04-0919.8024
2026-04-1619.5578
2026-04-2320.5386
2026-04-3020.4195
2026-05-0720.1736
2026-05-1520.5643
2026-05-2320.2431
2026-05-3019.1806
2026-06-0620.5820
2026-06-1519.5982
2026-06-2219.5621
2026-06-2919.3634
2026-07-0619.6800
2026-07-1319.2125
2026-07-2020.0727
2026-07-2719.9252
2026-08-0319.4950
2026-08-1019.3460
2026-08-1719.7606
2026-08-2519.6232
2026-09-0119.7849
2026-09-0819.7138
2026-09-1519.8463
2026-09-2219.4867

High

20.7115

Low

18.4793

Average

19.6708

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/PKR API questions

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

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

How far back does SCR/PKR historical data go?

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