SGD to ZWL exchange rate API
Singapore Dollar to Zimbabwe Dollar · quoted 2026-09-26
52100.77
▲ +1.41% over 1Y
1 SGD = 52100.77 ZWL · 1 ZWL = 0.000019 SGD · Get this rate via the API
1 SGD buys 52100.77 ZWL as of 2026-09-26, so 1 ZWL buys 0.000019 SGD. Over the last year, SGD/ZWL traded between 249.0707 and 52664.66, averaged 45346.85 and rose 1.41%. The API holds daily SGD/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SGD/ZWL over 1Y: show the values
| Point | SGD/ZWL |
|---|---|
| 2025-09-26 | 51378.00 |
| 2025-10-03 | 51702.48 |
| 2025-10-10 | 51444.79 |
| 2025-10-17 | 51404.28 |
| 2025-10-24 | 51036.91 |
| 2025-10-31 | 50709.66 |
| 2025-11-07 | 50426.01 |
| 2025-11-14 | 50641.02 |
| 2025-11-21 | 50447.68 |
| 2025-11-28 | 50426.79 |
| 2025-12-05 | 50468.47 |
| 2025-12-13 | 50491.54 |
| 2025-12-20 | 50405.94 |
| 2025-12-27 | 50633.25 |
| 2026-01-03 | 50389.13 |
| 2026-01-10 | 50005.22 |
| 2026-01-17 | 49785.87 |
| 2026-01-24 | 50290.00 |
| 2026-01-31 | 50285.19 |
| 2026-02-07 | 50305.28 |
| 2026-02-14 | 50594.14 |
| 2026-02-21 | 50396.92 |
| 2026-02-28 | 50921.10 |
| 2026-03-07 | 50315.06 |
| 2026-03-14 | 49559.31 |
| 2026-03-21 | 49275.99 |
| 2026-03-28 | 249.07 |
| 2026-04-04 | 49227.50 |
| 2026-04-11 | 252.73 |
| 2026-04-18 | 253.52 |
| 2026-04-25 | 252.33 |
| 2026-05-02 | 253.02 |
| 2026-05-09 | 254.08 |
| 2026-05-17 | 50299.74 |
| 2026-05-25 | 51497.51 |
| 2026-06-01 | 52619.70 |
| 2026-06-10 | 51923.67 |
| 2026-06-17 | 51985.06 |
| 2026-06-24 | 51599.96 |
| 2026-07-01 | 51692.02 |
| 2026-07-08 | 51750.81 |
| 2026-07-15 | 51810.82 |
| 2026-07-22 | 51873.22 |
| 2026-07-29 | 51658.32 |
| 2026-08-05 | 51977.60 |
| 2026-08-12 | 51975.04 |
| 2026-08-20 | 52385.10 |
| 2026-08-27 | 52104.21 |
| 2026-09-03 | 52663.23 |
| 2026-09-10 | 52664.66 |
| 2026-09-17 | 52288.95 |
| 2026-09-24 | 52030.30 |
High
52664.66
Low
249.0707
Average
45346.85
Get this rate via the API
One GET request returns the SGD/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=SGD¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
SGD/ZWL API questions
How do I get the SGD/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SGD/ZWL rate in rates.ZWL.
How far back does SGD/ZWL historical data go?
Daily SGD/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 SGD/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.