Looking for a comprehensive list of Shariah-compliant stocks? We've screened thousands of stocks across all five major Shariah methodologies to build this database. Unlike simple lists that show a pass/fail badge, our data includes actual financial ratios, purification rates, and methodology-by-methodology results — all sourced from the Halal Terminal API.

Live Data, Not a Static List

Stock compliance changes as companies take on debt, change business activities, or as market caps fluctuate. This list is based on the most recent screening data. For real-time results, use the Halal Terminal API to screen any stock on demand.

Top 50 Halal Stocks by Market Cap

# Ticker Company Sector Market Cap Score Purification
1MSFTMicrosoftTechnology$3.3T5/51.2%
2NVDANVIDIASemiconductors$3.2T5/50.8%
3GOOGLAlphabetInternet$2.4T5/50.9%
4AMZNAmazonE-Commerce$2.3T5/50.5%
5TSLATeslaAuto$1.8T5/51.5%
6METAMeta PlatformsSocial Media$1.7T5/50.6%
7AVGOBroadcomSemiconductors$850B5/51.1%
8LLYEli LillyPharma$780B5/50.7%
9UNHUnitedHealthHealthcare$520B4/52.1%
10COSTCostcoRetail$420B5/50.4%
11ORCLOracleSoftware$380B4/52.5%
12CRMSalesforceSoftware$280B5/50.8%
13ADBEAdobeSoftware$230B5/50.9%
14AMDAMDSemiconductors$210B5/50.4%
15TMOThermo FisherLife Sciences$210B5/51.3%
16NOWServiceNowSoftware$200B5/50.3%
17INTUIntuitSoftware$190B5/50.6%
18ISRGIntuitive SurgicalMedical Devices$180B5/50.2%
19BKNGBooking HoldingsTravel$165B4/51.8%
20SNPSSynopsysSoftware$85B5/50.3%
21PANWPalo Alto NetworksCybersecurity$120B5/50.5%
22ANETArista NetworksNetworking$110B5/50.2%
23KLACKLA CorporationSemiconductors$95B5/51.0%
24LRCXLam ResearchSemiconductors$90B5/50.9%
25MELIMercadoLibreE-Commerce$85B4/51.9%
26CDNSCadence DesignSoftware$80B5/50.3%
27FTNTFortinetCybersecurity$75B5/50.4%
28MRVLMarvell TechnologySemiconductors$70B5/50.5%
29TEAMAtlassianSoftware$65B5/50.2%
30DDOGDatadogSoftware$45B5/50.3%
31TTDThe Trade DeskAd Tech$50B5/50.1%
32HUBSHubSpotSoftware$35B5/50.2%
33ZSZscalerCybersecurity$30B5/50.3%
34NETCloudflareCloud Infra$35B5/50.1%
35CRWDCrowdStrikeCybersecurity$80B5/50.4%
36SNOWSnowflakeCloud Data$45B5/50.2%
37WDAYWorkdaySoftware$65B5/50.3%
38NKENikeConsumer$95B5/50.8%
39DEJohn DeereIndustrial$110B4/52.2%
40CATCaterpillarIndustrial$170B5/51.1%
41HONHoneywellIndustrial$140B5/51.3%
42LINLindeChemicals$210B5/50.7%
43SHWSherwin-WilliamsChemicals$85B4/51.5%
44REGNRegeneronBiotech$90B5/50.4%
45VRTXVertex PharmaBiotech$110B5/50.3%
46GILDGilead SciencesPharma$115B4/52.0%
47ABNBAirbnbTravel$80B5/50.5%
48SHOPShopifyE-Commerce$120B5/50.2%
49SQBlock (Square)Fintech$35B3/53.1%
50SPOTSpotifyMedia$95B5/50.1%

Sector Distribution

Among the top 50 halal stocks by market cap:

Search the Full Database

This list shows only the top 50 by market cap. The Halal Terminal database contains 50,000+ stocks you can search and filter:

# Search for halal stocks by sector
import requests

resp = requests.get(
    "https://api.halalterminal.com/api/database/search",
    headers={"X-API-Key": "YOUR_KEY"},
    params={"sector": "Technology", "limit": 50}
)
stocks = resp.json()

for stock in stocks["results"]:
    print(f"{stock['symbol']}: {stock['name']} ({stock['sector']})")
# Screen any stock on demand
resp = requests.post(
    "https://api.halalterminal.com/api/screen/SHOP",
    headers={"X-API-Key": "YOUR_KEY"}
)
data = resp.json()
print(f"SHOP: {'HALAL' if data['is_compliant'] else 'NOT COMPLIANT'}")

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.

Key Takeaways

Important Disclaimer

Not financial advice. The information provided on this page is for educational and informational purposes only and should not be construed as financial advice, investment advice, trading advice, or any other type of advice. You should not make any financial decisions based solely on the information presented here.

Not a fatwa. Shariah compliance screening results are generated using automated data analysis based on publicly available financial data. These results do not constitute a religious ruling (fatwa) and should not be treated as one. Always consult a qualified Islamic scholar or Shariah advisor for guidance specific to your situation.

Do your own research. Past performance and current compliance status do not guarantee future results or continued compliance. Screening data may contain errors or become outdated. Always verify information independently and consult with a qualified financial advisor before making any investment decisions.