Skip to content

TOP to KES exchange rate API

Pa’anga to Kenyan Shilling · quoted 2026-09-25

54.2729

▼ +0.05% over YTD

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 year to date, TOP/KES traded between 54.1798 and 56.1668, averaged 55.0097 and fell 0.05%. 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 YTD

TOP/KES over YTD: show the values
PointTOP/KES
2025-12-3154.2984
2026-01-0754.1798
2026-01-1454.3941
2026-01-2154.5689
2026-01-2855.0356
2026-02-0455.1451
2026-02-1155.3044
2026-02-1855.0914
2026-02-2555.2023
2026-03-0455.0464
2026-03-1155.0473
2026-03-1855.2835
2026-03-2555.1348
2026-04-0155.0688
2026-04-0855.1500
2026-04-1655.5442
2026-04-2355.1923
2026-04-3055.6699
2026-05-0755.4309
2026-05-1556.1668
2026-05-2354.9315
2026-05-3054.3532
2026-06-0654.3459
2026-06-1555.0046
2026-06-2254.9603
2026-06-2954.6653
2026-07-0654.6402
2026-07-1354.6881
2026-07-2054.9379
2026-07-2755.0484
2026-08-0354.7864
2026-08-1054.9140
2026-08-1755.1273
2026-08-2555.4829
2026-09-0155.3731
2026-09-0855.3950
2026-09-1554.9389
2026-09-2255.5568

High

56.1668

Low

54.1798

Average

55.0097

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=KES"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=KES");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=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&currencies=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.