حساب زكاة المال 2023 - حاسبة نصاب زكاة المال

احسب زكاة المال

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


حاسبة زكاة المال











This API allows you to calculate Zakat on money based on the amount, year type, gram price of gold, 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-money-zakat


Request Body:

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

  • amount (number, required): The amount of money in the currency of your choice.
  • yearType (string, required): The year type for Zakat calculation. Valid values are "hijri" or "gregorian".
  • gramPriceGold (number): The gram price of gold in the currency of your choice.
  • gramPriceSilver (number): The gram price of silver in the currency of your choice.
JSON
{
  "amount": 20000,
  "yearType": "gregorian",
  "gramPriceGold": 500,
  "gramPriceSilver": 0
}


Response:

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

JSON
{
  "result": {
    "zakatDuty": "yes",
    "zakat": 515.4,
    "threshold": 17000
  }
}
  • zakatDuty: Indicates whether Zakat is required to be paid ("yes") or not ("no").
  • zakat: The calculated amount of Zakat on money.
  • threshold: The threshold amount of money above which Zakat is required to be paid.

Error Responses:
  • If the request is missing any of the required properties (amount 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 '{"amount":20000,"yearType":"gregorian","gramPriceGold":500,"gramPriceSilver":0}' https://do-calculate.com/api/calculate-money-zakat 


نصاب زكاة المال 2023 - مقدار زكاة المال الواجب اخراجها

تعتمد حاسبة زكاة المال على حدود النصاب المحددة في الشرع الإسلامي. على سبيل المثال، يتطلب النصاب في الزكاة الهجرية وجود مال بقيمة تعادل 85 غرامًا من الذهب، بينما يتطلب النصاب في الزكاة الميلادية مالًا بقيمة تعادل 595 غرامًا من الفضة. إذا كانت قيمة المال الذي تملكه تفوق هذه الحدود، فإنه يتوجب عليك دفع الزكاة.

'طريقة حساب زكاة المال

تقوم الحاسبة بحساب مبلغ الزكاة المستحقة بناءً على القيم المدخلة والقوانين الشرعية المتعلقة بالزكاة. إذا تجاوزت قيمة المال النصاب المحدد وفقًا للسنة الزمنية المحددة وأسعار الذهب والفضة، ستقوم الحاسبة بحساب نسبة الزكاة المحددة (2.5% في الزكاة الهجرية و2.577% في الزكاة الميلادية) وتعيين حالة الوفاء بالزكاة على "نعم" وحساب المبلغ المستحق.

تعيد الحاسبة كائنًا يحتوي على معلومات الزكاة، بما في ذلك حالة الوفاء بالزكاة ("نعم" أو "لا")، ومبلغ الزكاة المستحق، والحد الأدنى للمال المستحق للزكاة.

الذهب المعتبر في تحديد نصاب الزكاة هو عيار 24؛ لأن عيار 21، أو 18 ليس ذهبًا صافيًا، بل هو مخلوط بفلزات، ومعادن أخرى. فمن كان عنده عيار آخر من ذهب 22 أو 21 أو 18 أو 14 أو 10 أو غيرهما، فالزكاة تجب في الصافي منه فقط.


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