# ETF PROFILE ETF PROFILE Endpoint: POST /v1/musaffa/etf/profile Version: 1.0.0 Security: ## Header parameters: - `clientid` (string) Example: "{{clientId}}" - `time` (string) Example: "{{time}}" - `token` (string) Example: "{{token}}" ## Request fields (application/json): - `stock` (string) Example: "AAPL" ## Response 200 fields (application/json): - `companyName` (string) Example: "Apple Inc" - `complianceRanking` (number) Example: 1 - `interestBearingDebt` (object) - `interestBearingDebt.debtRatio` (number) Example: 4.969386 - `interestBearingDebt.status` (string) Example: "Pass" - `interestBearingSecuritiesAndAssets` (object) - `interestBearingSecuritiesAndAssets.interestRatio` (number) Example: 7.3997383 - `reportDate` (string) Example: "2022-12-31" - `revenueBreakdown` (object) - `revenueBreakdown.doubtful` (number) Example: 3.3891985 - `revenueBreakdown.halal` (number) Example: 95.88 - `revenueBreakdown.notHalal` (number) Example: 0.7354561 - `shariahComplianceStatus` (string) Example: "COMPLIANT" - `source` (string) Example: "2022-09-24" - `stockName` (string) Example: "AAPL"