Skip to content

SCR to YER exchange rate API

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

16.3987

▼ +2.89% over 30D

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 30 days, SCR/YER traded between 16.0358 and 17.2137, averaged 16.5750 and fell 2.89%. 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 30D

SCR/YER over 30D: show the values
PointSCR/YER
2026-08-2816.8866
2026-08-2916.8419
2026-08-3016.1293
2026-08-3116.4856
2026-09-0116.7108
2026-09-0216.3913
2026-09-0316.5156
2026-09-0416.5663
2026-09-0517.1955
2026-09-0616.1726
2026-09-0716.6825
2026-09-0816.6436
2026-09-0916.5897
2026-09-1016.6392
2026-09-1116.5403
2026-09-1217.2137
2026-09-1316.0358
2026-09-1416.7174
2026-09-1516.7239
2026-09-1616.5318
2026-09-1716.3886
2026-09-1817.0591
2026-09-1916.5974
2026-09-2016.0410
2026-09-2116.3790
2026-09-2216.4233
2026-09-2316.2753
2026-09-2416.6645
2026-09-2516.5064
2026-09-2617.0542
2026-09-2716.3987

High

17.2137

Low

16.0358

Average

16.5750

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.