TOP to SCR exchange rate API
Pa’anga to Seychelles Rupee · quoted 2026-09-25
5.9500
▼ +3.08% over YTD
1 TOP = 5.9500 SCR · 1 SCR = 0.16807 TOP · Get this rate via the API
1 TOP buys 5.9500 SCR as of 2026-09-25, so 1 SCR buys 0.16807 TOP. Over the year to date, TOP/SCR traded between 5.6843 and 6.4302, averaged 6.0699 and fell 3.08%. 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: show the values
| Point | TOP/SCR |
|---|---|
| 2025-12-31 | 6.1392 |
| 2026-01-07 | 5.8835 |
| 2026-01-14 | 6.1173 |
| 2026-01-21 | 5.9931 |
| 2026-01-28 | 6.2489 |
| 2026-02-04 | 6.4034 |
| 2026-02-11 | 6.4207 |
| 2026-02-18 | 6.1586 |
| 2026-02-25 | 6.4302 |
| 2026-03-04 | 5.8455 |
| 2026-03-11 | 5.7773 |
| 2026-03-18 | 6.0907 |
| 2026-03-25 | 6.1913 |
| 2026-04-01 | 6.2940 |
| 2026-04-08 | 5.9251 |
| 2026-04-16 | 6.1976 |
| 2026-04-23 | 5.8327 |
| 2026-04-30 | 5.9377 |
| 2026-05-07 | 5.9828 |
| 2026-05-15 | 5.9435 |
| 2026-05-23 | 5.8327 |
| 2026-05-30 | 6.0975 |
| 2026-06-06 | 5.6843 |
| 2026-06-15 | 6.0946 |
| 2026-06-22 | 6.1060 |
| 2026-06-29 | 6.1313 |
| 2026-07-06 | 6.0391 |
| 2026-07-13 | 6.1914 |
| 2026-07-20 | 5.9546 |
| 2026-07-27 | 5.9970 |
| 2026-08-03 | 6.1096 |
| 2026-08-10 | 6.1846 |
| 2026-08-17 | 6.0635 |
| 2026-08-25 | 6.1379 |
| 2026-09-01 | 6.0638 |
| 2026-09-08 | 6.0943 |
| 2026-09-15 | 6.0026 |
| 2026-09-22 | 6.1791 |
High
6.4302
Low
5.6843
Average
6.0699
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.