PAYE, VAT, FX, fuel, country, and rate data for payroll, fintech, accounting, HR, education, and business media teams. Start with a free verified key, then pilot API Growth, API Pro, or Enterprise/custom access.
Use the endpoints that already support payroll, tax, fintech, and business-data workflows.
PAYE and tax reference workflows for supported African countries, with calculation engines and source notes where available.
/api/v1/tax/paye
Latest available exchange rates for African and major global currencies, with freshness surfaced through the API status lane.
/api/v1/fx/rates
Fuel price datasets for country and regional products where current source coverage is available.
/api/v1/fuel/prices
Central bank, policy, and rate datasets for products that need country-level economic context.
/api/v1/rates/central-bank
Start making API calls in under a minute.
# Get Nigeria PAYE tax breakdown curl -X POST "https://afrotools.com/api/v1/tax/paye" \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"country":"NG","grossMonthly":500000}'
// Get Nigeria PAYE tax breakdown const response = await fetch( 'https://afrotools.com/api/v1/tax/paye', { method: 'POST', headers: { 'x-api-key': 'YOUR_API_KEY', 'Content-Type': 'application/json' }, body: JSON.stringify({ country: 'NG', grossMonthly: 500000 }) } ); const data = await response.json(); console.log(data.result);
# Get Nigeria PAYE tax breakdown import requests response = requests.post( "https://afrotools.com/api/v1/tax/paye", json={"country": "NG", "grossMonthly": "500000"}, headers={"x-api-key": "YOUR_API_KEY"} ) data = response.json() print(data["result"])
Sign up at AfroTools and navigate to the API section in your dashboard.
Generate an API key from your dashboard after sign-in and email verification. Free tier includes 100 requests/day and 3,000/month.
Use RESTful JSON endpoints to integrate African tax and business data into a server-side product flow.
When you need higher limits, implementation support, data subscriptions, or custom terms, use API Growth, API Pro, or Enterprise/custom through a manual pilot.
Start with 100 free API requests per day and 3,000 per month. Paid API tiers are commercial pilots until self-serve billing is wired.
Get Your API Key Request API Growth Pilot