SCR to ZWL exchange rate API
Seychelles Rupee to Zimbabwe Dollar · quoted 2026-09-24
4690.50
▲ +85.42% over 5Y
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 5 years, SCR/ZWL traded between 23.2496 and 4985.01, averaged 4244.21 and rose 85.42%. 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 5Y: show the values
| Point | SCR/ZWL |
|---|---|
| 2024-08-24 | 2529.63 |
| 2024-10-07 | 2438.46 |
| 2024-11-06 | 4985.01 |
| 2024-12-06 | 4643.80 |
| 2025-01-05 | 4270.57 |
| 2025-02-04 | 4547.88 |
| 2025-03-06 | 4622.33 |
| 2025-04-06 | 4515.72 |
| 2025-05-06 | 4681.43 |
| 2025-06-07 | 4649.74 |
| 2025-07-07 | 4760.06 |
| 2025-08-06 | 4661.56 |
| 2025-09-05 | 4636.24 |
| 2025-10-06 | 4601.84 |
| 2025-11-05 | 4402.14 |
| 2025-12-05 | 4683.12 |
| 2026-01-05 | 4351.95 |
| 2026-02-04 | 4289.47 |
| 2026-03-06 | 4302.26 |
| 2026-04-05 | 4270.34 |
| 2026-05-05 | 23.25 |
| 2026-06-06 | 4947.86 |
| 2026-07-08 | 4581.92 |
| 2026-08-07 | 4590.61 |
| 2026-09-07 | 4671.71 |
High
4985.01
Low
23.2496
Average
4244.21
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.