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: show the values
| Point | SCR/PKR |
|---|---|
| 2025-12-31 | 19.1834 |
| 2026-01-07 | 20.0217 |
| 2026-01-14 | 19.3164 |
| 2026-01-21 | 19.7836 |
| 2026-01-28 | 19.1325 |
| 2026-02-04 | 18.7610 |
| 2026-02-11 | 18.7270 |
| 2026-02-18 | 19.4640 |
| 2026-02-25 | 18.6683 |
| 2026-03-04 | 20.4687 |
| 2026-03-11 | 20.6875 |
| 2026-03-18 | 19.6890 |
| 2026-03-25 | 19.3500 |
| 2026-04-01 | 18.9313 |
| 2026-04-08 | 20.1341 |
| 2026-04-15 | 19.9288 |
| 2026-04-22 | 19.1063 |
| 2026-04-29 | 20.5780 |
| 2026-05-06 | 20.3453 |
| 2026-05-14 | 19.6877 |
| 2026-05-21 | 19.5647 |
| 2026-05-29 | 19.7405 |
| 2026-06-05 | 20.0981 |
| 2026-06-14 | 19.1335 |
| 2026-06-21 | 19.0616 |
| 2026-06-28 | 18.6935 |
| 2026-07-05 | 19.2581 |
| 2026-07-12 | 18.8120 |
| 2026-07-19 | 19.0457 |
| 2026-07-26 | 19.1748 |
| 2026-08-02 | 18.9992 |
| 2026-08-09 | 18.8784 |
| 2026-08-16 | 18.9371 |
| 2026-08-24 | 19.3369 |
| 2026-08-31 | 19.5445 |
| 2026-09-07 | 19.7340 |
| 2026-09-14 | 19.7992 |
| 2026-09-21 | 19.4320 |
High
20.6875
Low
18.6683
Average
19.4614
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.