API

African tax and data APIs
for B2B products

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.

View Documentation Get Free API Key See API Pricing

APIs to pilot first

Use the endpoints that already support payroll, tax, fintech, and business-data workflows.

💰

AfroTax

PAYE and tax reference workflows for supported African countries, with calculation engines and source notes where available.

/api/v1/tax/paye
💱

AfroFX

Latest available exchange rates for African and major global currencies, with freshness surfaced through the API status lane.

/api/v1/fx/rates

AfroFuel

Fuel price datasets for country and regional products where current source coverage is available.

/api/v1/fuel/prices
🏢

AfroRates

Central bank, policy, and rate datasets for products that need country-level economic context.

/api/v1/rates/central-bank

Simple to Integrate

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"])

Get Started Safely

1

Create an account

Sign up at AfroTools and navigate to the API section in your dashboard.

2

Get your API key

Generate an API key from your dashboard after sign-in and email verification. Free tier includes 100 requests/day and 3,000/month.

3

Start building

Use RESTful JSON endpoints to integrate African tax and business data into a server-side product flow.

4

Pilot paid access

When you need higher limits, implementation support, data subscriptions, or custom terms, use API Growth, API Pro, or Enterprise/custom through a manual pilot.

Ready to Build?

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