Skip to content

OMR to TOP exchange rate API

Rial Omani to Pa’anga · quoted 2026-09-25

6.1320

▼ +0.56% over YTD

1 OMR = 6.1320 TOP · 1 TOP = 0.16308 OMR · Get this rate via the API

1 OMR buys 6.1320 TOP as of 2026-09-25, so 1 TOP buys 0.16308 OMR. Over the year to date, OMR/TOP traded between 6.0009 and 6.1735, averaged 6.0830 and fell 0.56%. The API holds daily OMR/TOP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/TOP over YTD

OMR/TOP over YTD: show the values
PointOMR/TOP
2025-12-316.1668
2026-01-076.1735
2026-01-146.1486
2026-01-216.1268
2026-01-286.0758
2026-02-046.0450
2026-02-116.0412
2026-02-186.0618
2026-02-256.0546
2026-03-046.0798
2026-03-116.0842
2026-03-186.0639
2026-03-256.0820
2026-04-016.1152
2026-04-086.1101
2026-04-166.0105
2026-04-236.0827
2026-04-306.0085
2026-05-076.0373
2026-05-146.0082
2026-05-216.0261
2026-05-286.0450
2026-06-046.0773
2026-06-116.1272
2026-06-186.0009
2026-06-256.1343
2026-07-026.1392
2026-07-096.1362
2026-07-166.0918
2026-07-236.0701
2026-07-306.0937
2026-08-066.1148
2026-08-136.1062
2026-08-206.0707
2026-08-276.0500
2026-09-036.0549
2026-09-106.0607
2026-09-176.0951
2026-09-246.1159

High

6.1735

Low

6.0009

Average

6.0830

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

OMR/TOP API questions

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

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

How far back does OMR/TOP historical data go?

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