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: show the values
| Point | PGK/MRO |
|---|---|
| 2024-08-24 | 103.4893 |
| 2024-10-07 | 103.3179 |
| 2024-11-06 | 102.9392 |
| 2024-12-06 | 103.2289 |
| 2025-01-05 | 101.0980 |
| 2025-02-04 | 102.3269 |
| 2025-03-07 | 98.9635 |
| 2025-04-11 | 97.8859 |
| 2025-05-12 | 98.1618 |
| 2025-06-12 | 97.4062 |
| 2025-07-12 | 96.4299 |
| 2025-08-11 | 99.3252 |
| 2025-09-10 | 97.2264 |
| 2025-10-11 | 94.7640 |
| 2025-11-10 | 93.1342 |
| 2025-12-11 | 93.2878 |
| 2026-01-10 | 93.5642 |
| 2026-02-09 | 92.9797 |
| 2026-03-12 | 93.0303 |
| 2026-05-17 | 91.9310 |
| 2026-06-20 | 91.3651 |
| 2026-07-21 | 90.6194 |
| 2026-08-21 | 89.0331 |
| 2026-09-21 | 90.2168 |
High
103.4893
Low
89.0331
Average
96.1937
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MRO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MRO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.