TOP to KES exchange rate API
Pa’anga to Kenyan Shilling · quoted 2026-09-25
54.2729
▼ +1.88% over 1Y
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 year, TOP/KES traded between 53.6199 and 55.6299, averaged 54.7669 and fell 1.88%. 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 1Y: show the values
| Point | TOP/KES |
|---|---|
| 2025-09-25 | 55.3130 |
| 2025-10-02 | 54.8055 |
| 2025-10-09 | 54.6696 |
| 2025-10-16 | 54.7720 |
| 2025-10-23 | 54.7096 |
| 2025-10-30 | 54.4132 |
| 2025-11-06 | 54.7954 |
| 2025-11-13 | 54.8453 |
| 2025-11-20 | 54.2896 |
| 2025-11-27 | 54.0943 |
| 2025-12-04 | 54.1616 |
| 2025-12-12 | 53.7381 |
| 2025-12-19 | 53.9537 |
| 2025-12-26 | 54.6532 |
| 2026-01-02 | 53.9592 |
| 2026-01-09 | 53.9876 |
| 2026-01-16 | 54.7835 |
| 2026-01-23 | 54.5368 |
| 2026-01-30 | 55.1016 |
| 2026-02-06 | 54.8871 |
| 2026-02-13 | 55.2896 |
| 2026-02-20 | 55.1090 |
| 2026-02-27 | 55.1547 |
| 2026-03-06 | 55.0128 |
| 2026-03-13 | 55.2023 |
| 2026-03-20 | 54.9290 |
| 2026-03-27 | 55.5905 |
| 2026-04-03 | 55.0336 |
| 2026-04-10 | 55.0761 |
| 2026-04-18 | 53.6199 |
| 2026-04-25 | 53.7140 |
| 2026-05-02 | 53.6392 |
| 2026-05-09 | 53.6517 |
| 2026-05-17 | 54.9092 |
| 2026-05-25 | 55.5438 |
| 2026-06-01 | 55.5995 |
| 2026-06-10 | 55.0394 |
| 2026-06-17 | 55.6299 |
| 2026-06-24 | 54.8021 |
| 2026-07-01 | 54.6353 |
| 2026-07-08 | 55.1305 |
| 2026-07-15 | 54.7500 |
| 2026-07-22 | 54.6774 |
| 2026-07-29 | 55.0325 |
| 2026-08-05 | 54.9374 |
| 2026-08-12 | 54.9030 |
| 2026-08-20 | 55.2438 |
| 2026-08-27 | 55.4131 |
| 2026-09-03 | 55.3785 |
| 2026-09-10 | 55.3246 |
| 2026-09-17 | 55.0728 |
| 2026-09-24 | 54.8580 |
High
55.6299
Low
53.6199
Average
54.7669
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.