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: show the values
| Point | OMR/SZL |
|---|---|
| 2025-12-31 | 43.0047 |
| 2026-01-07 | 42.3655 |
| 2026-01-14 | 42.4036 |
| 2026-01-21 | 42.4896 |
| 2026-01-28 | 41.2072 |
| 2026-02-04 | 41.3103 |
| 2026-02-11 | 41.1958 |
| 2026-02-18 | 41.4976 |
| 2026-02-25 | 41.3103 |
| 2026-03-04 | 42.8187 |
| 2026-03-11 | 42.1407 |
| 2026-03-18 | 43.2148 |
| 2026-03-25 | 43.8560 |
| 2026-04-01 | 43.7269 |
| 2026-04-08 | 42.7539 |
| 2026-04-15 | 42.4320 |
| 2026-04-22 | 42.4564 |
| 2026-04-29 | 42.8751 |
| 2026-05-06 | 43.2526 |
| 2026-05-14 | 42.5416 |
| 2026-05-21 | 42.7546 |
| 2026-05-29 | 42.0689 |
| 2026-06-05 | 42.3047 |
| 2026-06-14 | 42.2548 |
| 2026-06-21 | 42.6636 |
| 2026-06-28 | 42.7343 |
| 2026-07-05 | 42.0956 |
| 2026-07-12 | 42.3668 |
| 2026-07-19 | 42.7928 |
| 2026-07-26 | 43.6673 |
| 2026-08-02 | 42.9001 |
| 2026-08-09 | 41.8702 |
| 2026-08-16 | 41.9719 |
| 2026-08-24 | 41.4825 |
| 2026-08-31 | 41.8988 |
| 2026-09-07 | 41.4117 |
| 2026-09-14 | 41.9529 |
| 2026-09-21 | 42.0345 |
High
43.8560
Low
41.1958
Average
42.3699
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.