SCR to ZWL exchange rate API
Seychelles Rupee to Zimbabwe Dollar · quoted 2026-09-24
4690.50
▲ +4.05% over 1Y
1 SCR = 4690.50 ZWL · 1 ZWL = 0.000213 SCR · Get this rate via the API
1 SCR buys 4690.50 ZWL as of 2026-09-24, so 1 ZWL buys 0.000213 SCR. Over the last year, SCR/ZWL traded between 22.3934 and 4947.86, averaged 3986.75 and rose 4.05%. The API holds daily SCR/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/ZWL over 1Y: show the values
| Point | SCR/ZWL |
|---|---|
| 2025-09-24 | 4507.97 |
| 2025-10-01 | 4558.00 |
| 2025-10-08 | 4580.80 |
| 2025-10-15 | 4897.83 |
| 2025-10-22 | 4602.39 |
| 2025-10-29 | 4605.07 |
| 2025-11-05 | 4402.14 |
| 2025-11-12 | 4648.07 |
| 2025-11-19 | 4647.53 |
| 2025-11-26 | 4618.54 |
| 2025-12-03 | 4549.50 |
| 2025-12-11 | 4679.24 |
| 2025-12-18 | 4462.47 |
| 2025-12-25 | 4498.55 |
| 2026-01-01 | 4292.07 |
| 2026-01-08 | 4627.25 |
| 2026-01-15 | 4488.20 |
| 2026-01-22 | 4466.27 |
| 2026-01-29 | 4494.53 |
| 2026-02-05 | 4376.61 |
| 2026-02-12 | 23.45 |
| 2026-02-19 | 4681.65 |
| 2026-02-26 | 4655.76 |
| 2026-03-05 | 4384.75 |
| 2026-03-12 | 4308.26 |
| 2026-03-19 | 4159.15 |
| 2026-03-26 | 4539.93 |
| 2026-04-02 | 4354.54 |
| 2026-04-09 | 22.66 |
| 2026-04-16 | 22.39 |
| 2026-04-23 | 23.51 |
| 2026-04-30 | 23.38 |
| 2026-05-07 | 23.09 |
| 2026-05-15 | 23.54 |
| 2026-05-23 | 4784.35 |
| 2026-05-30 | 4629.48 |
| 2026-06-06 | 4947.86 |
| 2026-06-15 | 4662.46 |
| 2026-06-22 | 4653.98 |
| 2026-06-29 | 4616.07 |
| 2026-07-06 | 4690.39 |
| 2026-07-13 | 4561.05 |
| 2026-07-20 | 4761.73 |
| 2026-07-27 | 4721.88 |
| 2026-08-03 | 4634.13 |
| 2026-08-10 | 4579.78 |
| 2026-08-17 | 4670.00 |
| 2026-08-25 | 4677.49 |
| 2026-09-01 | 4701.30 |
| 2026-09-08 | 4712.77 |
| 2026-09-15 | 4733.47 |
| 2026-09-22 | 4620.07 |
High
4947.86
Low
22.3934
Average
3986.75
Get this rate via the API
One GET request returns the SCR/ZWL 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=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/ZWL API questions
How do I get the SCR/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/ZWL rate in rates.ZWL.
How far back does SCR/ZWL historical data go?
Daily SCR/ZWL 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/ZWL 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.