Skip to content

SCR to GMD exchange rate API

Seychelles Rupee to Dalasi · quoted 2026-09-24

5.2137

▲ +2.55% over 5Y

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 last 5 years, SCR/GMD traded between 4.7840 and 5.3900, averaged 5.0578 and rose 2.55%. 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 5Y

SCR/GMD over 5Y: show the values
PointSCR/GMD
2024-08-245.0839
2024-10-074.7840
2024-11-065.1994
2024-12-065.2331
2025-01-054.8627
2025-02-045.0061
2025-03-065.0157
2025-04-064.8296
2025-05-065.0339
2025-06-074.8978
2025-07-075.1131
2025-08-065.0487
2025-09-054.9989
2025-10-065.0678
2025-11-054.9087
2025-12-055.2778
2026-01-054.9641
2026-02-044.9275
2026-03-064.9294
2026-04-055.0390
2026-05-055.3068
2026-06-065.3900
2026-07-085.0556
2026-08-075.1031
2026-09-075.2128

High

5.3900

Low

4.7840

Average

5.0578

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.