Skip to content

KES to EUR exchange rate API

Kenyan Shilling to Euro · quoted 2026-09-25

0.006790

▲ +3.05% over 1Y

1 KES = 0.006790 EUR · 1 EUR = 147.2754 KES · Get this rate via the API

1 KES buys 0.006790 EUR as of 2026-09-25, so 1 EUR buys 147.2754 KES. Over the last year, KES/EUR traded between 0.006497 and 0.006790, averaged 0.006658 and rose 3.05%. The API holds daily KES/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KES/EUR over 1Y

KES/EUR over 1Y: show the values
PointKES/EUR
2025-09-250.006589
2025-10-020.006567
2025-10-090.006659
2025-10-160.006644
2025-10-230.006683
2025-10-300.006701
2025-11-060.006709
2025-11-130.006660
2025-11-200.006681
2025-11-270.006652
2025-12-040.006624
2025-12-120.006618
2025-12-190.006620
2025-12-260.006583
2026-01-020.006612
2026-01-090.006645
2026-01-160.006666
2026-01-230.006601
2026-01-300.006497
2026-02-060.006569
2026-02-130.006526
2026-02-200.006580
2026-02-270.006566
2026-03-060.006693
2026-03-130.006733
2026-03-200.006712
2026-03-270.006694
2026-04-030.006679
2026-04-100.006606
2026-04-170.006558
2026-04-240.006603
2026-05-010.006595
2026-05-080.006564
2026-05-160.006648
2026-05-240.006628
2026-05-310.006626
2026-06-090.006679
2026-06-160.006663
2026-06-230.006783
2026-06-300.006778
2026-07-070.006764
2026-07-140.006785
2026-07-210.006774
2026-07-280.006790
2026-08-040.006712
2026-08-110.006698
2026-08-180.006678
2026-08-260.006621
2026-09-020.006672
2026-09-090.006630
2026-09-160.006685
2026-09-230.006769

High

0.006790

Low

0.006497

Average

0.006658

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KES/EUR API questions

How do I get the KES/EUR exchange rate from an API?

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

How far back does KES/EUR historical data go?

Daily KES/EUR 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/EUR 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.