Skip to content

PGK to OMR exchange rate API

Kina to Rial Omani · quoted 2026-09-25

0.08649

▼ +7.17% over 1Y

1 PGK = 0.08649 OMR · 1 OMR = 11.5616 PGK · Get this rate via the API

1 PGK buys 0.08649 OMR as of 2026-09-25, so 1 OMR buys 11.5616 PGK. Over the last year, PGK/OMR traded between 0.08569 and 0.09318, averaged 0.08927 and fell 7.17%. The API holds daily PGK/OMR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/OMR over 1Y

PGK/OMR over 1Y: show the values
PointPGK/OMR
2025-09-250.09318
2025-10-020.09231
2025-10-090.09281
2025-10-160.09206
2025-10-230.09305
2025-10-300.09207
2025-11-060.09134
2025-11-130.09141
2025-11-200.09122
2025-11-270.09071
2025-12-040.09018
2025-12-110.09078
2025-12-180.09068
2025-12-250.08925
2026-01-010.09027
2026-01-080.09049
2026-01-150.09041
2026-01-220.09037
2026-01-290.09023
2026-02-050.09023
2026-02-120.09000
2026-02-190.08987
2026-02-260.08987
2026-03-050.08976
2026-03-120.08959
2026-03-190.08953
2026-03-260.08958
2026-04-020.08949
2026-04-090.08934
2026-04-160.08895
2026-04-230.08881
2026-04-300.08889
2026-05-070.08875
2026-05-140.08917
2026-05-210.08857
2026-05-280.08869
2026-06-040.08818
2026-06-110.08807
2026-06-180.08802
2026-06-250.08784
2026-07-020.08766
2026-07-090.08783
2026-07-160.08725
2026-07-230.08669
2026-07-300.08709
2026-08-060.08746
2026-08-130.08715
2026-08-200.08597
2026-08-270.08745
2026-09-030.08660
2026-09-100.08569
2026-09-170.08639
2026-09-240.08696

High

0.09318

Low

0.08569

Average

0.08927

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=OMR").json()

Replace YOUR_API_KEY with the key from your dashboard.

PGK/OMR API questions

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

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

How far back does PGK/OMR historical data go?

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