Skip to content

OMR to ZMW exchange rate API

Rial Omani to Zambian Kwacha · quoted 2026-09-26

50.6480

▼ +12.07% over YTD

1 OMR = 50.6480 ZMW · 1 ZMW = 0.01974 OMR · Get this rate via the API

1 OMR buys 50.6480 ZMW as of 2026-09-26, so 1 ZMW buys 0.01974 OMR. Over the year to date, OMR/ZMW traded between 45.4882 and 57.6017, averaged 49.4541 and fell 12.07%. The API holds daily OMR/ZMW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/ZMW over YTD

OMR/ZMW over YTD: show the values
PointOMR/ZMW
2025-12-3157.6017
2026-01-0754.3635
2026-01-1450.5257
2026-01-2152.5066
2026-01-2851.4211
2026-02-0450.8310
2026-02-1149.4819
2026-02-1847.9311
2026-02-2549.1467
2026-03-0449.7413
2026-03-1150.2569
2026-03-1850.7473
2026-03-2549.1534
2026-04-0149.7433
2026-04-0850.3946
2026-04-1549.5702
2026-04-2249.3489
2026-04-2949.1418
2026-05-0648.7934
2026-05-1449.2219
2026-05-2149.2242
2026-05-2948.1843
2026-06-0545.4882
2026-06-1445.6074
2026-06-2146.4307
2026-06-2847.0616
2026-07-0547.6505
2026-07-1246.8660
2026-07-1947.2757
2026-07-2648.3488
2026-08-0248.6171
2026-08-0948.7298
2026-08-1649.0819
2026-08-2449.1867
2026-08-3149.3509
2026-09-0749.8698
2026-09-1450.1291
2026-09-2151.0366

High

57.6017

Low

45.4882

Average

49.4541

For developers

Get this rate via the API

One GET request returns the OMR/ZMW 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=ZMW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR&currencies=ZMW");
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=ZMW").json()

Replace YOUR_API_KEY with the key from your dashboard.

OMR/ZMW API questions

How do I get the OMR/ZMW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR&currencies=ZMW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest OMR/ZMW rate in rates.ZMW.

How far back does OMR/ZMW historical data go?

Daily OMR/ZMW 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/ZMW 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.