Skip to content

SCR to PEN exchange rate API

Seychelles Rupee to Sol · quoted 2026-09-24

0.23861

▼ +12.27% over 5Y

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 5 years, SCR/PEN traded between 0.22032 and 0.27439, averaged 0.24471 and fell 12.27%. 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 5Y

SCR/PEN over 5Y: show the values
PointSCR/PEN
2024-08-240.27200
2024-10-070.25787
2024-11-060.27439
2024-12-060.27350
2025-01-050.25229
2025-02-040.25614
2025-03-060.25425
2025-04-060.24860
2025-05-060.25563
2025-06-050.25419
2025-07-050.24469
2025-08-040.24567
2025-09-030.23805
2025-10-030.23791
2025-11-020.22778
2025-12-020.23308
2026-01-020.22032
2026-02-010.22530
2026-03-030.24264
2026-04-020.23676
2026-05-020.23941
2026-06-030.23241
2026-07-050.23469
2026-08-040.23245
2026-09-040.23389

High

0.27439

Low

0.22032

Average

0.24471

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.