PGK to MNT exchange rate API
Kina to Tugrik · quoted 2026-09-24
811.4548
▼ +6.48% over 1Y
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 year, PGK/MNT traded between 0.14930 and 867.6551, averaged 780.5420 and fell 6.48%. 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 1Y: show the values
| Point | PGK/MNT |
|---|---|
| 2025-09-24 | 867.6551 |
| 2025-10-01 | 866.5058 |
| 2025-10-08 | 861.2287 |
| 2025-10-15 | 857.3532 |
| 2025-10-22 | 863.7687 |
| 2025-10-29 | 0.1493 |
| 2025-11-05 | 0.1953 |
| 2025-11-12 | 0.1898 |
| 2025-11-19 | 844.8052 |
| 2025-11-26 | 839.6181 |
| 2025-12-03 | 827.2237 |
| 2025-12-11 | 834.5425 |
| 2025-12-18 | 833.7347 |
| 2025-12-25 | 823.5370 |
| 2026-01-01 | 835.2679 |
| 2026-01-08 | 831.3506 |
| 2026-01-15 | 834.7257 |
| 2026-01-22 | 834.6760 |
| 2026-01-29 | 834.2757 |
| 2026-02-05 | 834.2459 |
| 2026-02-12 | 832.0355 |
| 2026-02-19 | 831.1947 |
| 2026-02-26 | 831.2917 |
| 2026-03-05 | 833.4887 |
| 2026-03-12 | 828.2370 |
| 2026-03-19 | 827.8117 |
| 2026-03-26 | 831.8037 |
| 2026-04-02 | 828.3488 |
| 2026-04-09 | 827.5194 |
| 2026-04-16 | 824.0894 |
| 2026-04-23 | 823.4673 |
| 2026-04-30 | 824.0567 |
| 2026-05-07 | 822.9836 |
| 2026-05-15 | 823.1321 |
| 2026-05-23 | 824.7145 |
| 2026-05-30 | 821.5243 |
| 2026-06-06 | 819.1741 |
| 2026-06-15 | 818.3738 |
| 2026-06-22 | 816.4904 |
| 2026-06-29 | 814.0684 |
| 2026-07-06 | 812.4655 |
| 2026-07-13 | 811.9817 |
| 2026-07-20 | 812.0411 |
| 2026-07-27 | 811.7602 |
| 2026-08-03 | 810.5815 |
| 2026-08-10 | 815.3897 |
| 2026-08-17 | 804.8074 |
| 2026-08-25 | 808.6360 |
| 2026-09-01 | 813.0372 |
| 2026-09-08 | 808.4768 |
| 2026-09-15 | 804.9951 |
| 2026-09-22 | 814.2433 |
High
867.6551
Low
0.14930
Average
780.5420
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.