Get Shariah-Compliant Screening Results for stocks. You can query by stock ticker.
- Health Care
- Financials
- Information Technology
- Consumer Staples
- Real Estate
- Energy
- Industrials
- Materials
- Utilities
- Consumer Discretionary
- Communication Services
US, UK, SG, IN etc
| Parameter | Value | Description |
|---|---|---|
| country | "US" | Country code |
| sector | "Information Technology" | Sector |
| Parameter | Type | Description |
|---|---|---|
| companyName | string | Company name |
| stockName | string | Stock symbol |
| shariahComplianceStatus | string | Shariah-compliance Status (Halal, Not Halal, Doubtful, Not Covered) |
| complianceRanking | number | Compliance Rank (0-5) |
- Mock serverhttps://docs.musaffa.us/_mock/apis/demo/musaffa/stocks/list
- https://b2b.musaffa.us/b2b/apihttps://b2b.musaffa.us/b2b/api/demo/musaffa/stocks/list
curl --location 'https://b2b.musaffa.us/b2b/api/demo/musaffa/stocks/list' \
--header 'Content-Type: application/json' \
--header 'clientId: AX6kFk5ywERyXobt' \
--header 'time: 20260831110225' \
--header 'token: MefluiSx95fBrh8j41aEyRWRKde1IV71B3TvRHNQHJudIbWzLd6aCrDApIBFCNKY/eRIKSkOs78NgP6mxoT+tA==' \
--data '{
"country":"IN",
"sector":"Information Technology"
}'Response
[ { "companyName": "string", "stockName": "string", "shariahComplianceStatus": "string", "complianceRanking": 0 } ]