KhaleejiAPIKhaleejiAPI
PricingDocumentationAbout
Sign InGet Started
Back to all APIs

Zakat Calculator

Popular

Calculate zakat obligations on cash, gold, silver, stocks, and more with live nisab thresholds

Category: Islamic FinanceEndpoint: /v1/zakat/calculate

Avg Response

<50ms

Uptime SLA

99.99%

Free Tier

1,000/mo

Quick Start

JavaScript / TypeScript

javascript
import { KhaleejiAPI } from '@khaleejiapi/sdk';
const client = new KhaleejiAPI({ apiKey: 'your_api_key' });
// Simple cash zakat
const simple = await client.request('/v1/zakat/calculate', {
amount: 50000,
currency: 'AED',
});
console.log(simple.calculation.zakatDue); // 1250.00 (2.5%)
// Detailed multi-asset zakat
const detailed = await client.request('/v1/zakat/calculate', {
assets: JSON.stringify([
{ type: 'cash', value: 100000 },
{ type: 'gold', weight: 200 },
{ type: 'stocks', value: 50000 },
]),
currency: 'AED',
});
console.log(detailed.calculation.eligible); // true
console.log(detailed.calculation.zakatDue); // total zakat across all assets

Python

python
from khaleejiapi import KhaleejiAPI
client = KhaleejiAPI('your_api_key')
# Simple cash zakat
result = client.request('/v1/zakat/calculate', {
'amount': 50000,
'currency': 'AED',
})
print(result['calculation']['zakatDue']) # 1250.00 (2.5%)

cURL

curl
curl -X GET "https://khaleejiapi.dev/api/v1/zakat/calculate?amount=50000&currency=AED" \
-H "x-api-key: your_api_key"
Get Your API KeyView Documentation

Related APIs

Sukuk Tracker

Reference data on GCC sukuk issuances with filtering by country, type, sector, and rating

Takaful Calculator

Estimate Islamic insurance contributions for health, motor, property, life, travel, and business

URL ShortenerSukuk Tracker
KhaleejiAPIKhaleejiAPI

Fast, affordable APIs built in Dubai for developers across the Middle East.

All systems operational

APIs

  • Email Validation
  • Phone Validation
  • VAT Validation
  • IP Geolocation
  • Exchange Rates
  • Image Processing
  • View all →

Resources

  • Documentation
  • API Reference
  • SDKs
  • Status
  • Changelog

Company

  • About
  • Blog
  • Careers
  • Contact

Legal

  • Privacy
  • Terms
  • DPA

© 2026 KhaleejiAPI. All rights reserved.

Made with love in Dubai by Berd-i & Sons