Skip to content

SCR to PHP exchange rate API

Seychelles Rupee to Philippine Peso · quoted 2026-09-25

4.4317

▲ +10.80% over 1Y

1 SCR = 4.4317 PHP · 1 PHP = 0.22565 SCR · Get this rate via the API

1 SCR buys 4.4317 PHP as of 2026-09-25, so 1 PHP buys 0.22565 SCR. Over the last year, SCR/PHP traded between 3.8434 and 4.6824, averaged 4.1788 and rose 10.80%. The API holds daily SCR/PHP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/PHP over 1Y

SCR/PHP over 1Y: show the values
PointSCR/PHP
2025-09-253.9995
2025-10-023.9495
2025-10-093.9565
2025-10-163.9673
2025-10-234.2350
2025-10-304.1484
2025-11-064.1311
2025-11-133.9853
2025-11-204.1436
2025-11-273.9842
2025-12-044.1078
2025-12-123.9261
2025-12-194.2720
2025-12-263.9728
2026-01-023.8805
2026-01-094.6824
2026-01-163.9299
2026-01-234.0599
2026-01-304.1070
2026-02-064.0789
2026-02-134.0239
2026-02-203.8434
2026-02-274.2230
2026-03-063.9625
2026-03-133.9847
2026-03-203.9774
2026-03-274.1898
2026-04-034.2109
2026-04-103.9430
2026-04-174.3662
2026-04-244.4138
2026-05-014.2099
2026-05-084.3671
2026-05-164.5318
2026-05-244.1458
2026-05-314.1744
2026-06-094.4348
2026-06-164.2216
2026-06-234.2900
2026-06-304.2458
2026-07-074.2053
2026-07-144.3134
2026-07-214.3474
2026-07-284.3949
2026-08-044.2057
2026-08-114.3250
2026-08-184.2453
2026-08-264.3460
2026-09-024.3255
2026-09-094.3739
2026-09-164.3840
2026-09-234.3024

High

4.6824

Low

3.8434

Average

4.1788

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/PHP API questions

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

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

How far back does SCR/PHP historical data go?

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