SCR to GYD exchange rate API
Seychelles Rupee to Guyana Dollar · quoted 2026-09-24
14.7871
▲ +4.15% over 1Y
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 last year, SCR/GYD traded between 13.8375 and 15.4767, averaged 14.6603 and rose 4.15%. 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 1Y: show the values
| Point | SCR/GYD |
|---|---|
| 2025-09-24 | 14.1976 |
| 2025-10-01 | 14.2957 |
| 2025-10-08 | 14.3878 |
| 2025-10-15 | 15.2877 |
| 2025-10-22 | 14.4987 |
| 2025-10-29 | 14.5327 |
| 2025-11-05 | 13.9734 |
| 2025-11-12 | 14.7598 |
| 2025-11-19 | 14.7889 |
| 2025-11-26 | 14.6617 |
| 2025-12-03 | 14.5611 |
| 2025-12-11 | 14.6318 |
| 2025-12-18 | 14.2852 |
| 2025-12-25 | 14.4714 |
| 2026-01-01 | 13.8375 |
| 2026-01-08 | 15.0623 |
| 2026-01-15 | 14.6282 |
| 2026-01-22 | 14.6262 |
| 2026-01-29 | 14.6874 |
| 2026-02-05 | 14.2768 |
| 2026-02-12 | 15.2717 |
| 2026-02-19 | 15.3597 |
| 2026-02-26 | 15.0926 |
| 2026-03-05 | 14.2445 |
| 2026-03-12 | 14.1951 |
| 2026-03-19 | 13.8647 |
| 2026-03-26 | 15.0886 |
| 2026-04-02 | 14.3888 |
| 2026-04-09 | 14.7161 |
| 2026-04-16 | 14.5126 |
| 2026-04-23 | 15.3306 |
| 2026-04-30 | 15.1953 |
| 2026-05-07 | 15.0070 |
| 2026-05-15 | 15.2992 |
| 2026-05-23 | 15.1786 |
| 2026-05-30 | 14.3761 |
| 2026-06-06 | 15.4767 |
| 2026-06-15 | 14.5788 |
| 2026-06-22 | 14.5456 |
| 2026-06-29 | 14.4317 |
| 2026-07-06 | 14.6479 |
| 2026-07-13 | 14.3301 |
| 2026-07-20 | 14.9300 |
| 2026-07-27 | 14.8075 |
| 2026-08-03 | 14.5033 |
| 2026-08-10 | 14.3643 |
| 2026-08-17 | 14.6798 |
| 2026-08-25 | 14.6071 |
| 2026-09-01 | 14.7372 |
| 2026-09-08 | 14.6895 |
| 2026-09-15 | 14.7785 |
| 2026-09-22 | 14.5277 |
High
15.4767
Low
13.8375
Average
14.6603
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.