Skip to content

OMR to SZL exchange rate API

Rial Omani to Lilangeni · quoted 2026-09-26

42.3475

▼ +1.53% over YTD

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 year to date, OMR/SZL traded between 41.1958 and 43.8560, averaged 42.3699 and fell 1.53%. 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 YTD

OMR/SZL over YTD: show the values
PointOMR/SZL
2025-12-3143.0047
2026-01-0742.3655
2026-01-1442.4036
2026-01-2142.4896
2026-01-2841.2072
2026-02-0441.3103
2026-02-1141.1958
2026-02-1841.4976
2026-02-2541.3103
2026-03-0442.8187
2026-03-1142.1407
2026-03-1843.2148
2026-03-2543.8560
2026-04-0143.7269
2026-04-0842.7539
2026-04-1542.4320
2026-04-2242.4564
2026-04-2942.8751
2026-05-0643.2526
2026-05-1442.5416
2026-05-2142.7546
2026-05-2942.0689
2026-06-0542.3047
2026-06-1442.2548
2026-06-2142.6636
2026-06-2842.7343
2026-07-0542.0956
2026-07-1242.3668
2026-07-1942.7928
2026-07-2643.6673
2026-08-0242.9001
2026-08-0941.8702
2026-08-1641.9719
2026-08-2441.4825
2026-08-3141.8988
2026-09-0741.4117
2026-09-1441.9529
2026-09-2142.0345

High

43.8560

Low

41.1958

Average

42.3699

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.