Skip to content

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

SCR/GYD over YTD: show the values
PointSCR/GYD
2025-12-3114.3394
2026-01-0714.9347
2026-01-1414.4326
2026-01-2114.7528
2026-01-2814.2243
2026-02-0413.9622
2026-02-1113.9809
2026-02-1814.5011
2026-02-2513.9190
2026-03-0415.2499
2026-03-1115.4172
2026-03-1814.6432
2026-03-2514.3722
2026-04-0114.0861
2026-04-0814.8526
2026-04-1514.8329
2026-04-2214.2113
2026-04-2915.3069
2026-05-0615.1045
2026-05-1414.6398
2026-05-2114.5529
2026-05-2914.6281
2026-06-0514.9735
2026-06-1414.3792
2026-06-2114.2610
2026-06-2814.0532
2026-07-0514.4673
2026-07-1214.1460
2026-07-1914.3270
2026-07-2614.4152
2026-08-0214.1965
2026-08-0914.2320
2026-08-1614.2435
2026-08-2414.4171
2026-08-3114.6433
2026-09-0714.7257
2026-09-1414.7504
2026-09-2114.4735

High

15.4172

Low

13.9190

Average

14.5240

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=GYD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=GYD");
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=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&currencies=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.