# LIST OF STOCK SCREENING REPORTS v.1 Get Shariah-Compliant Screening Results for stocks. You can query by stock ticker. ### List of Sectors: - Health Care - Financials - Information Technology Consumer Staples Real Estate - Energy - Industrials - Materials - Utilities - Consumer Discretionary - Communication Services ### Sample country codes: US, UK, SG etc ## Request body: | Parameter | Value | Description | | --- | --- | --- | | country | "US" | Country code | | sector | "Information Technology" | Sector | ## Response body: | 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) | Endpoint: POST /v1/musaffa/stocks/list Version: 1.0.0 Security: MusaffaAuth ## Header parameters: - `clientid` (string) Example: "{{clientId}}" - `time` (string) Example: "{{time}}" - `token` (string) Example: "{{token}}" ## Request fields (application/json): - `country` (string) Example: "US" - `sector` (string) Example: "Information Technology" ## Response 200 fields (application/json): - `companyName` (string) Example: "Samsung Electronics Co Ltd" - `complianceRanking` (number) - `shariahComplianceStatus` (string) Example: "NON_COMPLIANT" - `stockName` (string) Example: "SSNLF"