Skip to content

SCR to PEN exchange rate API

Seychelles Rupee to Sol · quoted 2026-09-24

0.23861

▼ +4.36% over 1Y

1 SCR = 0.23861 PEN · 1 PEN = 4.1909 SCR · Get this rate via the API

1 SCR buys 0.23861 PEN as of 2026-09-24, so 1 PEN buys 4.1909 SCR. Over the last year, SCR/PEN traded between 0.22217 and 0.25655, averaged 0.23729 and fell 4.36%. The API holds daily SCR/PEN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/PEN over 1Y

SCR/PEN over 1Y: show the values
PointSCR/PEN
2025-09-240.24950
2025-10-010.23583
2025-10-080.23546
2025-10-150.24901
2025-10-220.23433
2025-10-290.23398
2025-11-050.22398
2025-11-120.23632
2025-11-190.23785
2025-11-260.23530
2025-12-030.23274
2025-12-110.23552
2025-12-180.22870
2025-12-250.23284
2026-01-010.22217
2026-01-080.24044
2026-01-150.23354
2026-01-220.23275
2026-01-290.23321
2026-02-050.22846
2026-02-120.24287
2026-02-190.24477
2026-02-260.24180
2026-03-050.23276
2026-03-120.23167
2026-03-190.22628
2026-03-260.24809
2026-04-020.23676
2026-04-090.23712
2026-04-160.23768
2026-04-230.25169
2026-04-300.25419
2026-05-070.24670
2026-05-150.24957
2026-05-230.24861
2026-05-300.23406
2026-06-060.25655
2026-06-150.23456
2026-06-220.23424
2026-06-290.23362
2026-07-060.23705
2026-07-130.23129
2026-07-200.24163
2026-07-270.23986
2026-08-030.23449
2026-08-100.23115
2026-08-170.23510
2026-08-250.23217
2026-09-010.23576
2026-09-080.23426
2026-09-150.23735
2026-09-220.23199

High

0.25655

Low

0.22217

Average

0.23729

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/PEN API questions

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

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

How far back does SCR/PEN historical data go?

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