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

احسب زكاة الذهب لأي عيار

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


حاسبة زكاة الذهب




غ

غ

غ

غ

غ

غ







This API allows you to calculate Zakat of Gold based on the gold weights, gold karat, year type and gram price of gold,
API Endpoint:

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

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


Request Body:

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

  • goldWeights (array of numbers, required): The weights of gold items in grams.
  • goldKarats (array of numbers, required): The karat values of gold items.
  • gramPriceGold (number): The gram price of gold in the currency of your choice.
  • yearType (string, required): The year type for Zakat calculation. Valid values are "hijri" or "gregorian".
JSON
{
  "goldWeights": [
    44,
    0,
    11,
    70,
    50
  ],
  "goldKarats": [
    18,
    21,
    22,
    22,
    0
  ],
  "gramPriceGold": 0,
  "yearType": "hijri"
}


Response:

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

JSON
{
  "result": {
    "totalPureGoldWeight": 107.24999999999999,
    "goldZakatDuty": "yes",
    "moneyZakatAmount": 0,
    "goldZakatAmount": 2.6812499999999995,
    "goldWeightThreshold": 85
  }
}
  • totalPureGoldWeight (number): The total weight of pure gold obtained from the given gold weights and karats.
  • goldZakatDuty (string): Indicates whether Zakat is required to be paid ("yes") or not ("no").
  • moneyZakatAmount (number): The calculated amount of Zakat on money.
  • goldZakatAmount (number): The calculated amount of Zakat on gold.
  • goldWeightThreshold (number): The threshold weight of gold above which Zakat is required to be paid.

Error Responses:
  • If the request is missing any of the required properties (goldWeights, goldKarats, gramPriceGold, 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 '{"goldWeights":[44,0,11,70,50],"goldKarats":[18,21,22,22,0],"gramPriceGold":0,"yearType":"hijri"}' https://do-calculate.com/api/calculate-gold-zakat 

حاسبة زكاة الذهب عيار 21, 22 ,24 - كيفية حساب زكاة الذهب


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

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

بعد حساب قيمة زكاة الذهب، يتم ضربها بسعر الجرام الحالي لحساب المبلغ المالي النهائي الذي يجب دفعه كزكاة.

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

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