Skip to content

OMR to ZMW exchange rate API

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

50.6480

▼ +17.98% over 1Y

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 last year, OMR/ZMW traded between 45.9600 and 61.7536, averaged 51.9803 and fell 17.98%. 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 1Y

OMR/ZMW over 1Y: show the values
PointOMR/ZMW
2025-09-2661.7536
2025-10-0361.6580
2025-10-1058.8102
2025-10-1758.6396
2025-10-2457.3511
2025-10-3157.3749
2025-11-0758.8126
2025-11-1458.6792
2025-11-2159.7362
2025-11-2859.3237
2025-12-0559.9710
2025-12-1360.1893
2025-12-2058.8534
2025-12-2758.6341
2026-01-0357.4467
2026-01-1050.7534
2026-01-1752.5545
2026-01-2450.9065
2026-01-3151.2768
2026-02-0748.7412
2026-02-1447.6913
2026-02-2149.3437
2026-02-2849.6607
2026-03-0750.0408
2026-03-1450.3914
2026-03-2151.0375
2026-03-2848.8899
2026-04-0450.0614
2026-04-1149.4146
2026-04-1849.2920
2026-04-2549.1828
2026-05-0248.5930
2026-05-0949.4565
2026-05-1749.0492
2026-05-2548.9334
2026-06-0147.7431
2026-06-1046.1627
2026-06-1745.9600
2026-06-2446.8892
2026-07-0146.7884
2026-07-0847.9262
2026-07-1547.0611
2026-07-2247.7174
2026-07-2948.5708
2026-08-0549.1692
2026-08-1248.7598
2026-08-2048.5348
2026-08-2749.3525
2026-09-0349.6115
2026-09-1050.0014
2026-09-1750.8566
2026-09-2450.6985

High

61.7536

Low

45.9600

Average

51.9803

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.