bheemagoldfinance.com Open in urlscan Pro
162.214.80.88  Public Scan

Submitted URL: https://bheemagoldfinance.kpa.fbp.mybluehostin.me/
Effective URL: https://bheemagoldfinance.com/
Submission: On August 31 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

POST /

<form id="wpforms-form-341" class="wpforms-validate wpforms-form wpforms-ajax-form" data-formid="341" method="post" enctype="multipart/form-data" action="/" data-token="02ff457d3c6ca8bc7c0599f7506a0528" data-token-time="1725114278"
  novalidate="novalidate"><noscript class="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</noscript>
  <div class="wpforms-hidden" id="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</div>
  <div class="wpforms-field-container">
    <div id="wpforms-341-field_0-container" class="wpforms-field wpforms-field-name" data-field-id="0"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-341-field_0" aria-hidden="false">Name <span class="wpforms-required-label"
          aria-hidden="true">*</span></label><input type="text" id="wpforms-341-field_0" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][0]" placeholder="Your Name *" aria-errormessage="wpforms-341-field_0-error" required="">
    </div>
    <div id="wpforms-341-field_3-container" class="wpforms-field wpforms-field-number" data-field-id="3"><input type="number" id="wpforms-341-field_3" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][3]"
        placeholder="Your Mobile Number" aria-errormessage="wpforms-341-field_3-error" required=""></div>
    <div id="wpforms-341-field_2-container" class="wpforms-field wpforms-field-textarea" data-field-id="2"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-341-field_2" aria-hidden="false">Comment or Message <span
          class="wpforms-required-label" aria-hidden="true">*</span></label><textarea id="wpforms-341-field_2" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][2]" placeholder="Message *"
        aria-errormessage="wpforms-341-field_2-error" required=""></textarea></div>
  </div><!-- .wpforms-field-container -->
  <div class="wpforms-submit-container"><input type="hidden" name="wpforms[id]" value="341"><input type="hidden" name="page_title" value="Home"><input type="hidden" name="page_url" value="https://bheemagoldfinance.com/"><input type="hidden"
      name="page_id" value="626"><input type="hidden" name="wpforms[post_id]" value="626"><button type="submit" name="wpforms[submit]" id="wpforms-submit-341" class="wpforms-submit" data-alt-text="Sending..." data-submit-text="Send Message"
      aria-live="assertive" value="wpforms-submit">Send Message</button><img loading="lazy" decoding="async" src="https://bheemagoldfinance.com/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg" class="wpforms-submit-spinner"
      style="display: none;" width="26" height="26" alt="Loading"></div>
</form>

POST /

<form id="wpforms-form-195" class="wpforms-validate wpforms-form" data-formid="195" method="post" enctype="multipart/form-data" action="/" data-token="0c16806bf152265b2fa6b9d9461b91f5" data-token-time="1725114278" novalidate="novalidate"><noscript
    class="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</noscript>
  <div class="wpforms-hidden" id="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</div>
  <div class="wpforms-field-container">
    <div id="wpforms-195-field_1-container" class="wpforms-field wpforms-field-email" data-field-id="1"><label class="wpforms-field-label wpforms-label-hide" for="wpforms-195-field_1" aria-hidden="false">Email <span class="wpforms-required-label"
          aria-hidden="true">*</span></label><input type="email" id="wpforms-195-field_1" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][1]" placeholder="Your Email Address *" spellcheck="false"
        aria-errormessage="wpforms-195-field_1-error" required=""></div>
  </div><!-- .wpforms-field-container -->
  <div class="wpforms-submit-container"><input type="hidden" name="wpforms[id]" value="195"><input type="hidden" name="page_title" value="Home"><input type="hidden" name="page_url" value="https://bheemagoldfinance.com/"><input type="hidden"
      name="page_id" value="626"><input type="hidden" name="wpforms[post_id]" value="626"><button type="submit" name="wpforms[submit]" id="wpforms-submit-195" class="wpforms-submit" data-alt-text="Sending..." data-submit-text="SUBSCRIBE"
      aria-live="assertive" value="wpforms-submit">SUBSCRIBE</button></div>
</form>

POST calculator.php

<form method="post" action="calculator.php">
  <label for="goldWeight">Gold Weight (grams):</label>
  <input type="number" id="goldWeight" name="goldWeight" required=""><br><br>
  <label for="goldRate">Gold Rate (per gram):</label>
  <input type="number" id="goldRate" name="goldRate" required=""><br><br>
  <label for="loanPercentage">Loan Percentage:</label>
  <input type="number" id="loanPercentage" name="loanPercentage" required=""><br><br>
  <input type="submit" value="Calculate Loan">
</form>

POST

<form method="post" action="">
  <label for="goldPurity">Gold Purity:</label>
  <select id="goldPurity" name="goldPurity" required="">
    <option value="24">24 Carat</option>
    <option value="22">22 Carat</option>
  </select><br><br>
  <label for="goldRate">Gold Rate (per gram):</label>
  <input type="number" step="0.01" id="goldRate" name="goldRate" required=""><br><br>
  <label for="netWeight">Net Weight (grams):</label>
  <input type="number" step="0.01" id="netWeight" name="netWeight" required=""><br><br>
  <label for="quantity">Quantity:</label>
  <input type="number" id="quantity" name="quantity" required=""><br><br>
  <label for="loanPercentage">Loan Percentage:</label>
  <input type="number" step="85" id="loanPercentage" name="loanPercentage" required=""><br><br>
  <label for="gst">GST (3%) :</label>
  <input type="number" step="0.01" id="gst" name="gst" required=""><br><br>
  <input type="submit" value="Calculate Loan">
</form>

Text Content

Skip to content
 * Home
 * Services
 * About
 * Blog
 * Contact

contact@bheemagoldfinance.com

+91 88830 82000

contact@bheemagoldfinance.com

 * Home
 * Services
 * About
 * Blog
 * Contact

+91 88830 82000
Menu


ABOUT US

Welcome to  Bheema Gold Finance, our vision is to redefine the way people
perceive financial services by prioritizing transparency, integrity, and
customer satisfaction. We envision a future where everyone has equal access to
financial opportunities, regardless of their background or circumstances.
Through our unwavering commitment to excellence and continuous innovation, we
strive to be at the forefront of the industry, setting new standards for service
quality and customer experience. 

We invite you to connect with us and explore how we can assist you in achieving
your financial aspirations. Whether you’re looking for a gold loan, seeking
financial advice, or simply want to learn more about our services, our friendly
team is here to help. Feel free to reach out to us through phone, email, or
visit our nearest branch. We look forward to serving you and being your trusted
partner on your financial journey.


OUR SERVICES


DIRECT WALK-IN

Customer can avail our services by directly visiting our branch.


DOORSTEP SERVICES

We Offer Our Customers Free Door Step Services.


TAKEOVER & REPLEDGE SERVICES

Customer can avail our services by directly visiting our branch.




GOLD LOAN PROCESS

STEP 1

Dial +91 88830 82000

STEP 2

Our Executive will visit your place at convenient time.

STEP 3

Assess your Valuables Gold/Jewellery

STEP 4

Transfer money to your bank account

 * Call us: 778 918-5079


TRANSFORM YOUR ASSETS INTO OPPORTUNITIES:


BHEEMA GOLD FINANCE GOLD LOAN OFFERS A PATH TO FINANCIAL STABILITY!

BOOK AN APPOINTMENT

Please enable JavaScript in your browser to complete this form.
Please enable JavaScript in your browser to complete this form.
Name *

Comment or Message *
Send Message


FAQ


WHO IS ELIGIBLE TO AVAIL OUR GOLD LOANS?

Anyone who owns gold ornaments can avail the loan. To obtain the loan you need
to submit your gold jewellery (within a karat range of 18 to 24 k) at our
branch. The loan amount that is sanctioned will be based on the gold valuation
which involves verification of its purity. The weight of stones etc. fixed on
the ornaments will be deducted for the purpose of valuation.


WHAT ARE THE DOCUMENTS REQUIRED FOR TAKING LOAN AGAINST GOLD ORNAMENTS?

We need one document of identity proof (such as ration card, driving licence,
PAN Card, Voter ID card, passport ,Aadhar card etc.) and one document of
residential proof.


HOW CAN CUSTOMERS SETTLE THE LOAN ACCOUNT AND GET BACK THE GOLD ORNAMENTS?

By Repaying the loan amount with up to date interest, the loan account will be
closed. Then, the branch head then hands over the ornaments to the customer
against his/her acknowledgment.




SUBSCRIBE TO OUR NEWSLETTER

Please enable JavaScript in your browser to complete this form.
Please enable JavaScript in your browser to complete this form.
Email *
SUBSCRIBE

By submitting my data I agree to terms & conditions.

Error: 105: User has reached or exceeded the monthly API request allowance for
their subscription plan

Gold Loan Calculator


GOLD LOAN CALCULATOR

Gold Weight (grams):

Gold Rate (per gram):

Loan Percentage:




LOAN VALUE: $

Gold Loan Calculator


GOLD LOAN CALCULATOR

Gold Purity: 24 Carat 22 Carat

Gold Rate (per gram):

Net Weight (grams):

Quantity:

Loan Percentage:

GST (3%) :




LOAN VALUE: $


 * Print
 * About this calculator

X


CALCULATOR INFORMATION

The Equipment Finance Calculator calculates the type of repayment required, at
the frequency requested, in respect of the loan parameters entered, namely
amount, term and interest rate. The Product selected determines the default
interest rate for personal loan product. The Equipment Finance Calculator also
calculates the time saved to pay off the loan and the amount of interest saved
based on an additional input from the customer. This is if repayments are
increased by the entered amount of extra contribution per repayment period. This
feature is only enabled for the products that support an extra repayment. The
calculations are done at the repayment frequency entered, in respect of the
original loan parameters entered, namely amount, annual interest rate and term
in years.


CALCULATOR ASSUMPTIONS


LENGTH OF MONTH

All months are assumed to be of equal length. In reality, many loans accrue on a
daily basis leading to a varying number of days interest dependent on the number
of days in the particular month.


NUMBER OF WEEKS OR FORTNIGHTS IN A YEAR

One year is assumed to contain exactly 52 weeks or 26 fortnights. This
implicitly assumes that a year has 364 days rather than the actual 365 or 366.


ROUNDING OF AMOUNT OF EACH REPAYMENT

In practice, repayments are rounded to at least the nearer cent. However the
calculator uses the unrounded repayment to derive the amount of interest payable
at points along the graph and in total over the full term of the loan. This
assumption allows for a smooth graph and equal repayment amounts. Note that the
final repayment after the increase in repayment amount.


ROUNDING OF TIME SAVED

The time saved is presented as a number of years and months, fortnights or
weeks, based on the repayment frequency selected. It assumes the potential
partial last repayment when calculating the savings.


AMOUNT OF INTEREST SAVED

This amount can only be approximated from the amount of time saved and based on
the original loan details.


CALCULATOR DISCLAIMER

The results from this calculator should be used as an indication only. Results
do not represent either quotes or pre-qualifications for the product. Individual
institutions apply different formulas. Information such as interest rates quoted
and default figures used in the assumptions are subject to change.


GOLD LOAN CALCULATOR

Loan Amount Please enter your loan amount here.


Loan Terms Please enter the number of years in which you plan to repay the loan.


Repayment Frequency
Monthly Quarterly Yearly ❮
Interest Rate The interest rate will default to the product you selected. You
can also change the rate up or down to understand the effect on your repayments
and total interest payable.



Payment Mode Please choose payment mode of the loan.
In Advance In Arrears
❮
Repayment Chart Loan Amortisation Table



Period Payment Interest Balance
1-₹898.49₹110.00₹9211.512-₹898.49₹102.12₹8415.143-₹898.49₹94.15₹7610.804-₹898.49₹86.11₹6798.425-₹898.49₹77.98₹5977.916-₹898.49₹69.78₹5149.207-₹898.49₹61.49₹4312.208-₹898.49₹53.12₹3466.839-₹898.49₹44.67₹2613.0110-₹898.49₹36.13₹1750.6511-₹898.49₹27.51₹879.6712-₹898.49₹18.80₹0.00

Monthly Payment (incl fees)
₹898.49 Monthly for 1 Years
Total interest payable
₹781.88 over 1 Years
Balloon amount (0.00%)
₹0

APPLICATION FEE

₹500

MONTHLY FEE

₹10

TOTAL REGULAR FEES

₹120.00

TOTAL FEES

₹620

X
Error: 105: User has reached or exceeded the monthly API request allowance for
their subscription plan Error: 105: User has reached or exceeded the monthly API
request allowance for their subscription plan Error: 105: User has reached or
exceeded the monthly API request allowance for their subscription plan Error:
105: User has reached or exceeded the monthly API request allowance for their
subscription plan Error: 105: User has reached or exceeded the monthly API
request allowance for their subscription plan Error: 105: User has reached or
exceeded the monthly API request allowance for their subscription plan Error:
105: User has reached or exceeded the monthly API request allowance for their
subscription plan Error: 105: User has reached or exceeded the monthly API
request allowance for their subscription plan Error: 105: User has reached or
exceeded the monthly API request allowance for their subscription plan Error:
105: User has reached or exceeded the monthly API request allowance for their
subscription plan Error: 105: User has reached or exceeded the monthly API
request allowance for their subscription plan Error: 105: User has reached or
exceeded the monthly API request allowance for their subscription plan Error:
105: User has reached or exceeded the monthly API request allowance for their
subscription plan
2,502.52 - Gold Spot Bid Price 2,503.52 - Gold Spot Ask Price 2503.47 - Gold
Spot High Price 2502.52 - Gold Spot Low Price 0 - Gold Spot Price Change 0% -
Gold Spot Percent Change


COMPANY

 * Home
 * Services
 * About Us
 * Blog
 * Contact Us

CONTACT US

Phone: +91 88830 82000


Need help or have a question?
Contact us at:
contact@bheemagoldfinance.com

Behind every successful endeavor at Bheema Gold Finance is a team of dedicated
professionals who are passionate about serving our customers. Our team brings
together a diverse range of expertise and experience, united by a common goal to
exceed customer expectations and deliver exceptional results. We foster a
culture of collaboration, respect, and continuous learning, empowering our
employees to thrive and grow both personally and professionally.

Copyright © 2024. All Rights Reserved. Powered by Bheema Gold Finance


PHP Code Snippets Powered By : XYZScripts.com
Precious Metals Data, Currency Data, Charts, and Widgets Powered by nFusion
Solutions