Skip to content

PAB to SCR exchange rate API

Balboa to Seychelles Rupee · quoted 2026-09-25

14.3332

▲ +4.13% over 5Y

1 PAB = 14.3332 SCR · 1 SCR = 0.06977 PAB · Get this rate via the API

1 PAB buys 14.3332 SCR as of 2026-09-25, so 1 SCR buys 0.06977 PAB. Over the last 5 years, PAB/SCR traded between 13.5301 and 14.9694, averaged 14.3848 and rose 4.13%. The API holds daily PAB/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/SCR over 5Y

PAB/SCR over 5Y: show the values
PointPAB/SCR
2024-08-2413.7651
2024-10-0714.4385
2024-11-0613.7430
2024-12-0613.7078
2025-01-0514.9083
2025-02-0414.4873
2025-03-0614.3722
2025-04-0614.7968
2025-05-0614.3231
2025-06-0714.4837
2025-07-0714.1166
2025-08-0614.3953
2025-09-0514.3937
2025-10-0614.4913
2025-11-0514.9694
2025-12-0513.9592
2026-01-0514.8912
2026-02-0414.9402
2026-03-0614.9585
2026-04-0514.8373
2026-05-0513.8451
2026-06-0613.5301
2026-07-0814.6154
2026-08-0714.4966
2026-09-0714.2067

High

14.9694

Low

13.5301

Average

14.3848

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=SCR").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/SCR API questions

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

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

How far back does PAB/SCR historical data go?

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