Skip to content

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

GET/api/v1/kenya/nssfPay & statutory

NSSF contribution

The employee NSSF contribution: 6% on Tier I earnings up to the Lower Earnings Limit, plus 6% on Tier II up to the Upper Earnings Limit. Employer matches.

Try it live

Request

GET https://www.leadafrik.com/api/v1/kenya/nssf?gross=100000

Response

Parameters

NameTypeRequiredDescription
grossnumberyesMonthly gross salary in KES

Call it from code

curl

curl "https://www.leadafrik.com/api/v1/kenya/nssf?gross=100000"

JavaScript

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