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: show the values
| Point | KGS/MNT |
|---|---|
| 2025-09-26 | 41.1162 |
| 2025-10-03 | 41.1421 |
| 2025-10-10 | 41.1115 |
| 2025-10-17 | 41.1218 |
| 2025-10-24 | 41.1125 |
| 2025-10-31 | 0.0079 |
| 2025-11-07 | 0.0094 |
| 2025-11-14 | 0.0095 |
| 2025-11-21 | 40.6740 |
| 2025-11-28 | 40.7526 |
| 2025-12-05 | 40.5403 |
| 2025-12-13 | 40.5382 |
| 2025-12-20 | 40.6158 |
| 2025-12-27 | 40.6565 |
| 2026-01-03 | 40.6943 |
| 2026-01-10 | 40.7057 |
| 2026-01-17 | 40.7581 |
| 2026-01-24 | 40.7574 |
| 2026-01-31 | 40.7750 |
| 2026-02-07 | 40.8021 |
| 2026-02-14 | 40.8212 |
| 2026-02-21 | 40.8231 |
| 2026-02-28 | 40.7832 |
| 2026-03-07 | 40.8309 |
| 2026-03-14 | 40.8105 |
| 2026-03-21 | 40.7978 |
| 2026-03-28 | 40.9374 |
| 2026-04-04 | 40.8595 |
| 2026-04-11 | 41.1129 |
| 2026-04-18 | 40.8868 |
| 2026-04-25 | 40.9646 |
| 2026-05-02 | 40.9557 |
| 2026-05-09 | 40.9389 |
| 2026-05-17 | 40.9012 |
| 2026-05-25 | 40.9320 |
| 2026-06-01 | 40.9071 |
| 2026-06-10 | 40.9285 |
| 2026-06-17 | 40.9237 |
| 2026-06-24 | 40.9618 |
| 2026-07-01 | 40.9598 |
| 2026-07-08 | 40.9766 |
| 2026-07-15 | 41.0152 |
| 2026-07-22 | 41.0516 |
| 2026-07-29 | 41.0983 |
| 2026-08-05 | 40.9516 |
| 2026-08-12 | 41.1362 |
| 2026-08-20 | 41.0926 |
| 2026-08-27 | 41.1014 |
| 2026-09-03 | 41.0765 |
| 2026-09-10 | 41.0728 |
| 2026-09-17 | 41.1339 |
| 2026-09-24 | 41.1633 |
High
41.1633
Low
0.007911
Average
38.6026
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KGS¤cies=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¤cies=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.