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: show the values
| Point | SCR/GMD |
|---|---|
| 2025-12-31 | 5.0450 |
| 2026-01-07 | 5.2651 |
| 2026-01-14 | 5.0861 |
| 2026-01-21 | 5.2066 |
| 2026-01-28 | 5.0674 |
| 2026-02-04 | 4.9275 |
| 2026-02-11 | 4.9292 |
| 2026-02-18 | 5.1214 |
| 2026-02-25 | 4.9186 |
| 2026-03-04 | 5.3709 |
| 2026-03-11 | 5.4233 |
| 2026-03-18 | 5.1928 |
| 2026-03-25 | 5.0928 |
| 2026-04-01 | 4.9776 |
| 2026-04-08 | 5.3040 |
| 2026-04-15 | 5.2091 |
| 2026-04-22 | 4.9931 |
| 2026-04-29 | 5.3779 |
| 2026-05-06 | 5.2815 |
| 2026-05-14 | 5.1557 |
| 2026-05-21 | 5.1181 |
| 2026-05-29 | 5.1692 |
| 2026-06-05 | 5.2373 |
| 2026-06-14 | 5.0703 |
| 2026-06-21 | 5.0867 |
| 2026-06-28 | 4.9844 |
| 2026-07-05 | 5.1181 |
| 2026-07-12 | 5.0303 |
| 2026-07-19 | 5.0732 |
| 2026-07-26 | 5.1588 |
| 2026-08-02 | 5.0906 |
| 2026-08-09 | 5.0313 |
| 2026-08-16 | 5.1084 |
| 2026-08-24 | 5.1089 |
| 2026-08-31 | 5.1577 |
| 2026-09-07 | 5.2128 |
| 2026-09-14 | 5.2205 |
| 2026-09-21 | 5.1203 |
High
5.4233
Low
4.9186
Average
5.1348
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=GMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=GMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.