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: show the values
| Point | OMR/ZMW |
|---|---|
| 2025-12-31 | 57.6017 |
| 2026-01-07 | 54.3635 |
| 2026-01-14 | 50.5257 |
| 2026-01-21 | 52.5066 |
| 2026-01-28 | 51.4211 |
| 2026-02-04 | 50.8310 |
| 2026-02-11 | 49.4819 |
| 2026-02-18 | 47.9311 |
| 2026-02-25 | 49.1467 |
| 2026-03-04 | 49.7413 |
| 2026-03-11 | 50.2569 |
| 2026-03-18 | 50.7473 |
| 2026-03-25 | 49.1534 |
| 2026-04-01 | 49.7433 |
| 2026-04-08 | 50.3946 |
| 2026-04-15 | 49.5702 |
| 2026-04-22 | 49.3489 |
| 2026-04-29 | 49.1418 |
| 2026-05-06 | 48.7934 |
| 2026-05-14 | 49.2219 |
| 2026-05-21 | 49.2242 |
| 2026-05-29 | 48.1843 |
| 2026-06-05 | 45.4882 |
| 2026-06-14 | 45.6074 |
| 2026-06-21 | 46.4307 |
| 2026-06-28 | 47.0616 |
| 2026-07-05 | 47.6505 |
| 2026-07-12 | 46.8660 |
| 2026-07-19 | 47.2757 |
| 2026-07-26 | 48.3488 |
| 2026-08-02 | 48.6171 |
| 2026-08-09 | 48.7298 |
| 2026-08-16 | 49.0819 |
| 2026-08-24 | 49.1867 |
| 2026-08-31 | 49.3509 |
| 2026-09-07 | 49.8698 |
| 2026-09-14 | 50.1291 |
| 2026-09-21 | 51.0366 |
High
57.6017
Low
45.4882
Average
49.4541
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=ZMW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=ZMW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.