Skip to content

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

OMR/SZL over 1Y: show the values
PointOMR/SZL
2025-09-2645.2418
2025-10-0344.8554
2025-10-1044.5747
2025-10-1744.9735
2025-10-2444.9104
2025-10-3144.7460
2025-11-0745.0294
2025-11-1444.1078
2025-11-2144.6341
2025-11-2844.4334
2025-12-0544.0018
2025-12-1343.9660
2025-12-2043.5878
2025-12-2743.3414
2026-01-0342.8454
2026-01-1042.9096
2026-01-1742.6900
2026-01-2442.0116
2026-01-3141.9121
2026-02-0741.7806
2026-02-1441.6948
2026-02-2141.7176
2026-02-2841.8107
2026-03-0742.8822
2026-03-1443.9766
2026-03-2144.7979
2026-03-2844.5630
2026-04-0444.1405
2026-04-1142.7076
2026-04-1842.3251
2026-04-2543.1981
2026-05-0243.3417
2026-05-0942.5269
2026-05-1743.2792
2026-05-2542.3313
2026-06-0142.0488
2026-06-1042.8613
2026-06-1741.9317
2026-06-2442.9581
2026-07-0142.5579
2026-07-0842.1161
2026-07-1542.3474
2026-07-2242.6130
2026-07-2943.3229
2026-08-0542.3592
2026-08-1241.9603
2026-08-2041.7150
2026-08-2741.3750
2026-09-0341.5659
2026-09-1041.5553
2026-09-1742.3395
2026-09-2442.4361

High

45.2418

Low

41.3750

Average

43.0615

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR&currencies=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&currencies=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.