Skip to content

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

TOP/KES over 30D: show the values
PointTOP/KES
2026-08-2655.3964
2026-08-2755.4131
2026-08-2855.4572
2026-08-2954.8841
2026-08-3055.3866
2026-08-3155.5408
2026-09-0155.3731
2026-09-0255.4020
2026-09-0355.3785
2026-09-0455.3524
2026-09-0554.8367
2026-09-0654.9057
2026-09-0755.2755
2026-09-0855.3950
2026-09-0955.4333
2026-09-1055.3246
2026-09-1155.2366
2026-09-1254.6882
2026-09-1354.9057
2026-09-1455.1854
2026-09-1554.9389
2026-09-1655.0311
2026-09-1755.0728
2026-09-1854.9514
2026-09-1954.0258
2026-09-2054.5552
2026-09-2155.4397
2026-09-2255.5568
2026-09-2355.3758
2026-09-2454.8580

High

55.5568

Low

54.0258

Average

55.1242

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.