Skip to content

SCR to PKR exchange rate API

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

19.7846

▲ +3.13% over YTD

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 year to date, SCR/PKR traded between 18.6683 and 20.6875, averaged 19.4614 and rose 3.13%. 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 YTD

SCR/PKR over YTD: show the values
PointSCR/PKR
2025-12-3119.1834
2026-01-0720.0217
2026-01-1419.3164
2026-01-2119.7836
2026-01-2819.1325
2026-02-0418.7610
2026-02-1118.7270
2026-02-1819.4640
2026-02-2518.6683
2026-03-0420.4687
2026-03-1120.6875
2026-03-1819.6890
2026-03-2519.3500
2026-04-0118.9313
2026-04-0820.1341
2026-04-1519.9288
2026-04-2219.1063
2026-04-2920.5780
2026-05-0620.3453
2026-05-1419.6877
2026-05-2119.5647
2026-05-2919.7405
2026-06-0520.0981
2026-06-1419.1335
2026-06-2119.0616
2026-06-2818.6935
2026-07-0519.2581
2026-07-1218.8120
2026-07-1919.0457
2026-07-2619.1748
2026-08-0218.9992
2026-08-0918.8784
2026-08-1618.9371
2026-08-2419.3369
2026-08-3119.5445
2026-09-0719.7340
2026-09-1419.7992
2026-09-2119.4320

High

20.6875

Low

18.6683

Average

19.4614

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.