Skip to content

SCR to YER exchange rate API

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

16.3987

▼ +0.44% over 1Y

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 year, SCR/YER traded between 15.6172 and 17.9970, averaged 16.5426 and fell 0.44%. 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 1Y

SCR/YER over 1Y: show the values
PointSCR/YER
2025-09-2716.4706
2025-10-0416.3009
2025-10-1116.7783
2025-10-1817.1920
2025-10-2517.0855
2025-11-0116.2788
2025-11-0817.3397
2025-11-1517.1969
2025-11-2217.4434
2025-11-2917.0330
2025-12-0617.6491
2025-12-1416.0716
2025-12-2116.1374
2025-12-2815.9583
2026-01-0415.8769
2026-01-1116.1476
2026-01-1816.0688
2026-01-2516.0804
2026-02-0115.9868
2026-02-0816.0649
2026-02-1516.3374
2026-02-2216.2774
2026-03-0116.2227
2026-03-0816.2004
2026-03-1515.8321
2026-03-2216.0163
2026-03-2915.9250
2026-04-0516.0790
2026-04-1215.6172
2026-04-1915.8448
2026-04-2616.1272
2026-05-0317.3576
2026-05-1016.0427
2026-05-1817.5579
2026-05-2616.7429
2026-06-0217.0460
2026-06-1116.9578
2026-06-1816.3035
2026-06-2516.3311
2026-07-0217.9970
2026-07-0916.2443
2026-07-1616.8562
2026-07-2316.8769
2026-07-3016.5177
2026-08-0616.7326
2026-08-1316.7153
2026-08-2116.8827
2026-08-2816.8866
2026-09-0416.5663
2026-09-1116.5403
2026-09-1817.0591
2026-09-2516.5064

High

17.9970

Low

15.6172

Average

16.5426

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.