PAB to SCR exchange rate API
Balboa to Seychelles Rupee · quoted 2026-09-25
14.3332
▼ +4.33% over 6M
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 6 months, PAB/SCR traded between 13.2540 and 15.2079, averaged 14.3251 and fell 4.33%. 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 6M: show the values
| Point | PAB/SCR |
|---|---|
| 2026-03-29 | 14.9821 |
| 2026-04-05 | 14.8373 |
| 2026-04-12 | 15.2079 |
| 2026-04-19 | 15.0326 |
| 2026-04-26 | 14.8227 |
| 2026-05-03 | 13.7436 |
| 2026-05-10 | 14.9142 |
| 2026-05-18 | 13.5627 |
| 2026-05-26 | 14.2529 |
| 2026-06-02 | 13.9983 |
| 2026-06-11 | 14.0725 |
| 2026-06-18 | 14.6360 |
| 2026-06-25 | 14.6110 |
| 2026-07-02 | 13.2540 |
| 2026-07-09 | 14.5927 |
| 2026-07-16 | 14.0591 |
| 2026-07-23 | 14.1360 |
| 2026-07-30 | 14.4301 |
| 2026-08-06 | 14.2036 |
| 2026-08-13 | 14.1903 |
| 2026-08-21 | 14.0426 |
| 2026-08-28 | 14.0164 |
| 2026-09-04 | 14.3061 |
| 2026-09-11 | 14.3306 |
| 2026-09-18 | 13.8747 |
| 2026-09-25 | 14.3332 |
High
15.2079
Low
13.2540
Average
14.3251
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.