Skip to content

PGK to MNT exchange rate API

Kina to Tugrik · quoted 2026-09-24

811.4548

▲ +0.35% over 30D

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 30 days, PGK/MNT traded between 797.3035 and 828.5385, averaged 809.3861 and rose 0.35%. 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 30D

PGK/MNT over 30D: show the values
PointPGK/MNT
2026-08-25808.6360
2026-08-26812.1692
2026-08-27815.1766
2026-08-28813.1423
2026-08-29826.4355
2026-08-30820.4044
2026-08-31798.1745
2026-09-01813.0372
2026-09-02813.4213
2026-09-03806.8007
2026-09-04800.2382
2026-09-05797.3035
2026-09-06797.9244
2026-09-07805.4015
2026-09-08808.4768
2026-09-09811.3955
2026-09-10798.1976
2026-09-11806.8894
2026-09-12828.5385
2026-09-13817.3592
2026-09-14805.7233
2026-09-15804.9951
2026-09-16805.7716
2026-09-17805.1907
2026-09-18804.8839
2026-09-19809.1814
2026-09-20814.4221
2026-09-21810.9719
2026-09-22814.2433
2026-09-23806.8798
2026-09-24807.5146

High

828.5385

Low

797.3035

Average

809.3861

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.