OMR to SZL exchange rate API
Rial Omani to Lilangeni · quoted 2026-09-26
42.3475
▼ +8.05% over 5Y
1 OMR = 42.3475 SZL · 1 SZL = 0.02361 OMR · Get this rate via the API
1 OMR buys 42.3475 SZL as of 2026-09-26, so 1 SZL buys 0.02361 OMR. Over the last 5 years, OMR/SZL traded between 41.3103 and 49.9970, averaged 45.2188 and fell 8.05%. The API holds daily OMR/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
OMR/SZL over 5Y: show the values
| Point | OMR/SZL |
|---|---|
| 2024-08-24 | 46.0569 |
| 2024-10-07 | 45.8185 |
| 2024-11-06 | 46.1759 |
| 2024-12-06 | 47.3926 |
| 2025-01-05 | 49.0439 |
| 2025-02-04 | 49.2565 |
| 2025-03-06 | 48.0029 |
| 2025-04-06 | 49.9970 |
| 2025-05-06 | 48.0485 |
| 2025-06-07 | 46.1908 |
| 2025-07-07 | 46.2657 |
| 2025-08-06 | 46.9536 |
| 2025-09-05 | 46.5722 |
| 2025-10-06 | 44.6674 |
| 2025-11-05 | 45.4655 |
| 2025-12-05 | 44.0018 |
| 2026-01-05 | 42.7918 |
| 2026-02-04 | 41.3103 |
| 2026-03-06 | 42.9491 |
| 2026-04-05 | 44.0600 |
| 2026-05-05 | 43.5957 |
| 2026-06-06 | 42.8082 |
| 2026-07-08 | 42.1161 |
| 2026-08-07 | 42.3880 |
| 2026-09-07 | 41.4117 |
High
49.9970
Low
41.3103
Average
45.2188
Get this rate via the API
One GET request returns the OMR/SZL 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=OMR¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
OMR/SZL API questions
How do I get the OMR/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest OMR/SZL rate in rates.SZL.
How far back does OMR/SZL historical data go?
Daily OMR/SZL 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 OMR/SZL 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.