PGK to MNT exchange rate API
Kina to Tugrik · quoted 2026-09-24
811.4548
▼ +7.92% over 5Y
1 PGK = 811.4548 MNT · 1 MNT = 0.001232 PGK · Get this rate via the API
1 PGK buys 811.4548 MNT as of 2026-09-24, so 1 MNT buys 0.001232 PGK. Over the last 5 years, PGK/MNT traded between 0.19534 and 900.7219, averaged 822.3913 and fell 7.92%. The API holds daily PGK/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/MNT over 5Y: show the values
| Point | PGK/MNT |
|---|---|
| 2024-08-24 | 881.2287 |
| 2024-10-07 | 884.3966 |
| 2024-11-06 | 882.9952 |
| 2024-12-06 | 889.8738 |
| 2025-01-05 | 863.4101 |
| 2025-02-04 | 878.7409 |
| 2025-03-06 | 865.6939 |
| 2025-04-06 | 879.6774 |
| 2025-05-06 | 894.4196 |
| 2025-06-07 | 874.3158 |
| 2025-07-07 | 893.6751 |
| 2025-08-06 | 900.7219 |
| 2025-09-05 | 884.1688 |
| 2025-10-06 | 863.6899 |
| 2025-11-05 | 0.1953 |
| 2025-12-05 | 834.8630 |
| 2026-01-05 | 834.6640 |
| 2026-02-04 | 834.9015 |
| 2026-03-06 | 830.4417 |
| 2026-04-05 | 828.3477 |
| 2026-05-05 | 824.4667 |
| 2026-06-06 | 819.1741 |
| 2026-07-08 | 816.2102 |
| 2026-08-07 | 805.0452 |
| 2026-09-07 | 805.4015 |
High
900.7219
Low
0.19534
Average
822.3913
Get this rate via the API
One GET request returns the PGK/MNT 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=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/MNT API questions
How do I get the PGK/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/MNT rate in rates.MNT.
How far back does PGK/MNT historical data go?
Daily PGK/MNT 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/MNT 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.