TOP to KES exchange rate API
Pa’anga to Kenyan Shilling · quoted 2026-09-25
54.2729
▼ +2.03% over 30D
1 TOP = 54.2729 KES · 1 KES = 0.01843 TOP · Get this rate via the API
1 TOP buys 54.2729 KES as of 2026-09-25, so 1 KES buys 0.01843 TOP. Over the last 30 days, TOP/KES traded between 54.0258 and 55.5568, averaged 55.1242 and fell 2.03%. The API holds daily TOP/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/KES over 30D: show the values
| Point | TOP/KES |
|---|---|
| 2026-08-26 | 55.3964 |
| 2026-08-27 | 55.4131 |
| 2026-08-28 | 55.4572 |
| 2026-08-29 | 54.8841 |
| 2026-08-30 | 55.3866 |
| 2026-08-31 | 55.5408 |
| 2026-09-01 | 55.3731 |
| 2026-09-02 | 55.4020 |
| 2026-09-03 | 55.3785 |
| 2026-09-04 | 55.3524 |
| 2026-09-05 | 54.8367 |
| 2026-09-06 | 54.9057 |
| 2026-09-07 | 55.2755 |
| 2026-09-08 | 55.3950 |
| 2026-09-09 | 55.4333 |
| 2026-09-10 | 55.3246 |
| 2026-09-11 | 55.2366 |
| 2026-09-12 | 54.6882 |
| 2026-09-13 | 54.9057 |
| 2026-09-14 | 55.1854 |
| 2026-09-15 | 54.9389 |
| 2026-09-16 | 55.0311 |
| 2026-09-17 | 55.0728 |
| 2026-09-18 | 54.9514 |
| 2026-09-19 | 54.0258 |
| 2026-09-20 | 54.5552 |
| 2026-09-21 | 55.4397 |
| 2026-09-22 | 55.5568 |
| 2026-09-23 | 55.3758 |
| 2026-09-24 | 54.8580 |
High
55.5568
Low
54.0258
Average
55.1242
Get this rate via the API
One GET request returns the TOP/KES 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=TOP¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KES").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/KES API questions
How do I get the TOP/KES exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=KES, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/KES rate in rates.KES.
How far back does TOP/KES historical data go?
Daily TOP/KES 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 TOP/KES 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.