SEK to ZWL exchange rate API
Swedish Krona to Zimbabwe Dollar · quoted 2026-09-25
6712.86
▼ +5.02% over 1Y
1 SEK = 6712.86 ZWL · 1 ZWL = 0.000149 SEK · Get this rate via the API
1 SEK buys 6712.86 ZWL as of 2026-09-25, so 1 ZWL buys 0.000149 SEK. Over the last year, SEK/ZWL traded between 34.8001 and 7265.41, averaged 6319.22 and fell 5.02%. The API holds daily SEK/ZWL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SEK/ZWL over 1Y: show the values
| Point | SEK/ZWL |
|---|---|
| 2025-09-25 | 7067.97 |
| 2025-10-02 | 7128.47 |
| 2025-10-09 | 7057.40 |
| 2025-10-16 | 7042.82 |
| 2025-10-23 | 7042.81 |
| 2025-10-30 | 6978.18 |
| 2025-11-06 | 6901.65 |
| 2025-11-13 | 6988.74 |
| 2025-11-20 | 6871.00 |
| 2025-11-27 | 6897.48 |
| 2025-12-04 | 6961.61 |
| 2025-12-12 | 7029.64 |
| 2025-12-19 | 7006.43 |
| 2025-12-26 | 7092.66 |
| 2026-01-02 | 7041.42 |
| 2026-01-09 | 6962.31 |
| 2026-01-16 | 6943.83 |
| 2026-01-23 | 7109.75 |
| 2026-01-30 | 7244.30 |
| 2026-02-06 | 7112.78 |
| 2026-02-13 | 7129.70 |
| 2026-02-20 | 7045.09 |
| 2026-02-27 | 7095.42 |
| 2026-03-06 | 6957.93 |
| 2026-03-13 | 6792.18 |
| 2026-03-20 | 6775.38 |
| 2026-03-27 | 6710.80 |
| 2026-04-03 | 6689.06 |
| 2026-04-10 | 34.80 |
| 2026-04-17 | 35.16 |
| 2026-04-24 | 34.85 |
| 2026-05-01 | 34.89 |
| 2026-05-08 | 34.93 |
| 2026-05-16 | 6815.83 |
| 2026-05-24 | 7051.44 |
| 2026-05-31 | 7265.41 |
| 2026-06-09 | 7120.73 |
| 2026-06-16 | 7095.41 |
| 2026-06-23 | 6890.69 |
| 2026-06-30 | 6887.37 |
| 2026-07-07 | 6957.05 |
| 2026-07-14 | 6924.71 |
| 2026-07-21 | 6918.17 |
| 2026-07-28 | 6903.68 |
| 2026-08-04 | 6981.67 |
| 2026-08-11 | 6997.16 |
| 2026-08-18 | 7006.42 |
| 2026-08-26 | 7014.10 |
| 2026-09-02 | 6948.99 |
| 2026-09-09 | 6979.58 |
| 2026-09-16 | 6842.89 |
| 2026-09-23 | 6752.89 |
High
7265.41
Low
34.8001
Average
6319.22
Get this rate via the API
One GET request returns the SEK/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=SEK¤cies=ZWL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=ZWL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=ZWL").json()Replace YOUR_API_KEY with the key from your dashboard.
SEK/ZWL API questions
How do I get the SEK/ZWL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=ZWL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/ZWL rate in rates.ZWL.
How far back does SEK/ZWL historical data go?
Daily SEK/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 SEK/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.