PGK to MNT exchange rate API
Kina to Tugrik · quoted 2026-09-24
811.4548
▼ +2.85% over YTD
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 year to date, PGK/MNT traded between 798.1745 and 835.5998, averaged 822.0100 and fell 2.85%. 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 YTD: show the values
| Point | PGK/MNT |
|---|---|
| 2025-12-31 | 835.2691 |
| 2026-01-07 | 834.6891 |
| 2026-01-14 | 835.5998 |
| 2026-01-21 | 835.2009 |
| 2026-01-28 | 834.9558 |
| 2026-02-04 | 834.9015 |
| 2026-02-11 | 831.8997 |
| 2026-02-18 | 831.2853 |
| 2026-02-25 | 831.2219 |
| 2026-03-04 | 830.1368 |
| 2026-03-11 | 829.4460 |
| 2026-03-18 | 828.4561 |
| 2026-03-25 | 828.3348 |
| 2026-04-01 | 827.0923 |
| 2026-04-08 | 826.1423 |
| 2026-04-15 | 824.4851 |
| 2026-04-22 | 822.1882 |
| 2026-04-29 | 827.8692 |
| 2026-05-06 | 823.2630 |
| 2026-05-14 | 826.6806 |
| 2026-05-21 | 821.1155 |
| 2026-05-29 | 821.2518 |
| 2026-06-05 | 816.7038 |
| 2026-06-14 | 823.4029 |
| 2026-06-21 | 817.5831 |
| 2026-06-28 | 815.4044 |
| 2026-07-05 | 812.0453 |
| 2026-07-12 | 814.9792 |
| 2026-07-19 | 814.1121 |
| 2026-07-26 | 813.9693 |
| 2026-08-02 | 813.6526 |
| 2026-08-09 | 812.3024 |
| 2026-08-16 | 820.0705 |
| 2026-08-24 | 810.9523 |
| 2026-08-31 | 798.1745 |
| 2026-09-07 | 805.4015 |
| 2026-09-14 | 805.7233 |
| 2026-09-21 | 810.9719 |
High
835.5998
Low
798.1745
Average
822.0100
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.