OMR to SZL exchange rate API
Rial Omani to Lilangeni · quoted 2026-09-26
42.3475
▼ +6.40% over 1Y
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 year, OMR/SZL traded between 41.3750 and 45.2418, averaged 43.0615 and fell 6.40%. 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 1Y: show the values
| Point | OMR/SZL |
|---|---|
| 2025-09-26 | 45.2418 |
| 2025-10-03 | 44.8554 |
| 2025-10-10 | 44.5747 |
| 2025-10-17 | 44.9735 |
| 2025-10-24 | 44.9104 |
| 2025-10-31 | 44.7460 |
| 2025-11-07 | 45.0294 |
| 2025-11-14 | 44.1078 |
| 2025-11-21 | 44.6341 |
| 2025-11-28 | 44.4334 |
| 2025-12-05 | 44.0018 |
| 2025-12-13 | 43.9660 |
| 2025-12-20 | 43.5878 |
| 2025-12-27 | 43.3414 |
| 2026-01-03 | 42.8454 |
| 2026-01-10 | 42.9096 |
| 2026-01-17 | 42.6900 |
| 2026-01-24 | 42.0116 |
| 2026-01-31 | 41.9121 |
| 2026-02-07 | 41.7806 |
| 2026-02-14 | 41.6948 |
| 2026-02-21 | 41.7176 |
| 2026-02-28 | 41.8107 |
| 2026-03-07 | 42.8822 |
| 2026-03-14 | 43.9766 |
| 2026-03-21 | 44.7979 |
| 2026-03-28 | 44.5630 |
| 2026-04-04 | 44.1405 |
| 2026-04-11 | 42.7076 |
| 2026-04-18 | 42.3251 |
| 2026-04-25 | 43.1981 |
| 2026-05-02 | 43.3417 |
| 2026-05-09 | 42.5269 |
| 2026-05-17 | 43.2792 |
| 2026-05-25 | 42.3313 |
| 2026-06-01 | 42.0488 |
| 2026-06-10 | 42.8613 |
| 2026-06-17 | 41.9317 |
| 2026-06-24 | 42.9581 |
| 2026-07-01 | 42.5579 |
| 2026-07-08 | 42.1161 |
| 2026-07-15 | 42.3474 |
| 2026-07-22 | 42.6130 |
| 2026-07-29 | 43.3229 |
| 2026-08-05 | 42.3592 |
| 2026-08-12 | 41.9603 |
| 2026-08-20 | 41.7150 |
| 2026-08-27 | 41.3750 |
| 2026-09-03 | 41.5659 |
| 2026-09-10 | 41.5553 |
| 2026-09-17 | 42.3395 |
| 2026-09-24 | 42.4361 |
High
45.2418
Low
41.3750
Average
43.0615
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.