SCR to GYD exchange rate API
Seychelles Rupee to Guyana Dollar · quoted 2026-09-24
14.7871
▲ +3.12% over YTD
1 SCR = 14.7871 GYD · 1 GYD = 0.06763 SCR · Get this rate via the API
1 SCR buys 14.7871 GYD as of 2026-09-24, so 1 GYD buys 0.06763 SCR. Over the year to date, SCR/GYD traded between 13.9190 and 15.4172, averaged 14.5240 and rose 3.12%. The API holds daily SCR/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/GYD over YTD: show the values
| Point | SCR/GYD |
|---|---|
| 2025-12-31 | 14.3394 |
| 2026-01-07 | 14.9347 |
| 2026-01-14 | 14.4326 |
| 2026-01-21 | 14.7528 |
| 2026-01-28 | 14.2243 |
| 2026-02-04 | 13.9622 |
| 2026-02-11 | 13.9809 |
| 2026-02-18 | 14.5011 |
| 2026-02-25 | 13.9190 |
| 2026-03-04 | 15.2499 |
| 2026-03-11 | 15.4172 |
| 2026-03-18 | 14.6432 |
| 2026-03-25 | 14.3722 |
| 2026-04-01 | 14.0861 |
| 2026-04-08 | 14.8526 |
| 2026-04-15 | 14.8329 |
| 2026-04-22 | 14.2113 |
| 2026-04-29 | 15.3069 |
| 2026-05-06 | 15.1045 |
| 2026-05-14 | 14.6398 |
| 2026-05-21 | 14.5529 |
| 2026-05-29 | 14.6281 |
| 2026-06-05 | 14.9735 |
| 2026-06-14 | 14.3792 |
| 2026-06-21 | 14.2610 |
| 2026-06-28 | 14.0532 |
| 2026-07-05 | 14.4673 |
| 2026-07-12 | 14.1460 |
| 2026-07-19 | 14.3270 |
| 2026-07-26 | 14.4152 |
| 2026-08-02 | 14.1965 |
| 2026-08-09 | 14.2320 |
| 2026-08-16 | 14.2435 |
| 2026-08-24 | 14.4171 |
| 2026-08-31 | 14.6433 |
| 2026-09-07 | 14.7257 |
| 2026-09-14 | 14.7504 |
| 2026-09-21 | 14.4735 |
High
15.4172
Low
13.9190
Average
14.5240
Get this rate via the API
One GET request returns the SCR/GYD 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=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/GYD API questions
How do I get the SCR/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/GYD rate in rates.GYD.
How far back does SCR/GYD historical data go?
Daily SCR/GYD 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/GYD 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.