Skip to content

SCR to ZWL exchange rate API

Seychelles Rupee to Zimbabwe Dollar · quoted 2026-09-24

4690.50

▲ +0.28% over 30D

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 30 days, SCR/ZWL traded between 23.2116 and 4837.69, averaged 4514.34 and rose 0.28%. 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 30D

SCR/ZWL over 30D: show the values
PointSCR/ZWL
2026-08-254677.49
2026-08-264693.55
2026-08-274656.02
2026-08-284735.90
2026-08-294706.32
2026-08-304511.85
2026-08-314613.04
2026-09-014701.30
2026-09-024631.25
2026-09-034652.00
2026-09-044655.58
2026-09-054816.46
2026-09-064530.38
2026-09-074671.71
2026-09-084712.77
2026-09-094674.42
2026-09-104681.80
2026-09-114651.51
2026-09-124837.69
2026-09-134507.58
2026-09-144697.16
2026-09-154733.47
2026-09-164678.92
2026-09-174619.34
2026-09-1823.21
2026-09-194672.51
2026-09-204516.17
2026-09-214609.76
2026-09-224620.07
2026-09-234588.61
2026-09-244690.50

High

4837.69

Low

23.2116

Average

4514.34

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=ZWL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=ZWL");
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=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&currencies=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.