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: show the values
| Point | OMR/TOP |
|---|---|
| 2025-12-31 | 6.1668 |
| 2026-01-07 | 6.1735 |
| 2026-01-14 | 6.1486 |
| 2026-01-21 | 6.1268 |
| 2026-01-28 | 6.0758 |
| 2026-02-04 | 6.0450 |
| 2026-02-11 | 6.0412 |
| 2026-02-18 | 6.0618 |
| 2026-02-25 | 6.0546 |
| 2026-03-04 | 6.0798 |
| 2026-03-11 | 6.0842 |
| 2026-03-18 | 6.0639 |
| 2026-03-25 | 6.0820 |
| 2026-04-01 | 6.1152 |
| 2026-04-08 | 6.1101 |
| 2026-04-16 | 6.0105 |
| 2026-04-23 | 6.0827 |
| 2026-04-30 | 6.0085 |
| 2026-05-07 | 6.0373 |
| 2026-05-14 | 6.0082 |
| 2026-05-21 | 6.0261 |
| 2026-05-28 | 6.0450 |
| 2026-06-04 | 6.0773 |
| 2026-06-11 | 6.1272 |
| 2026-06-18 | 6.0009 |
| 2026-06-25 | 6.1343 |
| 2026-07-02 | 6.1392 |
| 2026-07-09 | 6.1362 |
| 2026-07-16 | 6.0918 |
| 2026-07-23 | 6.0701 |
| 2026-07-30 | 6.0937 |
| 2026-08-06 | 6.1148 |
| 2026-08-13 | 6.1062 |
| 2026-08-20 | 6.0707 |
| 2026-08-27 | 6.0500 |
| 2026-09-03 | 6.0549 |
| 2026-09-10 | 6.0607 |
| 2026-09-17 | 6.0951 |
| 2026-09-24 | 6.1159 |
High
6.1735
Low
6.0009
Average
6.0830
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=TOP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=TOP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.