Skip to content

SCR to GMD exchange rate API

Seychelles Rupee to Dalasi · quoted 2026-09-24

5.2137

▲ +3.34% over YTD

1 SCR = 5.2137 GMD · 1 GMD = 0.19180 SCR · Get this rate via the API

1 SCR buys 5.2137 GMD as of 2026-09-24, so 1 GMD buys 0.19180 SCR. Over the year to date, SCR/GMD traded between 4.9186 and 5.4233, averaged 5.1348 and rose 3.34%. The API holds daily SCR/GMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/GMD over YTD

SCR/GMD over YTD: show the values
PointSCR/GMD
2025-12-315.0450
2026-01-075.2651
2026-01-145.0861
2026-01-215.2066
2026-01-285.0674
2026-02-044.9275
2026-02-114.9292
2026-02-185.1214
2026-02-254.9186
2026-03-045.3709
2026-03-115.4233
2026-03-185.1928
2026-03-255.0928
2026-04-014.9776
2026-04-085.3040
2026-04-155.2091
2026-04-224.9931
2026-04-295.3779
2026-05-065.2815
2026-05-145.1557
2026-05-215.1181
2026-05-295.1692
2026-06-055.2373
2026-06-145.0703
2026-06-215.0867
2026-06-284.9844
2026-07-055.1181
2026-07-125.0303
2026-07-195.0732
2026-07-265.1588
2026-08-025.0906
2026-08-095.0313
2026-08-165.1084
2026-08-245.1089
2026-08-315.1577
2026-09-075.2128
2026-09-145.2205
2026-09-215.1203

High

5.4233

Low

4.9186

Average

5.1348

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/GMD API questions

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

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

How far back does SCR/GMD historical data go?

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