Shariah-Compliant
Stock Data API.
The only API built for Islamic finance. Get AAOIFI-compliant screening across US / UK / Canada, AI-powered regulatory filings analysis, and proprietary halal stock scores — all via simple REST endpoints.
What You Get
Comprehensive halal stock data powered by transparent Islamic financial criteria.
Debt Ratio Analysis
Interest-bearing debt measured against the 12-quarter average market capitalisation. Every ticker screened against the strict AAOIFI 30% threshold so you know exactly where each company stands.
Liquid Assets vs Market Cap
Cash and receivables compared against market capitalisation. Identifies whether a company's intrinsic value derives primarily from tangible assets or intangibles.
Impure Income Detection
AI-extracted prohibited revenue streams from regulatory filings (SEC 10-K / 10-Q, UK Companies House annual accounts, Canadian SEC 40-F + IR reports). Interest income, operating-lease debt, and haram segment revenue — all quantified.
Financial Ratios (Basic Report)
Debt, liquidity, and impure-income ratios computed from the latest filings, returned as ready-to-use decimals. The fastest path to a halal/non-halal verdict.
AI Filings Analysis
Our model reads regulatory filings the way a Shariah analyst would — 10-K and 10-Q footnotes for US, Companies House annual accounts for UK, SEC 40-F and IR reports for Canada — surfacing interest debt, operating leases, and prohibited segments other screeners miss.
Full Compliance Reports
End-to-end verdict with halal status, Akinda halal rating, every underlying ratio, and the AI-extracted financial breakdown — one endpoint, one JSON response.
For Developers
Ship halal screening into your app.
Indie devs, vibe-coders, and retail trading tools. Pay-as-you-scale personal plans, full endpoint access, zero setup.
View Personal Plans →For Business
Level up your entire platform.
Banks, hedge funds, robo-advisors, and fintech platforms. High-throughput plans, dedicated SLAs, and commercial-use terms.
View Business Plans →Trusted & Integrated With
Used by developers and fintech platforms worldwide.
TECH CENTER
Simple Integration
One API call. One JSON response. Full Shariah Compliance Report.
Endpoint 01
Shariah Compliance Status
The fastest halal / non-halal verdict.
Send a ticker, get a clear AAOIFI-aligned status back. Perfect for search bars, watchlists, and live feed filters that just need a yes-or-no answer.
See full schema →{
"ticker": "AAPL",
"company_name": "Apple Inc.",
"listing_country": "US",
"reporting_currency": "USD",
"halal_status": "HALAL"
}Endpoint 02
Basic Report — Financial Ratios
Every ratio behind the verdict.
The three AAOIFI ratios computed from the latest annual / quarterly filings, plus the multi-country listing and currency fields. Everything you need to display a transparent screening breakdown.
See full schema →{
"ticker": "AAPL",
"company_name": "Apple Inc.",
"listing_country": "US",
"reporting_currency": "USD",
"halal_status": "HALAL",
"debt_ratio_perc": 3.07,
"liquidity_ratio_perc": 1.70,
"non_compliant_revenue_perc": 0
}Endpoint 03
Full Report — AI Filings Analysis
Everything: ratios, AI-extracted dollars, source breakdown, scores.
The basic report plus AI-extracted figures from regulatory filings (SEC EDGAR for US, Companies House for UK, IR + 40-F for Canada): interest-bearing debt, operating lease obligations, dollar counterparts, halal / doubtful / non-compliant revenue sources, and the proprietary ranking-score pillars.
See full schema →{
"ticker": "AAPL",
"company_name": "Apple Inc.",
"listing_country": "US",
"reporting_currency": "USD",
"halal_status": "HALAL",
"halal_rating": 7,
"force_haram": false,
"debt_ratio_perc": 12.34,
"liquidity_ratio_perc": 7.89,
"non_compliant_revenue_perc": 1.74,
"debt_ratio_dollar": 110000000000,
"liquidity_ratio_dollar": 65000000000,
"non_compliant_revenue_dollar": 4920000000,
"compliant_revenue_perc": 97.84,
"compliant_revenue_dollar": 218000000000,
"doubtful_revenue_perc": 1.15,
"doubtful_revenue_dollar": 2600000000,
"interest_debt": 110000000000,
"prohibited_revenue": 5000000000,
"operating_lease": 14000000000,
"halal_revenue_source": [
{ "name": "Services", "percent": 85.25, "amount_usd": 189000000000 },
{ "name": "iPhone", "percent": 12.51, "amount_usd": 27000000000 }
],
"non_compliant_revenue_source": [
{ "name": "Apple Card interest", "percent": 1.01, "amount_usd": 4920000000 }
],
"doubtful_revenue_source": [
{ "name": "Apple Music streaming", "percent": 1.15, "amount_usd": 2600000000 }
],
"ranking_score": 7.80,
"profitability_score": 8.20,
"liquidity_score": 7.40,
"financial_strength_score": 8.50,
"value_score": 5.90,
"growth_score": 7.60,
"momentum_score": 8.10,
"dividend_score": 5.20,
"last_scanned": "Jun 21, 2026",
"last_updated": "Jun 22, 2026"
}Frequently Asked Questions
Everything you need to know about Akinda API and our screening methodology.