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: show the values
| Point | OMR/ZMW |
|---|---|
| 2025-09-26 | 61.7536 |
| 2025-10-03 | 61.6580 |
| 2025-10-10 | 58.8102 |
| 2025-10-17 | 58.6396 |
| 2025-10-24 | 57.3511 |
| 2025-10-31 | 57.3749 |
| 2025-11-07 | 58.8126 |
| 2025-11-14 | 58.6792 |
| 2025-11-21 | 59.7362 |
| 2025-11-28 | 59.3237 |
| 2025-12-05 | 59.9710 |
| 2025-12-13 | 60.1893 |
| 2025-12-20 | 58.8534 |
| 2025-12-27 | 58.6341 |
| 2026-01-03 | 57.4467 |
| 2026-01-10 | 50.7534 |
| 2026-01-17 | 52.5545 |
| 2026-01-24 | 50.9065 |
| 2026-01-31 | 51.2768 |
| 2026-02-07 | 48.7412 |
| 2026-02-14 | 47.6913 |
| 2026-02-21 | 49.3437 |
| 2026-02-28 | 49.6607 |
| 2026-03-07 | 50.0408 |
| 2026-03-14 | 50.3914 |
| 2026-03-21 | 51.0375 |
| 2026-03-28 | 48.8899 |
| 2026-04-04 | 50.0614 |
| 2026-04-11 | 49.4146 |
| 2026-04-18 | 49.2920 |
| 2026-04-25 | 49.1828 |
| 2026-05-02 | 48.5930 |
| 2026-05-09 | 49.4565 |
| 2026-05-17 | 49.0492 |
| 2026-05-25 | 48.9334 |
| 2026-06-01 | 47.7431 |
| 2026-06-10 | 46.1627 |
| 2026-06-17 | 45.9600 |
| 2026-06-24 | 46.8892 |
| 2026-07-01 | 46.7884 |
| 2026-07-08 | 47.9262 |
| 2026-07-15 | 47.0611 |
| 2026-07-22 | 47.7174 |
| 2026-07-29 | 48.5708 |
| 2026-08-05 | 49.1692 |
| 2026-08-12 | 48.7598 |
| 2026-08-20 | 48.5348 |
| 2026-08-27 | 49.3525 |
| 2026-09-03 | 49.6115 |
| 2026-09-10 | 50.0014 |
| 2026-09-17 | 50.8566 |
| 2026-09-24 | 50.6985 |
High
61.7536
Low
45.9600
Average
51.9803
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.