# RELATED STOCKS v.1 Related stocks is a list of stocks which match with current stock by market, industry and sector. ### Response body: | Field | 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: GET /v1/musaffa/stocks/related/{symbol} Version: 1.0.0 Security: MusaffaAuth ## Path parameters: - `symbol` (string, required) ## Header parameters: - `clientid` (string) Example: "{{clientId}}" - `time` (string) Example: "{{time}}" - `token` (string) Example: "{{token}}" ## Response 200 fields (application/json): - `companyName` (string) Example: "Samsung Electronics Co Ltd" - `complianceRanking` (number) - `shariahComplianceStatus` (string) Example: "NON_COMPLIANT" - `stockName` (string) Example: "SSNLF"