Skip to content

KGS to MNT exchange rate API

Som to Tugrik · quoted 2026-09-26

41.1287

▲ +0.03% over 1Y

1 KGS = 41.1287 MNT · 1 MNT = 0.02431 KGS · Get this rate via the API

1 KGS buys 41.1287 MNT as of 2026-09-26, so 1 MNT buys 0.02431 KGS. Over the last year, KGS/MNT traded between 0.007911 and 41.1633, averaged 38.6026 and rose 0.03%. The API holds daily KGS/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KGS/MNT over 1Y

KGS/MNT over 1Y: show the values
PointKGS/MNT
2025-09-2641.1162
2025-10-0341.1421
2025-10-1041.1115
2025-10-1741.1218
2025-10-2441.1125
2025-10-310.0079
2025-11-070.0094
2025-11-140.0095
2025-11-2140.6740
2025-11-2840.7526
2025-12-0540.5403
2025-12-1340.5382
2025-12-2040.6158
2025-12-2740.6565
2026-01-0340.6943
2026-01-1040.7057
2026-01-1740.7581
2026-01-2440.7574
2026-01-3140.7750
2026-02-0740.8021
2026-02-1440.8212
2026-02-2140.8231
2026-02-2840.7832
2026-03-0740.8309
2026-03-1440.8105
2026-03-2140.7978
2026-03-2840.9374
2026-04-0440.8595
2026-04-1141.1129
2026-04-1840.8868
2026-04-2540.9646
2026-05-0240.9557
2026-05-0940.9389
2026-05-1740.9012
2026-05-2540.9320
2026-06-0140.9071
2026-06-1040.9285
2026-06-1740.9237
2026-06-2440.9618
2026-07-0140.9598
2026-07-0840.9766
2026-07-1541.0152
2026-07-2241.0516
2026-07-2941.0983
2026-08-0540.9516
2026-08-1241.1362
2026-08-2041.0926
2026-08-2741.1014
2026-09-0341.0765
2026-09-1041.0728
2026-09-1741.1339
2026-09-2441.1633

High

41.1633

Low

0.007911

Average

38.6026

For developers

Get this rate via the API

One GET request returns the KGS/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=KGS&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS&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=KGS&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

KGS/MNT API questions

How do I get the KGS/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KGS/MNT rate in rates.MNT.

How far back does KGS/MNT historical data go?

Daily KGS/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 KGS/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.