Skip to content

SCR to GMD exchange rate API

Seychelles Rupee to Dalasi · quoted 2026-09-24

5.2137

▲ +4.49% over 1Y

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 year, SCR/GMD traded between 4.8801 and 5.4081, averaged 5.1585 and rose 4.49%. 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 1Y

SCR/GMD over 1Y: show the values
PointSCR/GMD
2025-09-244.9895
2025-10-015.0153
2025-10-085.0200
2025-10-155.3782
2025-10-225.0457
2025-10-295.0661
2025-11-054.9087
2025-11-125.1821
2025-11-195.1760
2025-11-265.1762
2025-12-035.1087
2025-12-115.1883
2025-12-185.0476
2025-12-255.1389
2026-01-014.8845
2026-01-085.2996
2026-01-155.1436
2026-01-225.1465
2026-01-295.1677
2026-02-055.0127
2026-02-125.3533
2026-02-195.4081
2026-02-265.3256
2026-03-055.0259
2026-03-125.0021
2026-03-194.8801
2026-03-265.3062
2026-04-025.0699
2026-04-095.1381
2026-04-165.1463
2026-04-235.3304
2026-04-305.3003
2026-05-075.2714
2026-05-155.3011
2026-05-235.2861
2026-05-305.0090
2026-06-065.3900
2026-06-155.1339
2026-06-225.1121
2026-06-295.0681
2026-07-065.1606
2026-07-135.0513
2026-07-205.2773
2026-07-275.2460
2026-08-035.1497
2026-08-105.0935
2026-08-175.2108
2026-08-255.1964
2026-09-015.2516
2026-09-085.2260
2026-09-155.2346
2026-09-225.1327

High

5.4081

Low

4.8801

Average

5.1585

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.