Skip to content

PGK to MRO exchange rate API

Kina to Ouguiya · quoted 2026-09-25

89.1175

▼ +13.89% over 5Y

1 PGK = 89.1175 MRO · 1 MRO = 0.01122 PGK · Get this rate via the API

1 PGK buys 89.1175 MRO as of 2026-09-25, so 1 MRO buys 0.01122 PGK. Over the last 5 years, PGK/MRO traded between 89.0331 and 103.4893, averaged 96.1937 and fell 13.89%. The API holds daily PGK/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/MRO over 5Y

PGK/MRO over 5Y: show the values
PointPGK/MRO
2024-08-24103.4893
2024-10-07103.3179
2024-11-06102.9392
2024-12-06103.2289
2025-01-05101.0980
2025-02-04102.3269
2025-03-0798.9635
2025-04-1197.8859
2025-05-1298.1618
2025-06-1297.4062
2025-07-1296.4299
2025-08-1199.3252
2025-09-1097.2264
2025-10-1194.7640
2025-11-1093.1342
2025-12-1193.2878
2026-01-1093.5642
2026-02-0992.9797
2026-03-1293.0303
2026-05-1791.9310
2026-06-2091.3651
2026-07-2190.6194
2026-08-2189.0331
2026-09-2190.2168

High

103.4893

Low

89.0331

Average

96.1937

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/MRO API questions

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

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

How far back does PGK/MRO historical data go?

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