SCR to ZWL exchange rate API
Seychelles Rupee to Zimbabwe Dollar · quoted 2026-09-24
4690.50
▲ +20918.76% over 6M
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 6 months, SCR/ZWL traded between 21.7596 and 4856.69, averaged 3616.59 and rose 20918.76%. 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 6M: show the values
| Point | SCR/ZWL |
|---|---|
| 2026-03-28 | 22.32 |
| 2026-04-04 | 4311.97 |
| 2026-04-11 | 22.95 |
| 2026-04-18 | 22.65 |
| 2026-04-25 | 21.76 |
| 2026-05-02 | 21.98 |
| 2026-05-09 | 23.07 |
| 2026-05-17 | 4346.20 |
| 2026-05-25 | 4587.02 |
| 2026-06-01 | 4717.20 |
| 2026-06-10 | 4829.05 |
| 2026-06-17 | 4616.92 |
| 2026-06-24 | 4573.79 |
| 2026-07-01 | 4770.48 |
| 2026-07-08 | 4581.92 |
| 2026-07-15 | 4856.69 |
| 2026-07-22 | 4648.29 |
| 2026-07-29 | 4602.51 |
| 2026-08-05 | 4805.65 |
| 2026-08-12 | 4681.14 |
| 2026-08-20 | 4594.19 |
| 2026-08-27 | 4656.02 |
| 2026-09-03 | 4652.00 |
| 2026-09-10 | 4681.80 |
| 2026-09-17 | 4619.34 |
| 2026-09-24 | 4690.50 |
High
4856.69
Low
21.7596
Average
3616.59
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.