www.loanstudio.in Open in urlscan Pro
2606:4700:3031::ac43:8a97  Public Scan

Submitted URL: http://www.loanstudio.in/
Effective URL: https://www.loanstudio.in/
Submission: On October 17 via api from US — Scanned from DE

Form analysis 8 forms found in the DOM

Name: track

<form name="track" style="height: 38px;" class="ng-pristine ng-valid">
  <input placeholder="File Number" type="text" ng-model="track_file_number" class="email ng-pristine ng-untouched ng-valid">
  <button ng-disabled="!track_file_number" ng-click="goOnTrackDetailPageFn(track_file_number)" disabled="disabled"> Submit </button>
</form>

Name: interestForm

<form role="form" name="interestForm" autocomplete="off" id="interestForm" class="ng-invalid ng-invalid-required ng-dirty ng-valid-parse ng-valid-maxlength">
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group form-group-default">
        <select type="text" name="loantype" id="loanId" placeholder="Select Loan" class="form-control ng-pristine ng-untouched ng-valid" ng-model="vm.interest_service.service" ng-options="item.id as item.name for item in vm.my_services"
          ng-change="vm.getBorrowerFirmByServiceFn(vm.interest_service.service)">
          <option class="placeholder_option" value="" disabled="" selected="selected" style="display: none;"> Select Loan </option>
          <option value="string:5776611a41094b9651e39e95" label="Home Loan New">Home Loan New</option>
          <option value="string:5850d8603b6f0c5e48d0a73e" label="Home Loan Resale">Home Loan Resale</option>
          <option value="string:5850dff43b6f0c5e48d0a825" label="Home loan Balance Transfer">Home loan Balance Transfer</option>
          <option value="string:5850e6293b6f0c5e48d0a959" label="Home Loan Top Up">Home Loan Top Up</option>
          <option value="string:5850f31e3b6f0c5e48d0aa04" label="Home Loan Pre Approved">Home Loan Pre Approved</option>
          <option value="string:5851186c3b6f0c5e48d0aac1" label="Mortgage Loan New">Mortgage Loan New</option>
          <option value="string:585396623b6f0c5e48d0abd5" label="Mortgage Loan Balance Transfer">Mortgage Loan Balance Transfer</option>
          <option value="string:585246733b6f0c5e48d0ab03" label="Mortgage Loan Top Up">Mortgage Loan Top Up</option>
          <option value="string:585397fd3b6f0c5e48d0ad27" label="Mortgage Loan Commercial Purchase">Mortgage Loan Commercial Purchase</option>
          <option value="string:585397393b6f0c5e48d0ac84" label="Mortgage Loan Industrial Purchase">Mortgage Loan Industrial Purchase</option>
          <option value="string:5869ffc5c0073b914178a63e" label="Machinery Loan">Machinery Loan</option>
          <option value="string:58539f603b6f0c5e48d0adc9" label="Business Loan">Business Loan</option>
          <option value="string:5853a7aa3b6f0c5e48d0ae5b" label="Car Loan New">Car Loan New</option>
          <option value="string:5853ba103b6f0c5e48d0aef3" label="Car Loan Re-finance">Car Loan Re-finance</option>
          <option value="string:5853ca5b3b6f0c5e48d0af8e" label="Cash Credit Facility">Cash Credit Facility</option>
          <option value="string:5854d5b03b6f0c5e48d0b07d" label="Over Draft Facility">Over Draft Facility</option>
        </select>
        <img src="https://www.loanstudio.in/images/down.png" alt="" onclick="openDropdownFn()">
      </div>
    </div>
    <div class="col-sm-6" ng-class="{'col-sm-3':vm.display_firms.length,'col-sm-6':!vm.display_firms.length}">
      <div class="form-group form-group-default">
        <select type="text" name="borrower" placeholder="Select Borrower" class="form-control ng-pristine ng-untouched ng-valid" ng-model="vm.interest_service.borrower" ng-options="item.id as item.name for item in vm.display_borrowers"
          ng-change="vm.borrowerChangeFnGetFirmFn(vm.interest_service.borrower);">
          <option class="placeholder_option" value="" disabled="" selected="selected" style="display: none;"> Select Borrower </option>
        </select>
        <img src="https://www.loanstudio.in/images/down.png" alt="">
      </div>
    </div>
    <!-- ngIf: vm.display_firms && vm.display_firms.length -->
  </div>
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group form-group-default">
        <select name="file_number" ng-model="vm.interest_service.old_file_number" ng-disabled="!vm.file_numbers.length" placeholder="File Number" ng-options="item.file_number as item.file_number for item in vm.file_numbers"
          ng-change="vm.getServiceAmountBasedOnFileNumber(vm.interest_service.old_file_number)" class="ng-pristine ng-untouched ng-valid" disabled="disabled">
          <option class="placeholder_option" value="" disabled="" selected="selected" style="display: none;"> Select File Number </option>
        </select>
        <a ng-click="vm.clearFileNumber(vm.interest_service.old_file_number)">
                                            <img src="https://www.loanstudio.in/images/remove.png" alt="">
                                        </a>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group form-group-default">
        <input type="text" class="form-control ng-untouched ng-invalid ng-invalid-required ng-dirty ng-valid-parse" placeholder="Existing Loan Amount" nks-only-number="" allow-decimal="false" allow-negative="false"
          ng-model="vm.interest_service.amount" required="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group form-group-default">
        <input type="text" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Name" allow-character-space-only="" ng-disabled="login_user.id" ng-model="vm.interest_service.name" required="">
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group form-group-default">
        <input type="text" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-maxlength" placeholder="Mobile" only-number-ten-digit="" maxlength="10" ng-change="checkMobileLengthFn(vm.interest_service.cell)"
          ng-disabled="login_user.id" ng-model="vm.interest_service.cell" required="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group form-group-default">
        <input type="text" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" name="account_no" placeholder="Loan A/c No." only-alpha-numeric="" allow-negative="false" ng-model="vm.interest_service.account_no" required="">
        <!-- ngIf: vm.interest_service.account_no && interestForm.account_no.$invalid -->
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group form-group-default">
        <input type="text" class="form-control ng-untouched ng-invalid ng-invalid-required ng-dirty ng-valid-parse" placeholder="Existing Rate of Interest" nks-only-number="" allow-negative="false" ng-model="vm.interest_service.rate_of_interest"
          required="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group form-group-default">
        <input type="text" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Bank Name" ng-model="vm.interest_service.bank_name" required="">
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group form-group-default">
        <input type="text" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Branch" ng-model="vm.interest_service.bank_branch_name" required="">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="form-group form-group-default">
      <textarea name="message" placeholder="Enter Message (Optional)" ng-model="vm.interest_service.message" style="height:100px" class="form-control text-transform-none ng-pristine ng-untouched ng-valid"></textarea>
    </div>
    <div class="form-group">
      <label for="">
        <input type="checkbox" name="terms" ng-model="vm.agree_terms" class="ng-pristine ng-untouched ng-valid"> <span
          style="    margin-left: 5px; font-family: 'Century Gothic' !important;font-weight: 500;font-size: 16px;text-transform: none;font-style: italic;">I agree with the <a href="/terms"><b>terms and conditions</b></a></span></label>
    </div>
    <div class="sm-p-t-10 col-sm-12 text-center m-t-20">
      <button type="submit" ng-disabled="interestForm.$invalid || MobileError" ng-click="vm.addInterestSaverFn()" class="btn btn-primary font-montserrat text-orange no-border all-caps fs-20 submite-btn" disabled="disabled"> Submit </button>
    </div>
    <div class="clearfix"></div>
  </div>
</form>

Name: subscriberForm

<form name="subscriberForm" class="ng-pristine ng-valid ng-valid-email ng-valid-pattern">
  <div class="col-xs-7 col-sm-9 pl-0 footer-input fack-input-r-p">
    <input placeholder="email" type="email" ng-model="subscriber_email" name="email" ng-pattern="/^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$/" class="email ng-pristine ng-untouched ng-valid ng-valid-email ng-valid-pattern" style="height:35px;">
  </div>
  <button ng-disabled="!subscriber_email ||
                        subscriberForm.email.$error.pattern" ng-click="subscriberCreateFn(true)" disabled="disabled"><!--SUBSCRIBE-->SUBMIT </button>
</form>

Name: contactForm

<form role="form" autocomplete="off" name="contactForm" class="m-t-15 ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength ng-valid-email ng-valid-pattern" id="contact-form">
  <div class="" style="margin-bottom:4px;">
    <b>
                <span style="color:green" id="success_msg"></span>
                <span style="color:red" id="error_msg"></span>
            </b>
  </div>
  <div class="form-group form-group-default required" aria-required="true">
    <label class="control-label">Name</label>
    <input type="text" name="name" allow-character-space-only="" ng-model="contact_details.name" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" placeholder="Enter your name" required="" aria-required="true">
  </div>
  <div class="form-group form-group-default">
    <label class="control-label">Mobile <!-- ngIf: contact_details.cell && contact_details.cell.length<10 -->
    </label>
    <input type="text" only-number-ten-digit="" maxlength="10" name="last-name" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-maxlength" ng-model="contact_details.cell" required="" placeholder="1234567890"
      aria-required="true">
  </div>
  <div class="form-group form-group-default">
    <label class="control-label">Email <!-- ngIf: contactForm.email.$error.pattern -->
    </label>
    <input type="email" name="email" ng-model="contact_details.email" class="form-control ng-pristine ng-untouched ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern" ng-pattern="/^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$/" required=""
      placeholder="abc@gmail.com" aria-required="true">
  </div>
  <div class="form-group form-group-default">
    <label class="control-label">Message</label>
    <textarea name="message" placeholder="Type the message you wish to send" style="height:100px" ng-model="contact_details.message" class="form-control text-transform-none ng-pristine ng-untouched ng-invalid ng-invalid-required" required=""
      aria-required="true"></textarea>
  </div>
  <div class="sm-p-t-10 clearfix">
    <button ng-click="addContactsDetailFn()" ng-disabled="contactForm.$invalid" type="button" class="btn btn-primary font-montserrat all-caps fs-12 xs-pull-left" disabled="disabled">Submit </button>
  </div>
  <div class="clearfix"></div>
</form>

Name: loginForm

<form class="form-inner login-form ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength" name="loginForm">
  <!-- ngIf: loginUser.cell && MobileError -->
  <!-- ngIf: !OTPUser.id -->
  <div class="non-social-elements ng-scope" ng-if="!OTPUser.id">
    <input class="input form-element height-58 ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-maxlength" type="text" ng-model="loginUser.cell" ng-change="checkMobileLengthFn(loginUser.cell,true,'login_submit_btn')" required=""
      only-number-ten-digit="" maxlength="10" name="mobile" placeholder="Mobile" tabindex="2">
    <div class="non-social-elements" ng-show="!OTPUser.id">
      <!--<div vc-recaptcha
                                             theme="'light'"
                                             key="model.key"
                                             ng-model="login.myRecaptchaResponse"
                                             on-success="checkCapchaCode(response)"
                                             on-expire="checkCapcheExpire()"
                                        ></div>-->
      <simple-captcha valid="is_success_login" class="ng-isolate-scope">
        <div class="col-md-12 col-sm-12 col-xs-12 no-padder" style="padding: 0; margin: 2% 0">
          <div class="col-md-2 col-sm-2 col-xs-2 ng-hide" style="margin-top: 2%; padding: 0;" ng-show="a.input"><input ng-model="a.value" ng-change="checkCaptchaFn()" class="form-control ng-pristine ng-untouched ng-valid"
              style="text-align: center;width: 5em"></div>
          <div class="col-md-2 col-sm-1 col-xs-2 p-0" style="margin-top: 4%"><b ng-hide="a.input" class="ng-binding">2</b>&nbsp;&nbsp;&nbsp;<b class="ng-binding">+</b>&nbsp; </div>
          <div class="col-md-2 col-sm-2 col-xs-2 m-t6-login" ng-show="b.input" style="padding: 0;"><input ng-model="b.value" ng-change="checkCaptchaFn()" class="form-control ng-pristine ng-untouched ng-valid" style="text-align: center"></div>
          <div class="col-md-2 col-sm-2  col-xs-2" style="margin-top: 4%; padding-left: 0"><b ng-hide="b.input" class="ng-binding ng-hide"></b><b class="ng-binding">&nbsp;&nbsp;=&nbsp;&nbsp;7&nbsp;&nbsp;</b></div>
          <div class="col-md-4 col-sm-4  col-xs-4" style="padding: 0;"><!-- ngIf: !valid --><span ng-if="!valid" class="verify ng-scope"><button type="button" id="simpleCaptchaBtn" ng-click="checkCaptchaFn()" class="btn common-submit btn-input"
                style="color: #626262; margin-top: 5%;">Verify</button></span><!-- end ngIf: !valid --> <!-- ngIf: valid --></div>
          <div class="col-md-2 col-sm-3  col-xs-1 refresh" style="padding: 0;"><button type="button" id="refreshCaptchaBtn" ng-click="refreshCaptchaFn()" class="btn common-submit btn-input" style="color: #626262; margin-top: 5%;">
              <i class="fa fa-refresh"></i> </button></div>
        </div>
      </simple-captcha>
    </div>
    <button class="block btn common-submit large primary" tabindex="2" type="submit" id="login_submit_btn" ng-disabled="!loginUser.cell || MobileError || !is_success_login" ng-click="sendOTPLoginFn()" disabled="disabled"> Send OTP </button>
  </div><!-- end ngIf: !OTPUser.id -->
  <!-- ngIf: OTPUser
                                        && OTPUser.id -->
</form>

<form class="form-inner login-form ng-pristine ng-valid">
  <div class="non-social-elements">
    <input class="input form-element" id="otp" type="text" required="" name="otp" placeholder="Enter OTP" tabindex="2">
    <button class="block btn common-submit large primary" tabindex="2"> Check </button>
  </div>
</form>

Name: signUpForm

<form class="form-inner m-t10 login-form ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength ng-valid-email ng-valid-date" name="signUpForm">
  <div class="non-social-elements">
    <!-- ngIf: signUpForm.FirstName.$error.pattern
                                          || signUpForm.LastName.$error.pattern -->
    <!-- ngIf: registerUser.cell && MobileError -->
    <div clas="text-success" id="registerMsg" style="color:#3c763d" class="ng-binding">
    </div>
    <div clas="text-danger" id="ErrorRegisterMsg" class="ng-binding">
    </div>
    <input class="input form-element ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-pattern" id="FirstName" type="text" allow-character-space-only="" ng-pattern="/^[a-zA-Z0-9]*$/" ng-model="registerUser.first_name" required=""
      name="FirstName" placeholder="First Name *" tabindex="2">
    <input class="input form-element ng-pristine ng-untouched ng-valid ng-valid-pattern" id="LastName" type="text" allow-character-space-only="" ng-pattern="/^[a-zA-Z0-9]*$/" name="LastName" ng-model="registerUser.last_name" placeholder="Last Name"
      tabindex="2">
    <input class="input form-element ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-maxlength" id="Mobile" allow-decimal="false" type="text" required="" only-number-ten-digit="" maxlength="10"
      ng-change="checkMobileLengthFn(registerUser.cell,true,'Email')" name="Mobile" ng-model="registerUser.cell" placeholder="Mobile *" tabindex="2">
    <input class="input form-element ng-pristine ng-untouched ng-valid ng-valid-email" id="Email" type="email" name="Email" ng-model="registerUser.email" placeholder="Email (Optional)" tabindex="2">
    <div class="input-group width-100">
      <input type="text" id="dob" class="input form-element ng-pristine ng-untouched ng-isolate-scope ng-invalid ng-invalid-required ng-valid-date" uib-datepicker-popup="dd-MM-yyyy" ng-model="registerUser.date_of_birth" is-open="popup2.opened"
        max-date="maxDate" datepicker-options="dateOptions" ng-required="true" placeholder="Date of Birth *" close-text="Close" readonly="" required="required"><!-- ngIf: isOpen -->
      <span class="input-group-btn">
        <button type="button" class="btn btn-default btn-default1 height-49" ng-click="open2()">
          <i class="glyphicon glyphicon-calendar"></i>
        </button>
      </span>
    </div>
    <div class="wrapper_all_city">
      <select class="input form-element ng-pristine ng-untouched ng-valid ng-valid-required" id="register_city" value="" ng-model="registerUser.city" ng-options="item.id as item.name for item in allCity" required="" style="">
        <option value="string:59e6f101164b9f7972f9997e" label="SILVASA">SILVASA</option>
        <option value="string:59e6f0e8164b9f7972f9997d" label="VAPI">VAPI</option>
        <option value="string:59e6f05b164b9f7972f9997b" label="MUMBAI">MUMBAI</option>
        <option value="string:59e6e831164b9f7972f99979" label="Ahmedabad">Ahmedabad</option>
        <option value="string:56d5592f4faf421c66070f44" label="Surat" selected="selected">Surat</option>
      </select>
    </div>
    <!--<div vc-recaptcha
                                         theme="'light'"
                                         key="model.key"
                                         ng-model="signUp.myRecaptchaResponse"
                                         on-success="checkCapchaCode(response,true)"
                                         on-expire="checkCapcheExpire(true)"></div>-->
    <simple-captcha valid="is_success_signup" class="ng-isolate-scope">
      <div class="col-md-12 col-sm-12 col-xs-12 no-padder" style="padding: 0; margin: 2% 0">
        <div class="col-md-2 col-sm-2 col-xs-2" style="margin-top: 2%; padding: 0;" ng-show="a.input"><input ng-model="a.value" ng-change="checkCaptchaFn()" class="form-control ng-pristine ng-untouched ng-valid" style="text-align: center;width: 5em">
        </div>
        <div class="col-md-2 col-sm-1 col-xs-2 p-0" style="margin-top: 4%"><b ng-hide="a.input" class="ng-binding ng-hide"></b>&nbsp;&nbsp;&nbsp;<b class="ng-binding">+</b>&nbsp; </div>
        <div class="col-md-2 col-sm-2 col-xs-2 m-t6-login ng-hide" ng-show="b.input" style="padding: 0;"><input ng-model="b.value" ng-change="checkCaptchaFn()" class="form-control ng-pristine ng-untouched ng-valid" style="text-align: center"></div>
        <div class="col-md-2 col-sm-2  col-xs-2" style="margin-top: 4%; padding-left: 0"><b ng-hide="b.input" class="ng-binding">3</b><b class="ng-binding">&nbsp;&nbsp;=&nbsp;&nbsp;7&nbsp;&nbsp;</b></div>
        <div class="col-md-4 col-sm-4  col-xs-4" style="padding: 0;"><!-- ngIf: !valid --><span ng-if="!valid" class="verify ng-scope"><button type="button" id="simpleCaptchaBtn" ng-click="checkCaptchaFn()" class="btn common-submit btn-input"
              style="color: #626262; margin-top: 5%;">Verify</button></span><!-- end ngIf: !valid --> <!-- ngIf: valid --></div>
        <div class="col-md-2 col-sm-3  col-xs-1 refresh" style="padding: 0;"><button type="button" id="refreshCaptchaBtn" ng-click="refreshCaptchaFn()" class="btn common-submit btn-input" style="color: #626262; margin-top: 5%;">
            <i class="fa fa-refresh"></i> </button></div>
      </div>
    </simple-captcha>
    <button class="block btn common-submit large primary" type="button" ng-click="signUpUserFn()" ng-disabled="signUpForm.$invalid || MobileError || !is_success_signup" tabindex="2" disabled="disabled"> SIGN UP </button>
  </div>
</form>

Name: loginForm

<form class="form-inner login-form ng-pristine ng-valid" name="loginForm">
  <ol class="type-pd-none">
    <li> “Interest Saver Option” facilitates you to save the interest cost and repay the loan much faster. </li>
    <br>
    <li>RBI reduces interest rates time to time. You may take advantage of reduction in interest rates by switching your loan to those banks who offer lower interest rates compared to your current loan interest rate. We will help you in selecting the
      right bank that can save your interest cost so that you can repay your loan much faster. </li>
    <br>
    <li>Switching home loans could potentially save you thousands of rupees in interest or let you take advantage of features offered by another loan. We will compare interest rates, fees and features and work out if the benefits of switching are
      worth the costs. </li>
    <br>
  </ol>
</form>

Text Content

Track Application

Track Your Loan Application

Now Tracking your application is very easy.
Enter your file number.
Submit
Download Our App

   
 * Loan Products
   
 * Tools
   * Emi Calculator
   * Unit Converter
   * Jantri Calculator
   * Drawing Power Calculator
   
   
   
 * Contact us
 * * Profile
   * Logout
   
 * Login
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   


HOME LOAN

MAKE YOUR DREAM HOME AFFORDABLE


CAR LOAN

DRIVE AWAY COMFORTABLY


MORTGAGE LOAN

START HERE FOR PERFECT MORTGAGE LOANS


BUSINESS LOAN

HAVE A BUSINESS PLAN?
GET IN TOUCH


OFFLINE OR ONLINE,

WE DO IT ALL.



Home Loan
Mortgage Loan
Machinery Loan
Business Loan
Car Loan
Cash Credit Facility
Over Draft Facility


GET YOUR LOAN IN


3 EASY STEPS


IT'S 1-2-3-GO! WITH LOAN STUDIO

Apply

Enter your basic business and personal information to get started.


Get Approved

Link your business data and we will provide you with what you need.


Get Funds

Once approved, provide us with your preferred bank account details and your loan
will get disbursed at the earliest.




WHY LOAN STUDIO?

24 x 7 Accessibility

Connectivity helps in building strong business relations. We optimize this
relation by having 24x7 accessibility.


Tailor-made Solutions

Apart from our quality services, avail exclusive offers and assured gifts to get
maximum benefits on your loans.

Constant offline support

Receive quick disbursal of loan amount through our constant backend support
team.


One-stop Financial Solutions

A range of loan products to choose from as per your requirements.

Effective Guidance at every step

We help you make better and smarter decisions regarding your financial queries
at every stage.


Faster, Paperless transactions

Time is the most precious asset. So we optimize the use of this asset by
providing you with hassle-free documentation and faster loan process.

No Hidden Charges

We assure to keep total transparency in all our activities and giving you the
opportunity to compare work, quotes, et cetera.


Door Step Services

Aiming to offer efficiency and ease to conduct their business with us, we
provide customers with an option to avail our services in the comforts of their
homes-a real time saver for them!




COLLABORATIONS


WE'RE DEALING WITH...




QUICK CHECK


SAVE, CONVERT, CALCULATE, & MORE - GET NECESSARY NUMBERS QUICKLY AND
EFFICIENTLY.


EMI
CALCULATOR

Calculate your loan EMI and total interest due in a minute.


UNIT
CONVERTER

Convert a value of any unit in 10+ different variants.


JANTRI
CALCULATOR

Calculate approx. jantri amount of your property.


DRAWING POWER
CALCULATOR

Calculate your withdrawing limit on your fingertips without any difficulties.


EMI
CALCULATOR

Calculate your loan EMI and total interest due in a minute.


UNIT
CONVERTER

Convert a value of any unit in 10+ different variants.


JANTRI
CALCULATOR

Calculate approx. jantri amount of your property.


DRAWING POWER
CALCULATOR

Calculate your withdrawing limit on your fingertips without any difficulties.

prev
next


INTEREST SAVER


SAVE MONEY BY CONVERTING YOUR EXISTING LOAN TO LOWEST INTEREST RATE.

Select Loan Home Loan NewHome Loan ResaleHome loan Balance TransferHome Loan Top
UpHome Loan Pre ApprovedMortgage Loan NewMortgage Loan Balance TransferMortgage
Loan Top UpMortgage Loan Commercial PurchaseMortgage Loan Industrial
PurchaseMachinery LoanBusiness LoanCar Loan NewCar Loan Re-financeCash Credit
FacilityOver Draft Facility
Select Borrower
Select File Number




I agree with the terms and conditions
Submit



TESTIMONIAL

Thank you a lot for all of your facilitates in securing our loan for our new
home here in Surat. You were organized, thorough & professional, as well as kind
which created all of the distinction in our interactions with you. You stand
above the rest! Our hats off to you!!

- Soni Jhawar & Co.

Working with loan studio was pleasant & informative experience. They explain the
process clearly & in simple method. This was very vital on behalf of me, since I
was a primary time purchaser.

- Hariom Tax Publication Pvt. Ltd

You were very friendly and knowledgeable. You explained everything thoroughly
and which would be retained even after hours. We as a unit are extremely happy
with loan studio... We would never hesitate to recommend Loan Studio to others.

- Make My e-sign

Loan studio was prompt, professional and courteous. They were patient and did
thorough answering of all my queries. They kept the ball rolling and the method
was completed within the timeframe secured. There were absolutely unsurprisingly
at settlement. A glorious job!

- Gaurav Textiles

In a truely insane process, they were the most helpful person a first-time
purchaser might have hoped for. My purchase of a rowhouse in surat City that
required renovation turned into a journey that will scare most of the patrons
out of the marketplace for sensible. Loan studio navigated me through all phases
of the method well on the far side what i'd have expected from my mortgage
broker, and acted positively on my behalf once the method met some terribly
surprising hurdles. They will be the first and solely recommendation for any of
my friends or family trying to finance their purchase of aim in Surat.

- Shyam Fashion

prev
next


CAR LOAN


 * CAR LOAN


SUBSCRIBE TO OUR NEWSLETTER


SUBMIT


COMPANY

 * About Us
   
 * Blogs
   
 * Testimonials
   
 * News
   

LEGAL

   
 * Terms & Conditions
 * Privacy Policy
 * Disclaimer
 * Interest Saver
   

SUPPORT

 * FAQ's
 * IFSC Code
 * Abbreviations & Financial Terms
 * Sitemap
   
   
   
   
   
   

© All rights reserved @ Findesk Solutions Pvt.Ltd

Made With By Coruscate Solutions

loanstudio701@gmail.com
Contact


GET IN TOUCH
72228 12345

"We would love to hear from you
even it is just to say hello."

Name
Mobile
Email
Message
Submit

Why sign up on LOAN STUDIO?
Fill up your forms online and save more time
Upload documents online and manage your Loans
Track your loan status
Login
2   + 

  =  7  
Verify

Send OTP
New to Loan Studio? Sign Up
Login to Loan Studio
Check
New to Loan Studio? Sign Up
Sign up to Loan Studio
SILVASAVAPIMUMBAIAhmedabadSurat
   + 

3  =  7  
Verify

SIGN UP
Already have a Loan Studio account?
Please Login
Interest Saver Option
 1. “Interest Saver Option” facilitates you to save the interest cost and repay
    the loan much faster.
    
    
 2. RBI reduces interest rates time to time. You may take advantage of reduction
    in interest rates by switching your loan to those banks who offer lower
    interest rates compared to your current loan interest rate. We will help you
    in selecting the right bank that can save your interest cost so that you can
    repay your loan much faster.
    
    
 3. Switching home loans could potentially save you thousands of rupees in
    interest or let you take advantage of features offered by another loan. We
    will compare interest rates, fees and features and work out if the benefits
    of switching are worth the costs.