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: show the values
| Point | SCR/PKR |
|---|---|
| 2025-09-24 | 18.9094 |
| 2025-10-01 | 19.0294 |
| 2025-10-08 | 19.1415 |
| 2025-10-15 | 20.7115 |
| 2025-10-22 | 19.6136 |
| 2025-10-29 | 19.5916 |
| 2025-11-05 | 18.8471 |
| 2025-11-12 | 19.9486 |
| 2025-11-19 | 20.1263 |
| 2025-11-26 | 19.8532 |
| 2025-12-03 | 19.7219 |
| 2025-12-11 | 18.9553 |
| 2025-12-18 | 19.3138 |
| 2025-12-25 | 19.3786 |
| 2026-01-01 | 18.5221 |
| 2026-01-08 | 20.2167 |
| 2026-01-15 | 19.5984 |
| 2026-01-22 | 19.5665 |
| 2026-01-29 | 19.6785 |
| 2026-02-05 | 19.1208 |
| 2026-02-12 | 20.4300 |
| 2026-02-19 | 20.5219 |
| 2026-02-26 | 20.3294 |
| 2026-03-05 | 19.1084 |
| 2026-03-12 | 18.9622 |
| 2026-03-19 | 18.4793 |
| 2026-03-26 | 20.2191 |
| 2026-04-02 | 19.3422 |
| 2026-04-09 | 19.8024 |
| 2026-04-16 | 19.5578 |
| 2026-04-23 | 20.5386 |
| 2026-04-30 | 20.4195 |
| 2026-05-07 | 20.1736 |
| 2026-05-15 | 20.5643 |
| 2026-05-23 | 20.2431 |
| 2026-05-30 | 19.1806 |
| 2026-06-06 | 20.5820 |
| 2026-06-15 | 19.5982 |
| 2026-06-22 | 19.5621 |
| 2026-06-29 | 19.3634 |
| 2026-07-06 | 19.6800 |
| 2026-07-13 | 19.2125 |
| 2026-07-20 | 20.0727 |
| 2026-07-27 | 19.9252 |
| 2026-08-03 | 19.4950 |
| 2026-08-10 | 19.3460 |
| 2026-08-17 | 19.7606 |
| 2026-08-25 | 19.6232 |
| 2026-09-01 | 19.7849 |
| 2026-09-08 | 19.7138 |
| 2026-09-15 | 19.8463 |
| 2026-09-22 | 19.4867 |
High
20.7115
Low
18.4793
Average
19.6708
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.