Skip to content

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

PGK/MNT over 1Y: show the values
PointPGK/MNT
2025-09-24867.6551
2025-10-01866.5058
2025-10-08861.2287
2025-10-15857.3532
2025-10-22863.7687
2025-10-290.1493
2025-11-050.1953
2025-11-120.1898
2025-11-19844.8052
2025-11-26839.6181
2025-12-03827.2237
2025-12-11834.5425
2025-12-18833.7347
2025-12-25823.5370
2026-01-01835.2679
2026-01-08831.3506
2026-01-15834.7257
2026-01-22834.6760
2026-01-29834.2757
2026-02-05834.2459
2026-02-12832.0355
2026-02-19831.1947
2026-02-26831.2917
2026-03-05833.4887
2026-03-12828.2370
2026-03-19827.8117
2026-03-26831.8037
2026-04-02828.3488
2026-04-09827.5194
2026-04-16824.0894
2026-04-23823.4673
2026-04-30824.0567
2026-05-07822.9836
2026-05-15823.1321
2026-05-23824.7145
2026-05-30821.5243
2026-06-06819.1741
2026-06-15818.3738
2026-06-22816.4904
2026-06-29814.0684
2026-07-06812.4655
2026-07-13811.9817
2026-07-20812.0411
2026-07-27811.7602
2026-08-03810.5815
2026-08-10815.3897
2026-08-17804.8074
2026-08-25808.6360
2026-09-01813.0372
2026-09-08808.4768
2026-09-15804.9951
2026-09-22814.2433

High

867.6551

Low

0.14930

Average

780.5420

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=MNT");
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=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&currencies=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.