Skip to content

SCR to YER exchange rate API

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

16.3987

▼ +9.85% over 5Y

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 5 years, SCR/YER traded between 15.9408 and 18.2400, averaged 16.8517 and fell 9.85%. 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 5Y

SCR/YER over 5Y: show the values
PointSCR/YER
2024-08-2418.1896
2024-10-0717.3425
2024-11-0618.1962
2024-12-0618.2400
2025-01-0516.7636
2025-02-0417.1753
2025-03-0617.1715
2025-04-0616.5917
2025-05-0617.0952
2025-06-0716.8185
2025-07-0717.1571
2025-08-0616.6997
2025-09-0516.6842
2025-10-0616.5062
2025-11-0515.9590
2025-12-0517.0769
2026-01-0516.0092
2026-02-0415.9555
2026-03-0615.9408
2026-04-0516.0790
2026-05-0517.2297
2026-06-0617.6329
2026-07-0816.2148
2026-08-0716.3344
2026-09-0716.6825

High

18.2400

Low

15.9408

Average

16.8517

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.