Skip to content

We've built 200+ tools — open your toolbox, there's something in here you probably need.

GET/api/v1/kenya/ratesReference

Kenya statutory rates

The current Kenya statutory rates the whole platform computes with (values), plus the human-readable sources list — each with its effective date, the law that set it, and the authoritative URL to verify against.

Try it live

Request

GET https://www.leadafrik.com/api/v1/kenya/rates

Response

Call it from code

curl

curl "https://www.leadafrik.com/api/v1/kenya/rates"

JavaScript

const res = await fetch("https://www.leadafrik.com/api/v1/kenya/rates");
const { ok, data, meta } = await res.json();