The Short Answer: Yes, With Conditions

The majority of contemporary Islamic scholars agree that investing in stocks is permissible (halal) — provided the companies you invest in pass specific Shariah screening criteria. This isn't a fringe opinion: it's the position held by the International Islamic Fiqh Academy, AAOIFI (the Accounting and Auditing Organization for Islamic Financial Institutions), and virtually every major Shariah advisory board globally.

The reasoning is straightforward. When you buy a share of stock, you're purchasing partial ownership of a real business. Owning a business is halal in Islam. The Prophet Muhammad (peace be upon him) was himself a merchant. What matters is what that business does and how it manages its finances.

This guide walks you through exactly what makes a stock halal or haram, the three screening criteria you need to check, how five different screening methodologies compare, and how to automate the entire process.

The Three Screening Criteria Every Muslim Investor Must Check

Shariah stock screening evaluates companies on three dimensions. A stock must pass all three to be considered compliant.

1. Business Activity Screening (What does the company do?)

The most intuitive filter. A company's primary business must not involve activities that are explicitly prohibited in Islam. The universally agreed-upon haram sectors include:

Most screening methodologies allow a small tolerance (typically 5%) for incidental haram revenue. For example, a hotel chain that earns 3% of revenue from its minibar alcohol sales might still pass screening, since its core business (hospitality) is permissible.

2. Financial Ratio Screening (How is the company financed?)

Even if a company's business is entirely halal, its financial structure can make it non-compliant. This is where Islamic finance diverges most from conventional investing. Three ratios are typically examined:

3. Income Purification (Cleaning your returns)

Even after a stock passes both screens above, a small portion of its income may come from impermissible sources (like bank interest on corporate cash). Shareholders are expected to purify this portion by donating it to charity. This is called dividend purification and applies to dividend income.

Key Insight

A company doesn't need to be 100% "pure" to be halal for investment. The scholarly consensus allows tolerance thresholds because in the modern economy, almost no public company can completely avoid all contact with interest-based finance. What matters is that the primary business is permissible and that financial ratios stay within limits.

Five Screening Methodologies Compared

Different Islamic finance institutions have developed their own screening standards. The thresholds vary, which means the same stock can be halal under one methodology and haram under another. Here's how they compare:

Criteria AAOIFI DJIM FTSE MSCI S&P
Debt / Denominator < 30% < 33% < 33% < 33.33% < 33%
Cash & Interest / Denominator < 30% < 33% < 33% < 33.33% < 49%
Impure Revenue / Total Revenue < 5% < 5% < 5% < 5% < 5%
Denominator Used Market Cap Market Cap (24-mo avg) Total Assets Total Assets Market Cap (36-mo avg)
Primary Region Gulf / MENA Global UK / Europe Global Global

The choice of denominator matters significantly. Methodologies using market capitalization (AAOIFI, DJIM, S&P) produce ratios that fluctuate with stock price, meaning a company could shift between compliant and non-compliant as its share price moves. Those using total assets (FTSE, MSCI) produce more stable results based on balance sheet data.

For a deep dive into each standard, read our full methodology comparison.

Is Apple (AAPL) Halal?

Apple is one of the most commonly screened stocks. As of early 2026, Apple is compliant across all five major methodologies. Its core business (consumer electronics and software) is permissible, its debt ratios are well within thresholds, and its impure income ratio is minimal. The purification rate is approximately 0.42%, meaning for every $100 in dividends, you'd donate about $0.42 to charity.

Is Tesla (TSLA) Halal?

Tesla's compliance status is more nuanced. Its core business (electric vehicles, energy storage) is clearly permissible. However, Tesla's financial ratios — particularly its debt levels during expansion phases — have historically put it near the threshold boundaries. Under stricter methodologies like AAOIFI, Tesla has periodically been flagged as non-compliant when its debt ratios temporarily exceeded 30%. Under more lenient methodologies using 33% thresholds, it has remained compliant. The takeaway: always check current data, as compliance status can change with quarterly financials.

Screen any stock or ETF

Choose Your Tool

Use the interactive terminal to screen visually, or integrate the API into your own applications and workflows.

How to Screen a Stock: Step by Step

You can screen a stock manually by pulling financial statements and calculating ratios yourself — but this is tedious and error-prone for a portfolio of any size. Here's how to automate it with the Halal Terminal API:

Screen a single stock

curl https://api.halalterminal.com/api/screen?symbol=AAPL \
  -H "X-API-Key: YOUR_KEY"

The response includes compliance status for all five methodologies, each financial ratio, the revenue breakdown, and the purification rate:

{
  "symbol": "AAPL",
  "name": "Apple Inc.",
  "overall_status": "COMPLIANT",
  "methodologies": {
    "AAOIFI": "COMPLIANT",
    "DJIM": "COMPLIANT",
    "FTSE": "COMPLIANT",
    "MSCI": "COMPLIANT",
    "SP": "COMPLIANT"
  },
  "financial_ratios": {
    "debt_to_market_cap": 0.148,
    "cash_to_market_cap": 0.021,
    "impure_revenue_ratio": 0.0042
  },
  "purification_rate": 0.42
}

Screen your entire portfolio

curl -X POST https://api.halalterminal.com/api/portfolio/scan \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "holdings": [
      {"symbol": "AAPL", "shares": 50},
      {"symbol": "MSFT", "shares": 30},
      {"symbol": "GOOGL", "shares": 20}
    ]
  }'

For a hands-on developer tutorial, see Building a Halal Stock Screener with Python.

Common Questions

Can I invest in index funds like the S&P 500?

A conventional S&P 500 index fund contains companies across all sectors — including banks, alcohol producers, and gambling companies. This makes it non-compliant as-is. However, Shariah-compliant ETFs exist that track filtered versions of major indices. See our guide on the best halal ETFs for 2026.

What about fractional shares and trading apps?

The permissibility of fractional shares is generally accepted by scholars, as you still hold proportional ownership of the underlying company. Apps like Robinhood, Wealthsimple, and Interactive Brokers are permissible platforms — what matters is what you buy on them, not the platform itself.

Is day trading halal?

Day trading is a debated topic. Some scholars consider excessive speculation (gharar) to be problematic, while others permit it as long as you're trading compliant stocks and taking actual ownership (T+2 settlement). Options and futures involve additional concerns around uncertainty and speculation that make many scholars more cautious.

Do I need to pay zakat on my stock investments?

Yes. Stocks are zakatable wealth. If your total portfolio value exceeds the nisab threshold and you've held it for one lunar year, you owe 2.5% in zakat. Read our full guide: How to Calculate Zakat on Stocks and Investments.

The Bottom Line

Stock investing is halal when done with proper screening. The scholarly consensus is clear: owning shares in companies with permissible business activities and compliant financial structures is a legitimate form of investment in Islam. The key is to screen before you buy, purify your dividend income, and pay your zakat.

With 200,000+ assets available for screening across five Islamic methodologies, tools like the Halal Terminal API make this process instant and scalable — whether you're checking a single stock or building a compliant portfolio from scratch.