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: show the values
| Point | SCR/YER |
|---|---|
| 2025-09-27 | 16.4706 |
| 2025-10-04 | 16.3009 |
| 2025-10-11 | 16.7783 |
| 2025-10-18 | 17.1920 |
| 2025-10-25 | 17.0855 |
| 2025-11-01 | 16.2788 |
| 2025-11-08 | 17.3397 |
| 2025-11-15 | 17.1969 |
| 2025-11-22 | 17.4434 |
| 2025-11-29 | 17.0330 |
| 2025-12-06 | 17.6491 |
| 2025-12-14 | 16.0716 |
| 2025-12-21 | 16.1374 |
| 2025-12-28 | 15.9583 |
| 2026-01-04 | 15.8769 |
| 2026-01-11 | 16.1476 |
| 2026-01-18 | 16.0688 |
| 2026-01-25 | 16.0804 |
| 2026-02-01 | 15.9868 |
| 2026-02-08 | 16.0649 |
| 2026-02-15 | 16.3374 |
| 2026-02-22 | 16.2774 |
| 2026-03-01 | 16.2227 |
| 2026-03-08 | 16.2004 |
| 2026-03-15 | 15.8321 |
| 2026-03-22 | 16.0163 |
| 2026-03-29 | 15.9250 |
| 2026-04-05 | 16.0790 |
| 2026-04-12 | 15.6172 |
| 2026-04-19 | 15.8448 |
| 2026-04-26 | 16.1272 |
| 2026-05-03 | 17.3576 |
| 2026-05-10 | 16.0427 |
| 2026-05-18 | 17.5579 |
| 2026-05-26 | 16.7429 |
| 2026-06-02 | 17.0460 |
| 2026-06-11 | 16.9578 |
| 2026-06-18 | 16.3035 |
| 2026-06-25 | 16.3311 |
| 2026-07-02 | 17.9970 |
| 2026-07-09 | 16.2443 |
| 2026-07-16 | 16.8562 |
| 2026-07-23 | 16.8769 |
| 2026-07-30 | 16.5177 |
| 2026-08-06 | 16.7326 |
| 2026-08-13 | 16.7153 |
| 2026-08-21 | 16.8827 |
| 2026-08-28 | 16.8866 |
| 2026-09-04 | 16.5663 |
| 2026-09-11 | 16.5403 |
| 2026-09-18 | 17.0591 |
| 2026-09-25 | 16.5064 |
High
17.9970
Low
15.6172
Average
16.5426
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.