احسب زكاة الفضة لأي عيار

حاسبة زكاة الفضة هي أداة تستخدم لحساب مبلغ زكاة الفضة المستحقة وفقًا للأحكام الشرعية في الإسلام. تستخدم هذه الحاسبة لحساب المبلغ المالي الذي يجب دفعه كزكاة على الفضة المملوكة.


زكاة الفضة



غ






This API allows you to calculate Zakat of silver based on the silver weight, year type, and gram price of silver.
API Endpoint:

You can connect with the API by sending a POST request to the following endpoint:

https://do-calculate.com/api/calculate-silver-zakat


Request Body:

The API expects a JSON object in the request body with the following properties:

  • silverWeight (number, required): The weight of silver in grams.
  • gramPriceSilver (number, required): The gram price of silver in the currency of your choice.
  • yearType (string, required): The year type for Zakat calculation. Valid values are "hijri" or "gregorian".
JSON
{
  "silverWeight": 670,
  "gramPriceSilver": 13000,
  "yearType": "gregorian"
}


Response:

The API will respond with a JSON object containing the calculated Zakat on silver, the threshold, and the Zakat duty as shown in the following example:

JSON
{
  "result": {
    "silverZakatAmount": 224456.7,
    "silverZakatDuty": "Yes",
    "silverWeightThreshold": 595,
    "moneyZakatAmount": 5784.25
  }
}
  • silverZakatAmount (number): The calculated amount of Zakat on silver.
  • silverZakatDuty (string): Indicates whether Zakat is required to be paid ("yes") or not ("no").
  • silverWeightThreshold (number): The threshold weight of silver above which Zakat is required to be paid.
  • moneyZakatAmount (number): The calculated amount of Zakat on money.

Error Responses:
  • If the request is missing any of the required properties (silverWeight, gramPriceSilver, or yearType), the API will respond with a 400 Bad Request status code and an error message.

  • If the weight or height is negative, the API will also respond with a 400 Bad Request status code and an error message.


Request example with Curl in Bash:

bash
curl -X POST -H "Content-Type: application/json" -d '{"silverWeight":670,"gramPriceSilver":13000,"yearType":"gregorian"}' https://do-calculate.com/api/calculate-silver-zakat 

كيفية حساب زكاة الفضة


تعتمد المعادلة على عدة متغيرات ومعاملات، بما في ذلك وزن الفضة وسعر الجرام، ونوع السنة الزمنية (هجري أو ميلادي). يتم تحديد العتبة الزكوية للفضة (nisab)، والتي تبلغ 595 جرامًا وفقًا للمعادلة المعطاة.

إذا كان وزن الفضة يتجاوز العتبة الزكوية، فإن زكاة الفضة تصبح مستحقة. يتم حساب قيمة زكاة الفضة باستخدام نسبة مئوية محددة للزكاة، حيث يتم استخدام نسبة الزكاة المعتبرة بالهجرة (2.5٪) أو بالتقويم الميلادي (2.577٪) وفقًا للسنة الزمنية المحددة.

بعد حساب قيمة زكاة الفضة، يتم ضبط المبلغ بشكل مناسب للتقديم وإعطاء القيمة النهائية لزكاة الفضة والمبلغ المالي الناتج.

تقدم الحاسبة النتائج النهائية في صورة كائن يحتوي على مبلغ زكاة الفضة، حالة زكاة الفضة (مطلوبة أم لا)، العتبة الزكوية للفضة، ومبلغ زكاة الفضة المالي.

المصدر: الإغاثة الإسلامية عبر العالم
تاريخ اخر مراجعة : 04/07/2023