# Calculate zakat Get Zakat Calculation Results for stocks. You can query by stock ticker.Related stocks is a list of stocks which match with current stock by market, industry and sector. ### Response body: | Field | Type | Description | | --- | --- | --- | | symbol | string | stock symbol | | value | number | market price of a stock | | investment_type | Short-term; Long-term | Short-term investments - the one which you do with the intent of trading. Usually this are the one’s which one holds for less than 1 year. These holdings are treated as liquid/cash and zakat is to be paid as 2.5% on the total amount. Long-term investments - the one which you do with the intent of long-term capital appreciation. Usually this are the one’s which one holds for more than 1 year. Zakat on these shares is based on the underlying Zakatable assets of the company. | | zakat_amount_per_share | number | Zakat amount per share | Endpoint: GET /v1/musaffa/stocks/calculate_zakat/{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}}" - `` (string) ## Response 200 fields