The only API built for Islamic finance. Get AAOIFI-compliant screening, AI-powered SEC filing analysis, and proprietary halal stock scores — all via simple REST endpoints.
Interest-bearing debt measured against total assets. Every ticker screened against the AAOIFI 33% threshold so you know exactly where each company stands.
Cash and receivables compared against market capitalisation. Identifies whether a company's intrinsic value derives primarily from tangible assets or intangibles.
AI-extracted prohibited revenue streams from SEC 10-K and 10-Q footnotes. Interest income, operating lease debt, and haram segment revenue — all quantified.
8+
Our User Database
Registered developers & analysts
3+
Trusted By
Users who have purchased a subscription
3
Currently Actively Subscribed
Live paid plans right now
Trusted & Integrated With
One API call. One JSON response. Full Shariah Compliance Report.
GET /api/v1/compliance/AAPL?apikey=YOUR_KEY { // ── Identity ────────────────────────────────────── "ticker": "AAPL", "company_name": "Apple Inc.", // ── Verdict ─────────────────────────────────────── "halal_status": "HALAL", "halal_rating": 9, // ── Financial Ratios (Basic Report) ─────────────── "debt_ratio": 0.1842, "liquidity_ratio": 0.7351, "impure_ratio": 0.0000, // ── AI SEC Filing Analysis (Full Report) ────────── "ai_interest_debt": 98000000000, "ai_prohibited_revenue": 0, "ai_operating_lease": 12000000000, "ai_last_scanned": "2025-11-15T04:22:00Z", "ai_data_available": true }