Get ETF profile / screening snapshot.
| Parameter | Value | Description |
|---|---|---|
| symbol | "XLE" | ETF symbol |
- Mock serverhttps://docs.musaffa.us/_mock/apis/demo/musaffa/etf/profile
- https://b2b.musaffa.us/b2b/apihttps://b2b.musaffa.us/b2b/api/demo/musaffa/etf/profile
curl --location 'https://b2b.musaffa.us/b2b/api/demo/musaffa/etf/profile' \
--header 'Content-Type: application/json' \
--header 'clientId: AX6kFk5ywERyXobt' \
--header 'time: 20260831110225' \
--header 'token: BA7Hpyl/k9p7MGyG3Bej07Eqijmx7SvZDW1Ca9kfus960UqvKddouTf2b110223gTvqbybqA2zEI+9vnRMxcvg==' \
--data '{
"symbol":"XLE"
}'Dynamic ETF profile for the requested symbol
Response
{ "companyName": "string", "stockName": "string", "shariahComplianceStatus": "string", "complianceRanking": 0, "reportDate": "string", "source": "string", "revenueBreakdown": { "halal": 0, "notHalal": 0, "doubtful": 0, "status": "string" }, "interestBearingSecuritiesAndAssets": { "interestRatio": 0, "status": "string" }, "interestBearingDebt": { "debtRatio": 0, "status": "string" } }