Get Shariah-Compliant Screening Results for stocks. You can query by stock tickers. Maximum permissible limit of tickers per request is 100.
| Parameter | Value | Description |
|---|---|---|
| stocks | ["AAPL","NFLX","TSLA", ...] | Stock symbol list (Maximum 100 symbols per request) |
| Parameter | Type | Description |
|---|---|---|
| companyName | string | Company name |
| symbol | string | Stock symbol |
| lastUpdate | dateTime | Last update date in ISO 8601 date-time format |
| shariahComplianceStatus | string | Shariah-compliance Status (HALAL, NOT HALAL, DOUBTFUL, NOT_UNDER_COVERAGE) |
| complianceRanking | number | Compliance Rank (0-5) |
| revenueBreakdown | object | Revenue breakdown with halal / notHalal / doubtful ratios and Pass/Fail status |
| interestBearingSecuritiesAndAssets | object | Interest-bearing securities and assets amount, ratio, and status |
| interestBearingDebt | object | Interest-bearing debt amount, ratio, and status |
| reportDate | date | Reporting dates of the company (YYYY-MM-DD) |
| reportSource | string | URL link to the company report |
| totalRevenue | number | Total Revenue of the company |
| trailing36monAvrCap | number | Trailing 36-month Average Market Capitalization of the company |
- Mock serverhttps://docs.musaffa.us/_mock/apis/demo/musaffa/stocks/screening-list
- https://b2b.musaffa.us/b2b/apihttps://b2b.musaffa.us/b2b/api/demo/musaffa/stocks/screening-list
curl --location 'https://b2b.musaffa.us/b2b/api/demo/musaffa/stocks/screening-list' \
--header 'Content-Type: application/json' \
--header 'clientId: AX6kFk5ywERyXobt' \
--header 'time: 20260831110225' \
--header 'token: Hsf5xYlbHuLnK7B3dtUtP9nsoccUAyeEaHbht8EP2WoGL/lYOpYyCCx24Y0K7D6+CSYt0+6zE5KH5NUfZMPS0Q==' \
--data '{
"stocks":[
"AAPL",
"NFLX",
"TSLA"
]
}'Dynamic screening summaries for the requested tickers
Array []
Combined revenue from DOUBTFUL and NOT HALAL sources must be less than 5% of total revenue (AAOIFI).
Response
[ { "companyName": "string", "symbol": "string", "lastUpdate": "string", "shariahComplianceStatus": "string", "complianceRanking": 0, "revenueBreakdown": { … }, "interestBearingSecuritiesAndAssets": { … }, "interestBearingDebt": { … }, "reportDate": "2019-08-24", "reportSource": "string", "totalRevenue": 0, "trailing36monAvrCap": 0 } ]