Skip to content

SCR to YER exchange rate API

Seychelles Rupee to Yemeni Rial · quoted 2026-09-27

16.3987

▲ +2.68% over 6M

1 SCR = 16.3987 YER · 1 YER = 0.06098 SCR · Get this rate via the API

1 SCR buys 16.3987 YER as of 2026-09-27, so 1 YER buys 0.06098 SCR. Over the last 6 months, SCR/YER traded between 15.8984 and 18.0125, averaged 16.6481 and rose 2.68%. The API holds daily SCR/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/YER over 6M

SCR/YER over 6M: show the values
PointSCR/YER
2026-03-3115.9701
2026-04-0716.1250
2026-04-1417.3080
2026-04-2115.8984
2026-04-2816.8335
2026-05-0517.2297
2026-05-1216.2923
2026-05-2016.2418
2026-05-2816.6180
2026-06-0416.7518
2026-06-1317.2540
2026-06-2016.9712
2026-06-2716.0770
2026-07-0418.0125
2026-07-1116.6505
2026-07-1817.6886
2026-07-2516.3293
2026-08-0117.6466
2026-08-0816.3942
2026-08-1517.3084
2026-08-2316.7215
2026-08-3016.1293
2026-09-0616.1726
2026-09-1316.0358
2026-09-2016.0410
2026-09-2716.3987

High

18.0125

Low

15.8984

Average

16.6481

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/YER API questions

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

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

How far back does SCR/YER historical data go?

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