Skip to content

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

KES/MNT over 1Y: show the values
PointKES/MNT
2025-09-2627.7412
2025-10-0327.8084
2025-10-1027.8179
2025-10-1727.8956
2025-10-2427.8804
2025-10-310.0054
2025-11-070.0064
2025-11-140.0064
2025-11-2127.5012
2025-11-2827.4676
2025-12-0527.4114
2025-12-1327.5660
2025-12-2027.5729
2025-12-2727.5787
2026-01-0327.5876
2026-01-1027.5888
2026-01-1727.6307
2026-01-2427.6422
2026-01-3127.6449
2026-02-0727.7464
2026-02-1427.6769
2026-02-2127.6795
2026-02-2827.6471
2026-03-0727.6463
2026-03-1427.6133
2026-03-2127.5295
2026-03-2827.5588
2026-04-0427.5314
2026-04-1127.8384
2026-04-1827.6953
2026-04-2527.6844
2026-05-0227.7225
2026-05-0927.7047
2026-05-1727.6643
2026-05-2527.6111
2026-06-0127.6363
2026-06-1027.6657
2026-06-1727.6475
2026-06-2427.6998
2026-07-0127.6690
2026-07-0827.7291
2026-07-1527.7488
2026-07-2227.7638
2026-07-2927.7666
2026-08-0527.8002
2026-08-1227.8169
2026-08-2027.7917
2026-08-2727.8049
2026-09-0327.7834
2026-09-1027.7807
2026-09-1727.7655
2026-09-2427.7994

High

27.8956

Low

0.005354

Average

26.1195

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KES&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KES&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=KES&currencies=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&currencies=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.