Skip to content

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

TOP/KES over 1Y: show the values
PointTOP/KES
2025-09-2555.3130
2025-10-0254.8055
2025-10-0954.6696
2025-10-1654.7720
2025-10-2354.7096
2025-10-3054.4132
2025-11-0654.7954
2025-11-1354.8453
2025-11-2054.2896
2025-11-2754.0943
2025-12-0454.1616
2025-12-1253.7381
2025-12-1953.9537
2025-12-2654.6532
2026-01-0253.9592
2026-01-0953.9876
2026-01-1654.7835
2026-01-2354.5368
2026-01-3055.1016
2026-02-0654.8871
2026-02-1355.2896
2026-02-2055.1090
2026-02-2755.1547
2026-03-0655.0128
2026-03-1355.2023
2026-03-2054.9290
2026-03-2755.5905
2026-04-0355.0336
2026-04-1055.0761
2026-04-1853.6199
2026-04-2553.7140
2026-05-0253.6392
2026-05-0953.6517
2026-05-1754.9092
2026-05-2555.5438
2026-06-0155.5995
2026-06-1055.0394
2026-06-1755.6299
2026-06-2454.8021
2026-07-0154.6353
2026-07-0855.1305
2026-07-1554.7500
2026-07-2254.6774
2026-07-2955.0325
2026-08-0554.9374
2026-08-1254.9030
2026-08-2055.2438
2026-08-2755.4131
2026-09-0355.3785
2026-09-1055.3246
2026-09-1755.0728
2026-09-2454.8580

High

55.6299

Low

53.6199

Average

54.7669

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.