KES to JPY exchange rate API
Kenyan Shilling to Yen · quoted 2026-09-25
1.2198
▲ +5.97% over 1Y
1 KES = 1.2198 JPY · 1 JPY = 0.81978 KES · Get this rate via the API
1 KES buys 1.2198 JPY as of 2026-09-25, so 1 JPY buys 0.81978 KES. Over the last year, KES/JPY traded between 1.1330 and 1.2653, averaged 1.2165 and rose 5.97%. The API holds daily KES/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KES/JPY over 1Y: show the values
| Point | KES/JPY |
|---|---|
| 2025-09-25 | 1.1511 |
| 2025-10-02 | 1.1330 |
| 2025-10-09 | 1.1813 |
| 2025-10-16 | 1.1709 |
| 2025-10-23 | 1.1826 |
| 2025-10-30 | 1.1953 |
| 2025-11-06 | 1.1885 |
| 2025-11-13 | 1.1961 |
| 2025-11-20 | 1.2124 |
| 2025-11-27 | 1.2049 |
| 2025-12-04 | 1.1960 |
| 2025-12-12 | 1.2112 |
| 2025-12-19 | 1.2192 |
| 2025-12-26 | 1.2127 |
| 2026-01-02 | 1.2163 |
| 2026-01-09 | 1.2196 |
| 2026-01-16 | 1.2244 |
| 2026-01-23 | 1.2260 |
| 2026-01-30 | 1.1929 |
| 2026-02-06 | 1.2171 |
| 2026-02-13 | 1.1866 |
| 2026-02-20 | 1.2018 |
| 2026-02-27 | 1.2091 |
| 2026-03-06 | 1.2221 |
| 2026-03-13 | 1.2313 |
| 2026-03-20 | 1.2315 |
| 2026-03-27 | 1.2328 |
| 2026-04-03 | 1.2285 |
| 2026-04-10 | 1.2317 |
| 2026-04-17 | 1.2312 |
| 2026-04-24 | 1.2329 |
| 2026-05-01 | 1.2146 |
| 2026-05-08 | 1.2103 |
| 2026-05-16 | 1.2271 |
| 2026-05-24 | 1.2252 |
| 2026-05-31 | 1.2309 |
| 2026-06-09 | 1.2381 |
| 2026-06-16 | 1.2391 |
| 2026-06-23 | 1.2484 |
| 2026-06-30 | 1.2545 |
| 2026-07-07 | 1.2520 |
| 2026-07-14 | 1.2554 |
| 2026-07-21 | 1.2588 |
| 2026-07-28 | 1.2653 |
| 2026-08-04 | 1.2166 |
| 2026-08-11 | 1.2306 |
| 2026-08-18 | 1.2346 |
| 2026-08-26 | 1.2291 |
| 2026-09-02 | 1.2330 |
| 2026-09-09 | 1.1842 |
| 2026-09-16 | 1.1959 |
| 2026-09-23 | 1.2198 |
High
1.2653
Low
1.1330
Average
1.2165
Get this rate via the API
One GET request returns the KES/JPY 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=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KES¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KES¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
KES/JPY API questions
How do I get the KES/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KES¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KES/JPY rate in rates.JPY.
How far back does KES/JPY historical data go?
Daily KES/JPY 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/JPY 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.