Skip to content

TOP to SCR exchange rate API

Pa’anga to Seychelles Rupee · quoted 2026-09-25

6.0067

▼ +2.16% over YTD

1 TOP = 6.0067 SCR · 1 SCR = 0.16648 TOP · Get this rate via the API

1 TOP buys 6.0067 SCR as of 2026-09-25, so 1 SCR buys 0.16648 TOP. Over the year to date, TOP/SCR traded between 5.6843 and 6.4302, averaged 6.0714 and fell 2.16%. The API holds daily TOP/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/SCR over YTD

TOP/SCR over YTD: show the values
PointTOP/SCR
2025-12-316.1392
2026-01-075.8835
2026-01-146.1173
2026-01-215.9931
2026-01-286.2489
2026-02-046.4034
2026-02-116.4207
2026-02-186.1586
2026-02-256.4302
2026-03-045.8455
2026-03-115.7773
2026-03-186.0907
2026-03-256.1913
2026-04-016.2940
2026-04-085.9251
2026-04-166.1976
2026-04-235.8327
2026-04-305.9377
2026-05-075.9828
2026-05-155.9435
2026-05-235.8327
2026-05-306.0975
2026-06-065.6843
2026-06-156.0946
2026-06-226.1060
2026-06-296.1313
2026-07-066.0391
2026-07-136.1914
2026-07-205.9546
2026-07-275.9970
2026-08-036.1096
2026-08-106.1846
2026-08-176.0635
2026-08-256.1379
2026-09-016.0638
2026-09-086.0943
2026-09-156.0026
2026-09-226.1791

High

6.4302

Low

5.6843

Average

6.0714

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/SCR API questions

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

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

How far back does TOP/SCR historical data go?

Daily TOP/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 TOP/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.