KES to MNT exchange rate API
Kenyan Shilling to Tugrik · quoted 2026-09-26
27.7603
▲ +0.07% over 1Y
1 KES = 27.7603 MNT · 1 MNT = 0.03602 KES · Get this rate via the API
1 KES buys 27.7603 MNT as of 2026-09-26, so 1 MNT buys 0.03602 KES. Over the last year, KES/MNT traded between 0.005354 and 27.8956, averaged 26.1195 and rose 0.07%. The API holds daily KES/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KES/MNT over 1Y: show the values
| Point | KES/MNT |
|---|---|
| 2025-09-26 | 27.7412 |
| 2025-10-03 | 27.8084 |
| 2025-10-10 | 27.8179 |
| 2025-10-17 | 27.8956 |
| 2025-10-24 | 27.8804 |
| 2025-10-31 | 0.0054 |
| 2025-11-07 | 0.0064 |
| 2025-11-14 | 0.0064 |
| 2025-11-21 | 27.5012 |
| 2025-11-28 | 27.4676 |
| 2025-12-05 | 27.4114 |
| 2025-12-13 | 27.5660 |
| 2025-12-20 | 27.5729 |
| 2025-12-27 | 27.5787 |
| 2026-01-03 | 27.5876 |
| 2026-01-10 | 27.5888 |
| 2026-01-17 | 27.6307 |
| 2026-01-24 | 27.6422 |
| 2026-01-31 | 27.6449 |
| 2026-02-07 | 27.7464 |
| 2026-02-14 | 27.6769 |
| 2026-02-21 | 27.6795 |
| 2026-02-28 | 27.6471 |
| 2026-03-07 | 27.6463 |
| 2026-03-14 | 27.6133 |
| 2026-03-21 | 27.5295 |
| 2026-03-28 | 27.5588 |
| 2026-04-04 | 27.5314 |
| 2026-04-11 | 27.8384 |
| 2026-04-18 | 27.6953 |
| 2026-04-25 | 27.6844 |
| 2026-05-02 | 27.7225 |
| 2026-05-09 | 27.7047 |
| 2026-05-17 | 27.6643 |
| 2026-05-25 | 27.6111 |
| 2026-06-01 | 27.6363 |
| 2026-06-10 | 27.6657 |
| 2026-06-17 | 27.6475 |
| 2026-06-24 | 27.6998 |
| 2026-07-01 | 27.6690 |
| 2026-07-08 | 27.7291 |
| 2026-07-15 | 27.7488 |
| 2026-07-22 | 27.7638 |
| 2026-07-29 | 27.7666 |
| 2026-08-05 | 27.8002 |
| 2026-08-12 | 27.8169 |
| 2026-08-20 | 27.7917 |
| 2026-08-27 | 27.8049 |
| 2026-09-03 | 27.7834 |
| 2026-09-10 | 27.7807 |
| 2026-09-17 | 27.7655 |
| 2026-09-24 | 27.7994 |
High
27.8956
Low
0.005354
Average
26.1195
Get this rate via the API
One GET request returns the KES/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=KES¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KES¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KES¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
KES/MNT API questions
How do I get the KES/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KES¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KES/MNT rate in rates.MNT.
How far back does KES/MNT historical data go?
Daily KES/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 KES/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.