Skip to content

PGK to MNT exchange rate API

Kina to Tugrik · quoted 2026-09-24

811.4548

▼ +2.33% over 6M

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 6 months, PGK/MNT traded between 798.1976 and 833.8938, averaged 816.4529 and fell 2.33%. 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 6M

PGK/MNT over 6M: show the values
PointPGK/MNT
2026-03-28830.8093
2026-04-04828.0006
2026-04-11833.8938
2026-04-18827.4790
2026-04-25826.2140
2026-05-02825.2076
2026-05-09822.6653
2026-05-17821.0606
2026-05-25819.4607
2026-06-01818.7355
2026-06-10815.5745
2026-06-17819.1180
2026-06-24818.1445
2026-07-01813.9788
2026-07-08816.2102
2026-07-15815.0828
2026-07-22812.7341
2026-07-29810.4434
2026-08-05815.5940
2026-08-12808.1894
2026-08-20801.2971
2026-08-27815.1766
2026-09-03806.8007
2026-09-10798.1976
2026-09-17805.1907
2026-09-24807.5146

High

833.8938

Low

798.1976

Average

816.4529

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.