Skip to content

SCR to GEL exchange rate API

Seychelles Rupee to Lari · quoted 2026-09-25

0.18146

▼ +2.53% over 1Y

1 SCR = 0.18146 GEL · 1 GEL = 5.5109 SCR · Get this rate via the API

1 SCR buys 0.18146 GEL as of 2026-09-25, so 1 GEL buys 5.5109 SCR. Over the last year, SCR/GEL traded between 0.17691 and 0.21305, averaged 0.18564 and fell 2.53%. The API holds daily SCR/GEL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/GEL over 1Y

SCR/GEL over 1Y: show the values
PointSCR/GEL
2025-09-250.18617
2025-10-020.18510
2025-10-090.18428
2025-10-160.18499
2025-10-230.19589
2025-10-300.19089
2025-11-060.19001
2025-11-130.18304
2025-11-200.18974
2025-11-270.18292
2025-12-040.18779
2025-12-120.17922
2025-12-190.19599
2025-12-260.18138
2026-01-020.17749
2026-01-090.21305
2026-01-160.17822
2026-01-230.18491
2026-01-300.18744
2026-02-060.18723
2026-02-130.18656
2026-02-200.17691
2026-02-270.19565
2026-03-060.18201
2026-03-130.18223
2026-03-200.18076
2026-03-270.18662
2026-04-030.18707
2026-04-100.17721
2026-04-170.19589
2026-04-240.19538
2026-05-010.18359
2026-05-080.19348
2026-05-160.19636
2026-05-240.17902
2026-05-310.18024
2026-06-090.19145
2026-06-160.18552
2026-06-230.18594
2026-06-300.18251
2026-07-070.18024
2026-07-140.18372
2026-07-210.18460
2026-07-280.18688
2026-08-040.18046
2026-08-110.18484
2026-08-180.17912
2026-08-260.18399
2026-09-020.18048
2026-09-090.18209
2026-09-160.18161
2026-09-230.17905

High

0.21305

Low

0.17691

Average

0.18564

For developers

Get this rate via the API

One GET request returns the SCR/GEL 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=GEL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=GEL");
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=GEL").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/GEL API questions

How do I get the SCR/GEL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=GEL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/GEL rate in rates.GEL.

How far back does SCR/GEL historical data go?

Daily SCR/GEL 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/GEL 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.